Changeset 2674 for CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ref
- Timestamp:
- 11/10/15 09:55:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ref
r2483 r2674 21 21 ! = 2 calendar parameters read in the restart file 22 22 cn_trcrst_in = "restart_trc" ! suffix of pass. sn_tracer restart name (input) 23 cn_trcrst_indir = "." ! directory from which to read input passive tracer restarts 23 24 cn_trcrst_out = "restart_trc" ! suffix of pass. sn_tracer restart name (output) 25 cn_trcrst_outdir = "." ! directory to which to write output passive tracer restarts 24 26 / 25 27 !----------------------------------------------------------------------- … … 50 52 &namtrc_ldf ! lateral diffusion scheme for passive tracer 51 53 !----------------------------------------------------------------------- 52 ln_trcldf_diff = .true. ! performs lateral diffusion (T) or not (F)53 54 ! ! Type of the operator : 54 55 ln_trcldf_lap = .true. ! laplacian operator … … 82 83 / 83 84 !----------------------------------------------------------------------- 85 &namtrc_ice ! Representation of sea ice growth & melt effects 86 !----------------------------------------------------------------------- 87 nn_ice_tr = -1 ! tracer concentration in sea ice 88 ! =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0) 89 ! = 0 (no vvl: cc_ice = zero / vvl: cc_ice = ) 90 ! = 1 prescribed to a namelist value (implemented in pisces only) 91 / 92 !----------------------------------------------------------------------- 84 93 &namtrc_trd ! diagnostics on tracer trends ('key_trdtrc') 85 94 ! or mixed-layer trends ('key_trdmld_trc')
Note: See TracChangeset
for help on using the changeset viewer.