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

Changeset 676 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2007-06-01T19:42:54+02:00 (17 years ago)
Author:
ctlod
Message:

nemo_v2_bugfix_046 : CT : move the ln_limdmp ice namelist parameter into namicerun instead namiceini section to allow damping even when making restart

Location:
trunk/CONFIG/ORCA2_LIM/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist_ice

    r451 r676  
    1111! 
    1212!  ln_limdyn   : switch for ice dynamics (true) or not (false) 
     13!  ln_limdmp   : restoring Ice thickness and Fraction leads flag 
    1314!  acrit(1/2)  : minimum fraction for leads in the Northern (Southern) Hemisphere 
    1415!  hnsdif      : computation of temperature in snow (=0.0) or not (=9999.0) 
     
    1718&namicerun 
    1819   ln_limdyn = .true.  
     20   ln_limdmp = .FALSE.  
    1921   acrit     = 1.0e-06 , 1.0e-06 
    2022   hsndif    = 0.0  
     
    2628! 
    2729!  ln_limini : Ice initialization state flag 
    28 !  ln_limdmp : restoring Ice thickness and Fraction leads flag 
    2930!  ttest     : threshold water temperature for initial sea ice 
    3031!  hninn     : initial snow thickness in the north 
     
    3738&namiceini 
    3839   ln_limini = .FALSE.  
    39    ln_limdmp = .FALSE.  
    4040   ttest = 2.0 
    4141   hninn = 0.5 
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist_ice

    r425 r676  
    1111! 
    1212!  ln_limdyn   : switch for ice dynamics (true) or not (false) 
     13!  ln_limdmp   : restoring Ice thickness and Fraction leads flag 
    1314!  acrit(1/2)  : minimum fraction for leads in the Northern (Southern) Hemisphere 
    1415!  hnsdif      : computation of temperature in snow (=0.0) or not (=9999.0) 
     
    1718&namicerun 
    1819   ln_limdyn = .true.  
     20   ln_limdmp = .FALSE.  
    1921   acrit     = 1.0e-06 , 1.0e-06 
    2022   hsndif    = 0.0  
     
    2628! 
    2729!  ln_limini : Ice initialization state flag 
    28 !  ln_limdmp : restoring Ice thickness and Fraction leads flag 
    2930!  ttest     : threshold water temperature for initial sea ice 
    3031!  hninn     : initial snow thickness in the north 
     
    3738&namiceini 
    3839   ln_limini = .FALSE.  
    39    ln_limdmp = .FALSE.  
    4040   ttest = 2.0 
    4141   hninn = 0.5 
Note: See TracChangeset for help on using the changeset viewer.