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 13544 for NEMO/branches/2020/SI3-03_VP_rheology/src/ICE/icedyn_rhg.F90 – NEMO

Ignore:
Timestamp:
2020-09-30T09:03:49+02:00 (4 years ago)
Author:
vancop
Message:

now VP rheology compiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/SI3-03_VP_rheology/src/ICE/icedyn_rhg.F90

    r13536 r13544  
    1717   USE ice            ! sea-ice: variables 
    1818   USE icedyn_rhg_evp ! sea-ice: EVP rheology 
     19   USE icedyn_rhg_vp  ! sea-ice: VP  rheology 
    1920   USE icectl         ! sea-ice: control prints 
    2021   ! 
     
    8283         !                             !---------------------------------! 
    8384         CALL ice_dyn_rhg_evp( kt, stress1_i, stress2_i, stress12_i, shear_i, divu_i, delta_i ) 
    84          !          
    85       END SELECT 
    86  
    8785      !                                !---------------------------------------------! 
    8886      CASE( np_rhgVP  )                ! Viscous-Plastic rheology                    ! 
     
    166164      ! 
    167165      IF( ln_rhg_EVP  )   CALL rhg_evp_rst( 'READ' )  !* read or initialize all required files 
    168       IF( ln_rhg_VP   )   CALL rhg_lsr_rst( 'READ' )  !* read or initialize all required files 
    169166      ! 
    170167   END SUBROUTINE ice_dyn_rhg_init 
Note: See TracChangeset for help on using the changeset viewer.