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 48 for trunk/CONFIG/ORCA2_LIM – NEMO

Changeset 48 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2004-04-22T10:58:51+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE : Change logical ket name l_dyn to ln_limdyn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist_ice

    r43 r48  
    1010!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    1111! 
    12 !  ldyn        : switch for ice dynamics (true) or not (false) 
     12!  ln_limdyn   : switch for ice dynamics (true) or not (false) 
    1313!  acrit(1/2)  : minimum fraction for leads in the Northern (Southern) Hemisphere 
    1414!  hnsdif      : computation of temperature in snow (=0.0) or not (=9999.0) 
     
    1616! 
    1717&namicerun 
    18    ldyn    = .true.  
    19    acrit   = 1.0e-06 , 1.0e-06 
    20    hsndif  = 0.0  
    21    hicdif  = 0.0 
     18   ln_limdyn = .true.  
     19   acrit     = 1.0e-06 , 1.0e-06 
     20   hsndif    = 0.0  
     21   hicdif    = 0.0 
    2222/ 
    2323!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     
    6262! 
    6363!  epsd   : tolerance parameter 
     64!  nlminn : northern minimum index for ice drift old value = 38 
     65!  nlmaxs : southern minimum index for ice drift old value = 15 
    6466!  alpha  : coefficient for semi-implicit coriolis 
    6567!  bound  : boundary conditions (=0.0 no-slip, =1.0 free-slip) 
     
    8082&namicedyn  
    8183   epsd   = 1.0e-20 
     84   nlminn = 103 
     85   nlmaxs = 45 
    8286   alpha  = 0.5 
    8387   dm     = 0.6e+03 
Note: See TracChangeset for help on using the changeset viewer.