Changeset 11878
- Timestamp:
- 2019-11-08T18:25:33+01:00 (5 years ago)
- Location:
- NEMO/branches/2019/dev_r11842_SI3-10_EAP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r11842_SI3-10_EAP/cfgs/SHARED/field_def_nemo-ice.xml
r11575 r11878 81 81 <field id="icediv" long_name="Divergence of the sea-ice velocity field" standard_name="divergence_of_sea_ice_velocity" unit="s-1" /> 82 82 <field id="iceshe" long_name="Maximum shear of sea-ice velocity field" standard_name="maximum_shear_of_sea_ice_velocity" unit="s-1" /> 83 <field id="aniso" long_name="anisotropy of sea ice floe orientation (0.5 - 1)" standard_name="anisotropy" unit="" /> 83 84 84 85 <!-- surface heat fluxes --> -
NEMO/branches/2019/dev_r11842_SI3-10_EAP/src/ICE/icedyn_rhg_eap.F90
r11877 r11878 797 797 DEALLOCATE( zsig1 , zsig2 , zsig3 ) 798 798 ENDIF 799 800 ! --- anisotropy tensor --- ! 801 IF( iom_use('aniso') ) THEN 802 CALL iom_put( 'aniso' , aniso_11 * zmsk00 ) 803 ENDIF 799 804 800 805 ! --- SIMIP --- !
Note: See TracChangeset
for help on using the changeset viewer.