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 13969 for NEMO/branches/2020/SI3_vp_rheology/src/ICE/icedyn_rhg.F90 – NEMO

Ignore:
Timestamp:
2020-12-02T10:53:57+01:00 (4 years ago)
Author:
clem
Message:

change the name of one namelist parameter to make it more compliant with the rest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/SI3_vp_rheology/src/ICE/icedyn_rhg.F90

    r13965 r13969  
    118118      !! 
    119119      NAMELIST/namdyn_rhg/  ln_rhg_EVP, ln_aEVP, rn_creepl, rn_ecc , nn_nevp, rn_relast, nn_rhg_chkcvg,   &    !-- evp 
    120     &                       ln_rhg_VP, nn_vp_nout, nn_vp_ninn, nn_vp_cvgchk                                    !-- vp  
     120    &                       ln_rhg_VP, nn_vp_nout, nn_vp_ninn, nn_vp_chkcvg                                    !-- vp  
    121121      !!------------------------------------------------------------------- 
    122122      ! 
     
    142142         WRITE(numout,*) '         number of outer iterations                        nn_vp_nout    = ', nn_vp_nout 
    143143         WRITE(numout,*) '         number of inner iterations                        nn_vp_ninn    = ', nn_vp_ninn 
    144          WRITE(numout,*) '         iteration step for convergence check              nn_vp_cvgchk  = ', nn_vp_cvgchk 
     144         WRITE(numout,*) '         iteration step for convergence check              nn_vp_chkcvg  = ', nn_vp_chkcvg 
    145145         IF( ln_rhg_EVP ) THEN 
    146146            IF    ( nn_rhg_chkcvg == 0 ) THEN   ;   WRITE(numout,*) '         no check cvg' 
Note: See TracChangeset for help on using the changeset viewer.