New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
1_namelist_ice_cfg in NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/tests/ICEDYN/EXPREF – NEMO

source: NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/tests/ICEDYN/EXPREF/1_namelist_ice_cfg @ 10419

Last change on this file since 10419 was 10419, checked in by smasson, 5 years ago

dev_r10164_HPC09_ESIWACE_PREP_MERGE: merge with trunk@10418, see #2133

File size: 5.6 KB
RevLine 
[7355]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[10419]2!! SI3 configuration namelist: Overwrites SHARED/namelist_ice_ref
[9019]3!!              1 - Generic parameters                 (nampar)
4!!              2 - Ice thickness discretization       (namitd)
5!!              3 - Ice dynamics                       (namdyn)
6!!              4 - Ice ridging/rafting                (namdyn_rdgrft)
7!!              5 - Ice rheology                       (namdyn_rhg)
8!!              6 - Ice advection                      (namdyn_adv)
9!!              7 - Ice surface forcing                (namforcing)
10!!              8 - Ice thermodynamics                 (namthd)
11!!              9 - Ice heat diffusion                 (namthd_zdf)
12!!             10 - Ice lateral melting                (namthd_da)
13!!             11 - Ice growth in open water           (namthd_do)
14!!             12 - Ice salinity                       (namthd_sal)
15!!             13 - Ice melt ponds                     (namthd_pnd)
16!!             14 - Ice initialization                 (namini)
17!!             15 - Ice/snow albedos                   (namalb)
18!!             16 - Ice diagnostics                    (namdia)
[7821]19!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[7355]20!
[7821]21!------------------------------------------------------------------------------
[9019]22&nampar         !   Generic parameters
[7821]23!------------------------------------------------------------------------------
[9019]24   ln_icedyn        = .true.          !  ice dynamics (T) or not (F)
25   ln_icethd        = .false.         !  ice thermo   (T) or not (F)
[7355]26/
[7821]27!------------------------------------------------------------------------------
[9019]28&namitd         !   Ice discretization
[7821]29!------------------------------------------------------------------------------
[9019]30   rn_himin         =   0.1           !  minimum ice thickness (m) used in remapping
[7355]31/
[7821]32!------------------------------------------------------------------------------
[9019]33&namdyn         !   Ice dynamics
[7821]34!------------------------------------------------------------------------------
[10419]35   ln_dynALL        = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction)
[9019]36   ln_dynRHGADV     = .true.          !  dyn.: no ridge/raft & no corrections  (rheology + advection)
[10419]37   ln_dynADV1D      = .false.         !  dyn.: only advection 1D                  (Schar & Smolarkiewicz 1996 test case)
38   ln_dynADV2D      = .false.         !  dyn.: only advection 2D w prescribed vel.(rn_uvice + advection)
[9019]39      rn_uice       =   0.5           !        prescribed ice u-velocity
40      rn_vice       =   0.            !        prescribed ice v-velocity
[7355]41/
[7821]42!------------------------------------------------------------------------------
[9019]43&namdyn_rdgrft  !   Ice ridging/rafting
[7821]44!------------------------------------------------------------------------------
[7355]45/
[7821]46!------------------------------------------------------------------------------
[9019]47&namdyn_rhg     !   Ice rheology
[7821]48!------------------------------------------------------------------------------
[9801]49      ln_aEVP       = .false.         !     adaptive rheology (Kimmritz et al. 2016 & 2017)
[7355]50/
[7821]51!------------------------------------------------------------------------------
[9019]52&namdyn_adv     !   Ice advection
[7821]53!------------------------------------------------------------------------------
[9019]54   ln_adv_Pra       = .false.         !  Advection scheme (Prather)
55   ln_adv_UMx       = .true.          !  Advection scheme (Ultimate-Macho)
56      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order)
[7355]57/
[7821]58!------------------------------------------------------------------------------
[9019]59&namforcing     !   Ice surface forcing
[7821]60!------------------------------------------------------------------------------
61/
62!------------------------------------------------------------------------------
[9019]63&namthd         !   Ice thermodynamics
[7821]64!------------------------------------------------------------------------------
65/
66!------------------------------------------------------------------------------
[9019]67&namthd_zdf     !   Ice heat diffusion
[7821]68!------------------------------------------------------------------------------
69/
[9019]70!------------------------------------------------------------------------------
71&namthd_da      !   Ice lateral melting
72!------------------------------------------------------------------------------
73/
74!------------------------------------------------------------------------------
75&namthd_do      !   Ice growth in open water
76!------------------------------------------------------------------------------
77/
78!------------------------------------------------------------------------------
79&namthd_sal     !   Ice salinity
80!------------------------------------------------------------------------------
81/
82!------------------------------------------------------------------------------
83&namthd_pnd     !   Melt ponds
84!------------------------------------------------------------------------------
85/
86!------------------------------------------------------------------------------
87&namini         !   Ice initialization
88!------------------------------------------------------------------------------
89   ln_iceini        = .false.          !  activate ice initialization (T) or not (F)
90/
91!------------------------------------------------------------------------------
92&namalb         !   albedo parameters
93!------------------------------------------------------------------------------
94/
95!------------------------------------------------------------------------------
96&namdia         !   Diagnostics
97!------------------------------------------------------------------------------
98/
Note: See TracBrowser for help on using the repository browser.