Changeset 9738
- Timestamp:
- 2018-06-05T16:00:57+02:00 (6 years ago)
- Location:
- NEMO/trunk/cfgs/AGRIF_ICE/EXPREF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/1_namelist_cfg
r9686 r9738 40 40 &namtsd ! Temperature & Salinity Data (default: OFF) 41 41 !----------------------------------------------------------------------- 42 ! with AGRIF ("key_agrif") child are initialized with parent values 42 ! ! =T read T-S fields for: 43 ln_tsd_init = .true. ! ocean initialisation 44 ln_tsd_dmp = .false. ! T-S restoring (see namtra_dmp) 45 46 cn_dir = './' ! root directory for the T-S data location 47 !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 48 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 49 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 50 sn_tem = 'data_1m_potential_temperature_nomask', -1 ,'votemper', .true. , .true. , 'yearly' , '' , '' , '' 51 sn_sal = 'data_1m_salinity_nomask' , -1 ,'vosaline', .true. , .true. , 'yearly' , '' , '' , '' 43 52 / 44 53 -
NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/2_namelist_cfg
r9686 r9738 40 40 &namtsd ! Temperature & Salinity Data (default: OFF) 41 41 !----------------------------------------------------------------------- 42 ! with AGRIF ("key_agrif") child are initialized with parent values 42 ! ! =T read T-S fields for: 43 ln_tsd_init = .true. ! ocean initialisation 44 ln_tsd_dmp = .false. ! T-S restoring (see namtra_dmp) 45 46 cn_dir = './' ! root directory for the T-S data location 47 !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 48 ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 49 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! 50 sn_tem = 'data_1m_potential_temperature_nomask', -1 ,'votemper', .true. , .true. , 'yearly' , '' , '' , '' 51 sn_sal = 'data_1m_salinity_nomask' , -1 ,'vosaline', .true. , .true. , 'yearly' , '' , '' , '' 43 52 / 44 53
Note: See TracChangeset
for help on using the changeset viewer.