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/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00 – NEMO

source: branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_ice_cfg @ 8312

Last change on this file since 8312 was 8312, checked in by clem, 7 years ago

STEP2 (1): remove obsolete features (ice diffusion)

File size: 5.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! LIM3 namelist: 
3!!              1 - Generic parameters                 (namicerun)
4!!              2 - Diagnostics                        (namicediag)
5!!              3 - Ice initialization                 (namiceini)
6!!              4 - Ice discretization                 (namiceitd)
7!!              5 - Ice dynamics and transport         (namicedyn)
8!!              6 - Ice thermodynamics                 (namicethd)
9!!              7 - Ice salinity                       (namicesal)
10!!              8 - Ice mechanical redistribution      (namiceitdme)
11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
12!
13!------------------------------------------------------------------------------
14&namicerun     !   Generic parameters
15!------------------------------------------------------------------------------
16   jpl              =    1          !  number of ice  categories
17   nlay_i           =    1          !  number of ice  layers
18   ln_limthd        =  .false.       !  ice thermo   (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO
19   ln_limdyn        =  .true.       !  ice dynamics (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO
20   nn_limdyn        =   0           !     (ln_limdyn=T) switch for ice dynamics
21                                    !      2: total
22                                    !      1: advection only (no diffusion, no ridging/rafting)
23                                    !      0: advection only (as 1 but with prescribed velocity, bypass rheology)
24   rn_uice          =   0.5    !     (nn_limdyn=0) ice u-velocity
25   rn_vice          =   0.0    !     (nn_limdyn=0) ice v-velocity
26/
27!------------------------------------------------------------------------------
28&namicediag    !   Diagnostics
29!------------------------------------------------------------------------------
30/
31!------------------------------------------------------------------------------
32&namiceini     !   Ice initialization
33!------------------------------------------------------------------------------
34                  ! -- limistate -- !
35   ln_limini      = .true.         !  activate ice initialization (T) or not (F)
36   ln_limini_file = .true.         !  netcdf file provided for initialization (T) or not (F)
37   cn_dir="./"
38   sn_hti = 'initice'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', ''
39   sn_hts = 'initice'    , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', ''
40   sn_ati = 'initice'    , -12 ,'ati'   ,  .false.  , .true., 'yearly'  , '' , '', ''
41   sn_tsu = 'initice'    , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', ''
42   sn_tmi = 'initice'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', ''
43   sn_smi = 'initice'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', ''
44/
45!------------------------------------------------------------------------------
46&namiceitd     !   Ice discretization
47!------------------------------------------------------------------------------
48/
49!------------------------------------------------------------------------------
50&namicedyn     !   Ice dynamics and transport
51!------------------------------------------------------------------------------
52                  ! -- limtrp & limadv -- !
53   nn_limadv      =    0            !  choose the advection scheme (-1=Prather ; 0=Ultimate-Macho)
54   nn_limadv_ord  =    5            !  choose the order of the advection scheme (if nn_limadv=0)
55/
56!------------------------------------------------------------------------------
57&namicethd     !   Ice thermodynamics
58!------------------------------------------------------------------------------
59                  ! -- limthd_dh -- !
60   ln_limdH       = .true.          !  activate ice thickness change from growing/melting (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO
61                  ! -- limthd_da -- !
62   ln_limdA       = .true.          !  activate lateral melting param. (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO
63                 ! -- limthd_lac -- !
64   ln_limdO       = .true.          !  activate ice growth in open-water (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO
65   rn_hnewice     = 0.02            !  thickness for new ice formation in open water (m)
66                  ! -- limitd_th -- !
67   rn_himin       = 0.01            !  minimum ice thickness (m) used in remapping, must be smaller than rn_hnewice
68/
69!------------------------------------------------------------------------------
70&namicesal     !   Ice salinity
71!------------------------------------------------------------------------------
72                 ! -- limthd_sal -- !
73   ln_limdS       = .true.          !  activate gravity drainage and flushing (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO
74/
75!------------------------------------------------------------------------------
76&namiceitdme   !   Ice mechanical redistribution (ridging and rafting)
77!------------------------------------------------------------------------------
78                  ! -- limitd_me -- !
79   ln_ridging     =   .true.        !  ridging activated (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO
80   ln_rafting     =   .true.        !  rafting activated (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO
81/
Note: See TracBrowser for help on using the repository browser.