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 4659 for branches/2013/dev_r4028_CNRS_LIM3/NEMOGCM/NEMO/LIM_SRC_3/limdyn.F90 – NEMO

Ignore:
Timestamp:
2014-06-04T19:18:57+02:00 (10 years ago)
Author:
clem
Message:

cleaning namelist parameters in LIM3 for NEMO3.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r4028_CNRS_LIM3/NEMOGCM/NEMO/LIM_SRC_3/limdyn.F90

    r4649 r4659  
    240240      !! ** input   :   Namelist namicedyn 
    241241      !!------------------------------------------------------------------- 
    242       NAMELIST/namicedyn/ epsd, alpha,     & 
    243          &                dm, nbiter, nbitdr, om, resl, cw, angvg, pstar,   & 
    244          &                c_rhg, etamn, creepl, ecc, ahi0, & 
     242      NAMELIST/namicedyn/ epsd, om, cw, angvg, pstar,   & 
     243         &                c_rhg, creepl, ecc, ahi0,     & 
    245244         &                nevp, telast, alphaevp, hminrhg 
    246245      !!------------------------------------------------------------------- 
     
    254253         WRITE(numout,*) '~~~~~~~~~~~~' 
    255254         WRITE(numout,*) '   tolerance parameter                              epsd   = ', epsd 
    256          WRITE(numout,*) '   coefficient for semi-implicit coriolis           alpha  = ', alpha 
    257          WRITE(numout,*) '   diffusion constant for dynamics                  dm     = ', dm 
    258          WRITE(numout,*) '   number of sub-time steps for relaxation          nbiter = ', nbiter 
    259          WRITE(numout,*) '   maximum number of iterations for relaxation      nbitdr = ', nbitdr 
    260255         WRITE(numout,*) '   relaxation constant                              om     = ', om 
    261          WRITE(numout,*) '   maximum value for the residual of relaxation     resl   = ', resl 
    262256         WRITE(numout,*) '   drag coefficient for oceanic stress              cw     = ', cw 
    263257         WRITE(numout,*) '   turning angle for oceanic stress                 angvg  = ', angvg 
    264258         WRITE(numout,*) '   first bulk-rheology parameter                    pstar  = ', pstar 
    265259         WRITE(numout,*) '   second bulk-rhelogy parameter                    c_rhg  = ', c_rhg 
    266          WRITE(numout,*) '   minimun value for viscosity                      etamn  = ', etamn 
    267260         WRITE(numout,*) '   creep limit                                      creepl = ', creepl 
    268261         WRITE(numout,*) '   eccentricity of the elliptical yield curve       ecc    = ', ecc 
Note: See TracChangeset for help on using the changeset viewer.