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/2020/ticket_2459/cfgs/WED025/EXPREF – NEMO

source: NEMO/branches/2020/ticket_2459/cfgs/WED025/EXPREF/namelist_ice_cfg @ 12889

Last change on this file since 12889 was 12889, checked in by mathiot, 4 years ago

ticket #2459: update namelist, xml and MY_SRC files for WED025 and ISOMIP+ + minor bug when fwfisf_3d_cav/par is asked in XIOS

  • Property svn:executable set to *
File size: 5.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! SI3 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 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   ln_iceini        = .true.          !  activate ice initialization (T) or not (F)
77   ln_iceini_file   = .true.          !  netcdf file provided for initialization (T) or not (F)
78   ! -- for ln_iceini_file = T
79   sn_hti = 'WED025_init_JRA_200001.nc', -12 ,'icethic_cea',  .false.  , .true., 'yearly'  , '' , '', ''
80   sn_hts = 'WED025_init_JRA_200001.nc', -12 ,'icesnow_cea',  .false.  , .true., 'yearly'  , '' , '', ''
81   sn_ati = 'WED025_init_JRA_200001.nc', -12 ,'ice_cover'  ,  .false.  , .true., 'yearly'  , '' , '', ''
82   sn_smi = 'NOT USED'              , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', ''
83   sn_tmi = 'NOT USED'              , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', ''
84   sn_tsu = 'NOT USED'              , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', ''
85   sn_tms = 'NOT USED'              , -12 ,'tms'   ,  .false.  , .true., 'yearly'  , '' , '', ''
86   !      melt ponds (be careful, sn_apd is the pond concentration (not fraction), so it differs from rn_apd)
87   sn_apd = 'NOT USED'              , -12 ,'apd'   ,  .false.  , .true., 'yearly'  , '' , '', ''
88   sn_hpd = 'NOT USED'              , -12 ,'hpd'   ,  .false.  , .true., 'yearly'  , '' , '', ''
89   cn_dir='./'
90/
91!------------------------------------------------------------------------------
92&namalb         !   albedo parameters
93!------------------------------------------------------------------------------
94/
95!------------------------------------------------------------------------------
96&namdia         !   Diagnostics
97!------------------------------------------------------------------------------
98/
Note: See TracBrowser for help on using the repository browser.