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.
Changeset 7395 – NEMO

Changeset 7395


Ignore:
Timestamp:
2016-11-30T15:10:06+01:00 (7 years ago)
Author:
flavoni
Message:

update 1_namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_MERCATOR_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_ice_cfg

    r4161 r7395  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/LIM2 : Configuration namelist used to overwrite 1_namelist_ice_ref 
     2!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     3!! NEMO/LIM3 configuration namelist: Overwrites 1_namelist_ice_ref 
     4!!              1 - Generic parameters                 (namicerun) 
     5!!              2 - Diagnostics                        (namicediag) 
     6!!              3 - Ice initialization                 (namiceini) 
     7!!              4 - Ice discretization                 (namiceitd) 
     8!!              5 - Ice dynamics and transport         (namicedyn) 
     9!!              6 - Ice diffusion                      (namicehdf) 
     10!!              7 - Ice thermodynamics                 (namicethd) 
     11!!              8 - Ice salinity                       (namicesal) 
     12!!              9 - Ice mechanical redistribution      (namiceitdme) 
    313!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 ! 
    5 !----------------------------------------------------------------------- 
    6 &namicerun     !   Share parameters for dynamics/advection/thermo 
    7 !----------------------------------------------------------------------- 
     14!------------------------------------------------------------------------------ 
     15&namicerun     !   Generic parameters 
     16!------------------------------------------------------------------------------ 
    817/ 
    9 !----------------------------------------------------------------------- 
    10 &namiceini     !   ice initialisation 
    11 !----------------------------------------------------------------------- 
     18!------------------------------------------------------------------------------ 
     19&namicediag    !   Diagnostics 
     20!------------------------------------------------------------------------------ 
    1221/ 
    13 !----------------------------------------------------------------------- 
    14 &namicedyn     !   ice dynamic 
    15 !----------------------------------------------------------------------- 
    16    creepl      =   2.0e-08 !  creep limit 
    17    nevp        =   360     !  number of EVP subcycling iterations 
    18    telast      =   3600    !  timescale for EVP elastic waves 
     22!------------------------------------------------------------------------------ 
     23&namiceini     !   Ice initialization 
     24!------------------------------------------------------------------------------ 
    1925/ 
    20 !----------------------------------------------------------------------- 
    21 &namicetrp     !   ice transport 
    22 !----------------------------------------------------------------------- 
     26!------------------------------------------------------------------------------ 
     27&namiceitd     !   Ice discretization 
     28!------------------------------------------------------------------------------ 
    2329/ 
    24 !----------------------------------------------------------------------- 
    25 &namicethd     !   ice thermodynamic 
    26 !----------------------------------------------------------------------- 
     30!------------------------------------------------------------------------------ 
     31&namicedyn     !   Ice dynamics and transport 
     32!------------------------------------------------------------------------------ 
    2733/ 
    28 !----------------------------------------------------------------------- 
    29 &namicedia     !   ice diagnostics 
    30 !----------------------------------------------------------------------- 
     34!------------------------------------------------------------------------------ 
     35&namicehdf     !   Ice horizontal diffusion 
     36!------------------------------------------------------------------------------ 
    3137/ 
    32 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    33 &namiceout     !   parameters for outputs 
    34 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    35 /       
     38!------------------------------------------------------------------------------ 
     39&namicethd     !   Ice thermodynamics 
     40!------------------------------------------------------------------------------ 
     41/ 
     42!------------------------------------------------------------------------------ 
     43&namicesal     !   Ice salinity 
     44!------------------------------------------------------------------------------ 
     45/ 
     46!------------------------------------------------------------------------------ 
     47&namiceitdme   !   Ice mechanical redistribution (ridging and rafting) 
     48!------------------------------------------------------------------------------ 
     49/ 
Note: See TracChangeset for help on using the changeset viewer.