Changeset 13890
- Timestamp:
- 2020-11-26T16:45:54+01:00 (4 years ago)
- Location:
- NEMO/branches/2020/dev_r13541_TOP-01_rlod_Antarctic_ice_Sheet_Fe_Source/cfgs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_r13541_TOP-01_rlod_Antarctic_ice_Sheet_Fe_Source/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_top_cfg
r13812 r13890 21 21 ln_trcdta = .true. ! Initialisation from data input file (T) or not (F) 22 22 ln_trcbc = .true. ! Enables Boundary conditions 23 ln_trcais = .false. ! Antarctic Ice Sheet nutrient supply24 23 ! ! ! ! ! ! 25 24 ! ! name ! title of the field ! units ! init ! sbc ! cbc ! obc ! ais … … 144 143 &namtrc_ais ! Representation of Antarctic Ice Sheet tracers supply 145 144 !----------------------------------------------------------------------- 146 rn_trafac(14) = 4.476e-07 ! ( 0.5e-3 / 55.85 * 0.05 )147 !148 nn_ais_tr = 1 ! tracer concentration in iceberg and ice shelf149 ! = 0 (null concentrations)150 ! = 1 prescribed concentrations151 rn_icbdep = 120. ! Mean underwater depth of iceberg (m)152 145 / -
NEMO/branches/2020/dev_r13541_TOP-01_rlod_Antarctic_ice_Sheet_Fe_Source/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_top_cfg
r13812 r13890 21 21 ln_trcdta = .true. ! Initialisation from data input file (T) or not (F) 22 22 ln_trcbc = .true. ! Enables Boundary conditions 23 ln_trcais = .false. ! Antarctic Ice Sheet nutrient supply24 23 ! ! ! ! ! ! 25 24 ! ! name ! title of the field ! units ! init ! sbc ! cbc ! obc ! ais … … 144 143 &namtrc_ais ! Representation of Antarctic Ice Sheet tracers supply 145 144 !----------------------------------------------------------------------- 146 rn_trafac(14) = 4.476e-07 ! ( 0.5e-3 / 55.85 * 0.05 )147 !148 nn_ais_tr = 1 ! tracer concentration in iceberg and ice shelf149 ! = 0 (null concentrations)150 ! = 1 prescribed concentrations151 rn_icbdep = 120. ! Mean underwater depth of iceberg (m)152 145 / -
NEMO/branches/2020/dev_r13541_TOP-01_rlod_Antarctic_ice_Sheet_Fe_Source/cfgs/SHARED/namelist_top_ref
r13812 r13890 153 153 &namtrc_ais ! Representation of Antarctic Ice Sheet tracers supply 154 154 !----------------------------------------------------------------------- 155 nn_ais_tr = 0! tracer concentration in iceberg and ice shelf155 nn_ais_tr = 1 ! tracer concentration in iceberg and ice shelf 156 156 ! = 0 (null concentrations) 157 157 ! = 1 prescribed concentrations
Note: See TracChangeset
for help on using the changeset viewer.