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/limistate.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/limistate.F90

    r673 r675  
    220220      INTEGER :: ji,jj 
    221221 
    222       NAMELIST/namiceini/ ln_limini, ln_limdmp, ttest, hninn, hginn, alinn, & 
     222      NAMELIST/namiceini/ ln_limini, ttest, hninn, hginn, alinn, & 
    223223         &                hnins, hgins, alins 
    224224      !!------------------------------------------------------------------- 
     
    253253               WRITE(numout,*) '~~~~~~~~~~~~~~~' 
    254254               WRITE(numout,*) '         Ice state initialization using input file    ln_limini  = ', ln_limini 
    255                WRITE(numout,*) '         Ice damping                                  ln_limdmp  = ', ln_limdmp 
    256255               WRITE(numout,*) ' ' 
    257256            ENDIF 
Note: See TracChangeset for help on using the changeset viewer.