Changes between Initial Version and Version 1 of Ticket #601
- Timestamp:
- 07/31/13 15:20:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #601
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #601 – Description
initial v1 2 2 3 3 {{{ 4 4 DO ng=1,Ngrids 5 5 #if defined ADJUST_BOUNDARY || defined ADJUST_STFLUX || \ 6 6 defined ADJUST_WSTRESS … … 16 16 }}} 17 17 18 We 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 18 34 Many thanks to Andy Moore and the 4D-Var training class for bringing this to my attention.