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 11878 for NEMO – NEMO

Changeset 11878 for NEMO


Ignore:
Timestamp:
2019-11-08T18:25:33+01:00 (4 years ago)
Author:
stefryn
Message:

add anisotropy output

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  
    8181          <field id="icediv"       long_name="Divergence of the sea-ice velocity field"                standard_name="divergence_of_sea_ice_velocity"            unit="s-1"  /> 
    8282          <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=""     /> 
    8384      
    8485     <!-- surface heat fluxes --> 
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP/src/ICE/icedyn_rhg_eap.F90

    r11877 r11878  
    797797         DEALLOCATE( zsig1 , zsig2 , zsig3 ) 
    798798      ENDIF 
     799 
     800      ! --- anisotropy tensor --- ! 
     801      IF( iom_use('aniso') ) THEN 
     802         CALL iom_put( 'aniso' , aniso_11 * zmsk00 ) 
     803      ENDIF 
    799804       
    800805      ! --- SIMIP --- ! 
Note: See TracChangeset for help on using the changeset viewer.