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/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_ice_cfg @ 12377

Last change on this file since 12377 was 12377, checked in by acc, 4 years ago

The big one. Merging all 2019 developments from the option 1 branch back onto the trunk.

This changeset reproduces 2019/dev_r11943_MERGE_2019 on the trunk using a 2-URL merge
onto a working copy of the trunk. I.e.:

svn merge --ignore-ancestry \

svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk \
svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/branches/2019/dev_r11943_MERGE_2019 ./

The --ignore-ancestry flag avoids problems that may otherwise arise from the fact that
the merge history been trunk and branch may have been applied in a different order but
care has been taken before this step to ensure that all applicable fixes and updates
are present in the merge branch.

The trunk state just before this step has been branched to releases/release-4.0-HEAD
and that branch has been immediately tagged as releases/release-4.0.2. Any fixes
or additions in response to tickets on 4.0, 4.0.1 or 4.0.2 should be done on
releases/release-4.0-HEAD. From now on future 'point' releases (e.g. 4.0.2) will
remain unchanged with periodic releases as needs demand. Note release-4.0-HEAD is a
transitional naming convention. Future full releases, say 4.2, will have a release-4.2
branch which fulfills this role and the first point release (e.g. 4.2.0) will be made
immediately following the release branch creation.

2020 developments can be started from any trunk revision later than this one.

  • Property svn:mime-type set to text/x-fortran
File size: 4.4 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/
41!------------------------------------------------------------------------------
42&namdyn_adv     !   Ice advection
43!------------------------------------------------------------------------------
44/
45!------------------------------------------------------------------------------
46&namsbc         !   Ice surface boundary conditions
47!------------------------------------------------------------------------------
48/
49!------------------------------------------------------------------------------
50&namthd         !   Ice thermodynamics
51!------------------------------------------------------------------------------
52/
53!------------------------------------------------------------------------------
54&namthd_zdf     !   Ice heat diffusion
55!------------------------------------------------------------------------------
56/
57!------------------------------------------------------------------------------
58&namthd_da      !   Ice lateral melting
59!------------------------------------------------------------------------------
60/
61!------------------------------------------------------------------------------
62&namthd_do      !   Ice growth in open water
63!------------------------------------------------------------------------------
64/
65!------------------------------------------------------------------------------
66&namthd_sal     !   Ice salinity
67!------------------------------------------------------------------------------
68/
69!------------------------------------------------------------------------------
70&namthd_pnd     !   Melt ponds
71!------------------------------------------------------------------------------
72/
73!------------------------------------------------------------------------------
74&namini         !   Ice initialization
75!------------------------------------------------------------------------------
76/
77!------------------------------------------------------------------------------
78&namalb         !   albedo parameters
79!------------------------------------------------------------------------------
80/
81!------------------------------------------------------------------------------
82&namdia         !   Diagnostics
83!------------------------------------------------------------------------------
84/
Note: See TracBrowser for help on using the repository browser.