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 15570 for NEMO/branches/UKMO/NEMO_4.0.4_EAP_rheology_fix/src/ICE/icedyn_rhg_evp.F90 – NEMO

Ignore:
Timestamp:
2021-12-03T12:01:27+01:00 (3 years ago)
Author:
edblockley
Message:

Committing EAP addition/changes from NEMO/branches/UKMO/NEMO_4.0.4_EAP_rheology

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_EAP_rheology_fix/src/ICE/icedyn_rhg_evp.F90

    r14075 r15570  
    736736 
    737737         ! convergence test 
    738          IF( nn_rhg_chkcvg == 2 )   CALL rhg_cvg( kt, jter, nn_nevp, u_ice, v_ice, zu_ice, zv_ice ) 
     738         IF( nn_rhg_chkcvg == 2 )   CALL rhg_cvg_evp( kt, jter, nn_nevp, u_ice, v_ice, zu_ice, zv_ice ) 
    739739         ! 
    740740         !                                                ! ==================== ! 
     
    962962 
    963963 
    964    SUBROUTINE rhg_cvg( kt, kiter, kitermax, pu, pv, pub, pvb ) 
     964   SUBROUTINE rhg_cvg_evp( kt, kiter, kitermax, pu, pv, pub, pvb ) 
    965965      !!---------------------------------------------------------------------- 
    966       !!                    ***  ROUTINE rhg_cvg  *** 
     966      !!                    ***  ROUTINE rhg_cvg_evp  *** 
    967967      !!                      
    968968      !! ** Purpose :   check convergence of oce rheology 
     
    990990         IF( lwp ) THEN 
    991991            WRITE(numout,*) 
    992             WRITE(numout,*) 'rhg_cvg : ice rheology convergence control' 
     992            WRITE(numout,*) 'rhg_cvg_evp : ice rheology convergence control' 
    993993            WRITE(numout,*) '~~~~~~~' 
    994994         ENDIF 
     
    10291029      ENDIF 
    10301030       
    1031    END SUBROUTINE rhg_cvg 
     1031   END SUBROUTINE rhg_cvg_evp 
    10321032 
    10331033 
Note: See TracChangeset for help on using the changeset viewer.