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_r11078_OSMOSIS_IMMERSE_Nurser/cfgs/eORCA1/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/cfgs/eORCA1/EXPREF/namelist_ice_cfg @ 12224

Last change on this file since 12224 was 12224, checked in by agn, 4 years ago

add eORCA1 configuration with EXPREF holding OSMOSIS xml & namelists

File size: 3.6 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              =   5             !  number of ice  categories
25   nlay_i           =   2             !  number of ice  layers
26   nlay_s           =   1             !  number of snow layers (only 1 is working)
27   ln_virtual_itd   =   .false.       !  virtual ITD mono-category parameterization (jpl=1 only)
28                                      !     i.e. enhanced thermal conductivity & virtual thin ice melting
29   ln_icedyn        = .true.          !  ice dynamics (T) or not (F)
30   ln_icethd        = .true.          !  ice thermo   (T) or not (F)
31   rn_amax_n        =   0.997         !  maximum tolerated ice concentration NH
32   rn_amax_s        =   0.997         !  maximum tolerated ice concentration SH
33   cn_icerst_in     = "restart_ice" ! suffix of ice restart name (input)
34   cn_icerst_out    = "restart_ice" !  suffix of ice restart name (output)
35   cn_icerst_indir  = "RESTARTS"           !  directory to read   input ice restarts
36   cn_icerst_outdir = "RESTARTS"           !  directory to write output ice restarts
37/
38!------------------------------------------------------------------------------
39&namitd     !   Ice discretization
40!------------------------------------------------------------------------------
41/
42!------------------------------------------------------------------------------
43&namdyn     !   Ice dynamics
44!------------------------------------------------------------------------------
45/
46!------------------------------------------------------------------------------
47&namthd     !   Ice thermodynamics
48!------------------------------------------------------------------------------
49/
50!------------------------------------------------------------------------------
51&namthd_sal     !   Ice salinity
52!------------------------------------------------------------------------------
53/
54!------------------------------------------------------------------------------
55&namdyn_adv     !   Ice advection
56!------------------------------------------------------------------------------
57   ln_adv_Pra       = .true.         !  Advection scheme (Prather)
58   ln_adv_UMx       = .false.          !  Advection scheme (Ultimate-Macho)
59      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order)
60/
Note: See TracBrowser for help on using the repository browser.