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 13105 for NEMO/branches/2019/dev_r11842_SI3-10_EAP/src/ICE/icedyn_rhg.F90 – NEMO

Ignore:
Timestamp:
2020-06-12T14:42:37+02:00 (4 years ago)
Author:
stefryn
Message:

small changes to calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP/src/ICE/icedyn_rhg.F90

    r12261 r13105  
    8888      CASE( np_rhgEAP )                ! Elasto-Anisotropic-Plastic ! 
    8989         !                             !----------------------------! 
    90          CALL ice_dyn_rhg_eap( kt, stress1_i, stress2_i, stress12_i, shear_i, divu_i, delta_i, aniso_11, aniso_12 ) 
     90         CALL ice_dyn_rhg_eap( kt, stress1_i, stress2_i, stress12_i, shear_i, divu_i, delta_i, aniso_11, aniso_12, rdg_conv ) 
    9191      END SELECT 
    9292      ! 
Note: See TracChangeset for help on using the changeset viewer.