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 @ 12210

Last change on this file since 12210 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
RevLine 
[7283]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[9657]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)
[10535]9!!              7 - Ice surface boundary conditions    (namsbc)
[9019]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!
[7823]21!------------------------------------------------------------------------------
[9019]22&nampar         !   Generic parameters
[7823]23!------------------------------------------------------------------------------
[7283]24/
[7823]25!------------------------------------------------------------------------------
[9019]26&namitd         !   Ice discretization
[7823]27!------------------------------------------------------------------------------
[7283]28/
[7823]29!------------------------------------------------------------------------------
[9019]30&namdyn         !   Ice dynamics
[7823]31!------------------------------------------------------------------------------
[7283]32/
[7823]33!------------------------------------------------------------------------------
[9019]34&namdyn_rdgrft  !   Ice ridging/rafting
[7823]35!------------------------------------------------------------------------------
[7283]36/
[7823]37!------------------------------------------------------------------------------
[9019]38&namdyn_rhg     !   Ice rheology
[7823]39!------------------------------------------------------------------------------
[11777]40      ln_aEVP       = .false.          !     adaptive rheology (Kimmritz et al. 2016 & 2017)
[7283]41/
[7823]42!------------------------------------------------------------------------------
[9019]43&namdyn_adv     !   Ice advection
[7823]44!------------------------------------------------------------------------------
[7283]45/
[7823]46!------------------------------------------------------------------------------
[10535]47&namsbc         !   Ice surface boundary conditions
[7823]48!------------------------------------------------------------------------------
49/
50!------------------------------------------------------------------------------
[9019]51&namthd         !   Ice thermodynamics
[7823]52!------------------------------------------------------------------------------
53/
54!------------------------------------------------------------------------------
[9019]55&namthd_zdf     !   Ice heat diffusion
[7823]56!------------------------------------------------------------------------------
57/
[9019]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.