Changeset 1284
- Timestamp:
- 2009-02-03T14:17:44+01:00 (16 years ago)
- Location:
- trunk/NEMO/TOP_SRC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMO/TOP_SRC/TRP/trdmld_trc_oce.F90
r1175 r1284 26 26 LOGICAL :: ln_trdmld_trc_instant !: flag to diagnose inst./mean ML trc trends 27 27 LOGICAL :: ln_trdmld_trc_restart !: flag to restart mixed-layer trc diagnostics 28 CHARACTER(len=50) :: cn_trdrst_trc_in !: suffix of pass. tracer restart name (input) 29 CHARACTER(len=50) :: cn_trdrst_trc_out !: suffix of pass. tracer restart name (output) 28 30 LOGICAL, DIMENSION (jptra) :: luttrd !: large trends diagnostic to write or not (namelist) 29 31 -
trunk/NEMO/TOP_SRC/trclec.F90
r1254 r1284 75 75 NAMELIST/namtoptrd/ ntrd_trc, nctls_trc, ucf_trc, & 76 76 ln_trdmld_trc_restart, ln_trdmld_trc_instant, & 77 luttrd77 cn_trdrst_trc_in, cn_trdrst_trc_out, luttrd 78 78 #endif 79 79 … … 146 146 ln_trdmld_trc_instant = .TRUE. 147 147 ln_trdmld_trc_restart =.FALSE. 148 cn_trdrst_trc_in = "restart_mld_trc" 149 cn_trdrst_trc_out = "restart_mld_trc" 148 150 DO jn = 1, jptra 149 151 luttrd(jn) = .FALSE.
Note: See TracChangeset
for help on using the changeset viewer.