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.
namelist_ice_cfg in NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_ice_cfg @ 11777

Last change on this file since 11777 was 11777, checked in by acc, 5 years ago

Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Begin merge prepartions by merging changes on the trunk since this branch creation. Do this in staged commits in case of issues. First stage is to merge and commit changes to cfgs directory (cd cfgs; svn merge -r 10721:11740 svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk/cfgs ./)

  • Property svn:mime-type set to text/x-fortran
File size: 4.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! SI3 configuration namelist: Overwrites SHARED/namelist_ice_ref
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 boundary conditions    (namsbc)
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)
19!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
20!
21!------------------------------------------------------------------------------
22&nampar         !   Generic parameters
23!------------------------------------------------------------------------------
24/
25!------------------------------------------------------------------------------
26&namitd         !   Ice discretization
27!------------------------------------------------------------------------------
28/
29!------------------------------------------------------------------------------
30&namdyn         !   Ice dynamics
31!------------------------------------------------------------------------------
32/
33!------------------------------------------------------------------------------
34&namdyn_rdgrft  !   Ice ridging/rafting
35!------------------------------------------------------------------------------
36/
37!------------------------------------------------------------------------------
38&namdyn_rhg     !   Ice rheology
39!------------------------------------------------------------------------------
40      ln_aEVP       = .false.          !     adaptive rheology (Kimmritz et al. 2016 & 2017)
41/
42!------------------------------------------------------------------------------
43&namdyn_adv     !   Ice advection
44!------------------------------------------------------------------------------
45/
46!------------------------------------------------------------------------------
47&namsbc         !   Ice surface boundary conditions
48!------------------------------------------------------------------------------
49/
50!------------------------------------------------------------------------------
51&namthd         !   Ice thermodynamics
52!------------------------------------------------------------------------------
53/
54!------------------------------------------------------------------------------
55&namthd_zdf     !   Ice heat diffusion
56!------------------------------------------------------------------------------
57/
58!------------------------------------------------------------------------------
59&namthd_da      !   Ice lateral melting
60!------------------------------------------------------------------------------
61/
62!------------------------------------------------------------------------------
63&namthd_do      !   Ice growth in open water
64!------------------------------------------------------------------------------
65/
66!------------------------------------------------------------------------------
67&namthd_sal     !   Ice salinity
68!------------------------------------------------------------------------------
69/
70!------------------------------------------------------------------------------
71&namthd_pnd     !   Melt ponds
72!------------------------------------------------------------------------------
73/
74!------------------------------------------------------------------------------
75&namini         !   Ice initialization
76!------------------------------------------------------------------------------
77/
78!------------------------------------------------------------------------------
79&namalb         !   albedo parameters
80!------------------------------------------------------------------------------
81/
82!------------------------------------------------------------------------------
83&namdia         !   Diagnostics
84!------------------------------------------------------------------------------
85/
Note: See TracBrowser for help on using the repository browser.