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

Ignore:
Timestamp:
2019-11-08T17:27:43+01:00 (4 years ago)
Author:
stefryn
Message:

add initialisation and restart of sturcture tensor

File:
1 edited

Legend:

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

    r11867 r11877  
    8686      CASE( np_rhgEAP )                ! Elasto-Anisotropic-Plastic ! 
    8787         !                             !----------------------------! 
    88          CALL ice_dyn_rhg_eap( kt, stress1_i, stress2_i, stress12_i, shear_i, divu_i, delta_i ) 
     88         CALL ice_dyn_rhg_eap( kt, stress1_i, stress2_i, stress12_i, shear_i, divu_i, delta_i, aniso_11, aniso_12 ) 
    8989      END SELECT 
    9090      ! 
Note: See TracChangeset for help on using the changeset viewer.