Changeset 6684
- Timestamp:
- 2016-06-11T11:24:15+02:00 (8 years ago)
- Location:
- branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/SHARED
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/SHARED/field_def.xml
r6471 r6684 169 169 <field id="Mmy_v" long_name="Mm current barotrope along j-axis harmonic imaginary part " unit="m/s" /> 170 170 </field_group> 171 171 172 172 <!-- SBC --> 173 173 … … 316 316 <field id="sfxbom" long_name="salt flux from bot melt" unit="1e-3*kg/m2/day" /> 317 317 <field id="sfxsum" long_name="salt flux from surf melt" unit="1e-3*kg/m2/day" /> 318 <field id="sfxlam" long_name="salt flux from lateral melt" unit="1e-3*kg/m2/day" /> 318 319 <field id="sfxsni" long_name="salt flux from snow-ice formation" unit="1e-3*kg/m2/day" /> 319 320 <field id="sfxopw" long_name="salt flux from open water ice formation" unit="1e-3*kg/m2/day" /> … … 326 327 <field id="vfxsni" long_name="daily snowice ice prod." unit="m/day" /> 327 328 <field id="vfxsum" long_name="surface melt" unit="m/day" /> 329 <field id="vfxlam" long_name="lateral melt" unit="m/day" /> 328 330 <field id="vfxbom" long_name="bottom melt" unit="m/day" /> 329 331 <field id="vfxres" long_name="daily resultant ice prod./melting from limupdate" unit="m/day" /> … … 533 535 <field id="ibgvfxbom" long_name="global mean volume flux (bottom melt)" unit="m/day" /> 534 536 <field id="ibgvfxsum" long_name="global mean volume flux (surface melt)" unit="m/day" /> 537 <field id="ibgvfxlam" long_name="global mean volume flux (lateral melt)" unit="m/day" /> 535 538 <field id="ibgvfxres" long_name="global mean volume flux (resultant)" unit="m/day" /> 536 539 <field id="ibgvfxspr" long_name="global mean volume flux (snow precip)" unit="m/day" /> … … 548 551 <field id="ibgsfxsum" long_name="global mean salt flux (thermo)" unit="1e-3*m/day" /> 549 552 <field id="ibgsfxsub" long_name="global mean salt flux (thermo)" unit="1e-3*m/day" /> 553 <field id="ibgsfxlam" long_name="global mean salt flux (thermo)" unit="1e-3*m/day" /> 550 554 551 555 <field id="ibghfxdhc" long_name="Heat content variation in snow and ice" unit="W" /> -
branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref
r6515 r6684 36 36 &namicediag ! Diagnostics 37 37 !------------------------------------------------------------------------------ 38 ln_limdiahsb = . true.! check online the heat, mass & salt budgets (T) or not (F)38 ln_limdiahsb = .false. ! check online the heat, mass & salt budgets (T) or not (F) 39 39 ln_limdiaout = .false. ! output the heat, mass & salt budgets (T) or not (F) 40 40 ln_icectl = .false. ! ice points output for debug (T or F) … … 92 92 !------------------------------------------------------------------------------ 93 93 ! -- limhdf -- ! 94 nn_ahi0 = 2! horizontal diffusivity computation94 nn_ahi0 = -1 ! horizontal diffusivity computation 95 95 ! -1: no diffusion (bypass limhdf) 96 96 ! 0: use rn_ahi0_ref … … 131 131 ln_limdO = .true. ! activate ice growth in open-water (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 132 132 rn_hnewice = 0.1 ! thickness for new ice formation in open water (m) 133 ln_frazil = . true.! Frazil ice parameterization (ice collection as a function of wind)133 ln_frazil = .false. ! Frazil ice parameterization (ice collection as a function of wind) 134 134 rn_maxfrazb = 1.0 ! (ln_frazil=T) maximum fraction of frazil ice collecting at the ice base 135 135 rn_vfrazb = 0.417 ! (ln_frazil=T) thresold drift speed for frazil ice collecting at the ice bottom (m/s)
Note: See TracChangeset
for help on using the changeset viewer.