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_vp.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_vp.F90

    r13967 r13969  
    10331033               zuerr_max = 0._wp 
    10341034                                
    1035                IF ( ll_u_iterate .AND. MOD ( i_inn, nn_vp_cvgchk ) == 0 ) THEN 
     1035               IF ( ll_u_iterate .AND. MOD ( i_inn, nn_vp_chkcvg ) == 0 ) THEN 
    10361036 
    10371037                  ! - Maximum U-velocity difference                
     
    10641064               zverr_max = 0._wp 
    10651065                
    1066                IF ( ll_v_iterate .AND. MOD ( i_inn, nn_vp_cvgchk ) == 0 ) THEN 
     1066               IF ( ll_v_iterate .AND. MOD ( i_inn, nn_vp_chkcvg ) == 0 ) THEN 
    10671067                
    10681068                  ! - Maximum V-velocity difference 
     
    10991099            !--------------------------------------------------------------------------------------- 
    11001100 
    1101             IF( nn_rhg_chkcvg/=0 .AND. MOD ( i_inn - 1, nn_vp_cvgchk ) == 0 ) CALL rhg_cvg_vp( kt, jter, nn_nvp, u_ice, v_ice, zmt, zuerr_max, zverr_max, zglob_area, & 
     1101            IF( nn_rhg_chkcvg/=0 .AND. MOD ( i_inn - 1, nn_vp_chkcvg ) == 0 ) CALL rhg_cvg_vp( kt, jter, nn_nvp, u_ice, v_ice, zmt, zuerr_max, zverr_max, zglob_area, & 
    11021102                      &                         zrhsu, zAU, zBU, zCU, zDU, zEU, zrhsv, zAV, zBV, zCV, zDV, zEV ) 
    11031103 
Note: See TracChangeset for help on using the changeset viewer.