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 675 for trunk/NEMO/LIM_SRC/iceini.F90 – NEMO

Ignore:
Timestamp:
2007-06-01T19:40:03+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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/iceini.F90

    r508 r675  
    1616   !!---------------------------------------------------------------------- 
    1717   USE dom_oce 
     18   USE dom_ice 
    1819   USE in_out_manager 
    1920   USE ice_oce         ! ice variables 
     
    9899      !! ** input   :   Namelist namicerun 
    99100      !!------------------------------------------------------------------- 
    100       NAMELIST/namicerun/ ln_limdyn, acrit, hsndif, hicdif 
     101      NAMELIST/namicerun/ ln_limdyn, ln_limdmp, acrit, hsndif, hicdif 
    101102      !!------------------------------------------------------------------- 
    102103      !                     
     
    111112         WRITE(numout,*) ' ~~~~~~' 
    112113         WRITE(numout,*) '   switch for ice dynamics (1) or not (0)      ln_limdyn   = ', ln_limdyn 
     114         WRITE(numout,*) '   Ice damping                                 ln_limdmp   = ', ln_limdmp 
    113115         WRITE(numout,*) '   minimum fraction for leads in the NH (SH)  acrit(1/2)   = ', acrit(:) 
    114116         WRITE(numout,*) '   computation of temp. in snow (=0) or not (=9999) hsndif = ', hsndif 
Note: See TracChangeset for help on using the changeset viewer.