Changes between Initial Version and Version 1 of Ticket #601


Ignore:
Timestamp:
07/31/13 15:20:33 (12 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #601

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #601 – Description

    initial v1  
    22
    33{{{
    4        DO ng=1,Ngrids
     4      DO ng=1,Ngrids
    55#if defined ADJUST_BOUNDARY || defined ADJUST_STFLUX || \
    66    defined ADJUST_WSTRESS
     
    1616}}}
    1717
     18We also need to turn off '''!readNLmod''' in '''obs_read.F''' when '''IS4DVAR_SENSITIVITY''' is activated:
     19
     20{{{
     21# if defined TLM_OBS
     22#  if defined IS4DVAR_SENSITIVITY
     23        readNLmod=.FALSE.
     24#  else
     25        readNLmod=.TRUE.
     26#  endif
     27        readTLmod=.TRUE.
     28# else
     29        readNLmod=.FALSE.
     30        readTLmod=.FALSE.
     31# endif
     32}}}
     33
    1834Many thanks to Andy Moore and the 4D-Var training class for bringing this to my attention.