Changeset 3818 for CONFIG/UNIFORM


Ignore:
Timestamp:
05/16/18 16:09:13 (6 years ago)
Author:
flavoni
Message:

update ice namelist for dev_merge_2017 NEMO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v7_dev/GENERAL/PARAM/namelist_lim3_ORCA2_cfg

    r3254 r3818  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! LIM3 configuration namelist: Overwrites SHARED/namelist_ice_lim3_ref 
    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 diffusion                      (namicehdf) 
    9 !!              7 - Ice thermodynamics                 (namicethd) 
    10 !!              8 - Ice salinity                       (namicesal) 
    11 !!              9 - Ice mechanical redistribution      (namiceitdme) 
    12 !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     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! 
    1321!------------------------------------------------------------------------------ 
    14 &namicerun     !   Generic parameters 
     22&nampar         !   Generic parameters 
    1523!------------------------------------------------------------------------------ 
    16   cn_icerst_in  = "restart_ice_in" 
     24   cn_icerst_in     = "restart_ice_in"!  suffix of ice restart name (input) 
    1725/ 
    18 !------------------------------------------------------------------------------ 
    19 &namicediag    !   Diagnostics 
    20 !------------------------------------------------------------------------------ 
    21    ln_limdiahsb   =  .false.        !  output the heat, mass & salt budgets (T) or not (F) 
    22 / 
    23 !------------------------------------------------------------------------------ 
    24 &namiceini     !   Ice initialization 
    25 !------------------------------------------------------------------------------ 
    26 / 
    27 !------------------------------------------------------------------------------ 
    28 &namiceitd     !   Ice discretization 
    29 !------------------------------------------------------------------------------ 
    30 / 
    31 !------------------------------------------------------------------------------ 
    32 &namicedyn     !   Ice dynamics and transport 
    33 !------------------------------------------------------------------------------ 
    34 / 
    35 !------------------------------------------------------------------------------ 
    36 &namicehdf     !   Ice horizontal diffusion 
    37 !------------------------------------------------------------------------------ 
    38 / 
    39 !------------------------------------------------------------------------------ 
    40 &namicethd     !   Ice thermodynamics 
    41 !------------------------------------------------------------------------------ 
    42 / 
    43 !------------------------------------------------------------------------------ 
    44 &namicesal     !   Ice salinity 
    45 !------------------------------------------------------------------------------ 
    46 / 
    47 !------------------------------------------------------------------------------ 
    48 &namiceitdme   !   Ice mechanical redistribution (ridging and rafting) 
    49 !------------------------------------------------------------------------------ 
    50 / 
Note: See TracChangeset for help on using the changeset viewer.