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 branches/UKMO/dev_r8126_LIM3_couple/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00 – NEMO

source: branches/UKMO/dev_r8126_LIM3_couple/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_ice_cfg @ 8879

Last change on this file since 8879 was 8879, checked in by frrh, 6 years ago

Merge in http://fcm3/projects/NEMO.xm/log/branches/UKMO/dev_r8183_ICEMODEL_svn_removed
revisions 8738:8847 inclusive.

File size: 5.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! ESIM namelist: 
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)
19!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
20!
21!------------------------------------------------------------------------------
22&nampar         !   Generic parameters
23!------------------------------------------------------------------------------
24   jpl              =   1             !  number of ice  categories
25   nlay_i           =   1             !  number of ice  layers
26   ln_icedyn        = .true.          !  ice dynamics (T) or not (F)
27   ln_icethd        = .false.         !  ice thermo   (T) or not (F)
28/
29!------------------------------------------------------------------------------
30&namitd         !   Ice discretization
31!------------------------------------------------------------------------------
32   rn_himin         =   0.1           !  minimum ice thickness (m) used in remapping
33/
34!------------------------------------------------------------------------------
35&namdyn         !   Ice dynamics
36!------------------------------------------------------------------------------
37   ln_dynFULL       = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction)
38   ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection)
39   ln_dynADV        = .true.          !  dyn.: only advection w prescribed vel.(rn_uvice + advection)
40      rn_uice       =   0.5           !        prescribed ice u-velocity
41      rn_vice       =   0.            !        prescribed ice v-velocity
42/
43!------------------------------------------------------------------------------
44&namdyn_rdgrft  !   Ice ridging/rafting
45!------------------------------------------------------------------------------
46/
47!------------------------------------------------------------------------------
48&namdyn_rhg     !   Ice rheology
49!------------------------------------------------------------------------------
50/
51!------------------------------------------------------------------------------
52&namdyn_adv     !   Ice advection
53!------------------------------------------------------------------------------
54/
55!------------------------------------------------------------------------------
56&namforcing     !   Ice surface forcing
57!------------------------------------------------------------------------------
58/
59!------------------------------------------------------------------------------
60&namthd         !   Ice thermodynamics
61!------------------------------------------------------------------------------
62/
63!------------------------------------------------------------------------------
64&namthd_zdf     !   Ice heat diffusion
65!------------------------------------------------------------------------------
66/
67!------------------------------------------------------------------------------
68&namthd_da      !   Ice lateral melting
69!------------------------------------------------------------------------------
70/
71!------------------------------------------------------------------------------
72&namthd_do      !   Ice growth in open water
73!------------------------------------------------------------------------------
74/
75!------------------------------------------------------------------------------
76&namthd_sal     !   Ice salinity
77!------------------------------------------------------------------------------
78/
79!------------------------------------------------------------------------------
80&namthd_pnd     !   Melt ponds
81!------------------------------------------------------------------------------
82/
83!------------------------------------------------------------------------------
84&namini         !   Ice initialization
85!------------------------------------------------------------------------------
86/
87!------------------------------------------------------------------------------
88&namalb         !   albedo parameters
89!------------------------------------------------------------------------------
90/
91!------------------------------------------------------------------------------
92&namdia         !   Diagnostics
93!------------------------------------------------------------------------------
94/
Note: See TracBrowser for help on using the repository browser.