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 4055 for branches/2013/dev_r4028_CNRS_LIM3/NEMOGCM/NEMO/LIM_SRC_2/limdyn_2.F90 – NEMO

Ignore:
Timestamp:
2013-10-09T16:39:46+02:00 (11 years ago)
Author:
clem
Message:

correction for LIM2, see ticket:#1154

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r4028_CNRS_LIM3/NEMOGCM/NEMO/LIM_SRC_2/limdyn_2.F90

    r3625 r4055  
    227227         &                dm, nbiter, nbitdr, om, resl, cw, angvg, pstar,   & 
    228228         &                c_rhg, etamn, creepl, ecc, ahi0,                  & 
    229          &                nevp, telast,alphaevp 
     229         &                nevp, telast, alphaevp, hminrhg 
    230230      !!------------------------------------------------------------------- 
    231231 
     
    255255         WRITE(numout,*) '       timescale for elastic waves telast = ', telast 
    256256         WRITE(numout,*) '       coefficient for the solution of int. stresses alphaevp = ', alphaevp 
     257         WRITE(numout,*) '       min ice thickness for rheology calculations     hminrhg = ', hminrhg 
    257258      ENDIF 
    258259      ! 
Note: See TracChangeset for help on using the changeset viewer.