Changeset 15672
- Timestamp:
- 2022-01-26T17:03:17+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0.4_EAP_rheology_fix/src/ICE/icedyn_rhg_evp.F90
r15577 r15672 839 839 ! Stress invariants (sigma_I, sigma_II, Coon 1974, Feltham 2008) 840 840 zsig_I (ji,jj) = zsig1 * 0.5_wp ! 1st stress invariant, aka average normal stress, aka negative pressure 841 zsig_II(ji,jj) = SQRT ( MAX( 0._wp, zsig2 * zsig2 * 0.25_wp + zsig12 ) )! 2nd '' '', aka maximum shear stress841 zsig_II(ji,jj) = SQRT ( zsig2 * zsig2 * 0.25_wp + zsig12 * zsig12 ) ! 2nd '' '', aka maximum shear stress 842 842 843 843 END DO
Note: See TracChangeset
for help on using the changeset viewer.