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 7646 for trunk/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_ice_cfg – NEMO

Ignore:
Timestamp:
2017-02-06T10:25:03+01:00 (7 years ago)
Author:
timgraham
Message:

Merge of dev_merge_2016 into trunk. UPDATE TO ARCHFILES NEEDED for XIOS2.
LIM_SRC_s/limrhg.F90 to follow in next commit due to change of kind (I'm unable to do it in this commit).
Merged using the following steps:

1) svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk .
2) Resolve minor conflicts in sette.sh and namelist_cfg for ORCA2LIM3 (due to a change in trunk after branch was created)
3) svn commit
4) svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
5) svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2016/dev_merge_2016 .
6) At this stage I checked out a clean copy of the branch to compare against what is about to be committed to the trunk.
6) svn commit #Commit code to the trunk

In this commit I have also reverted a change to Fcheck_archfile.sh which was causing problems on the Paris machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_ice_cfg

    r4161 r7646  
    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.