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 14998 for NEMO/branches/UKMO/NEMO_4.0.4_EAP_rheology/cfgs/SHARED/field_def_nemo-ice.xml – NEMO

Ignore:
Timestamp:
2021-06-16T10:06:19+02:00 (3 years ago)
Author:
annkeen
Message:

Add EAP sea ice rheology code (from NOCS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_EAP_rheology/cfgs/SHARED/field_def_nemo-ice.xml

    r13648 r14998  
    8181          <field id="sig1_pnorm"   long_name="P-normalized 1st principal stress component"                                                                       unit=""     /> 
    8282          <field id="sig2_pnorm"   long_name="P-normalized 2nd principal stress component"                                                                       unit=""     /> 
     83          <field id="icedlt"       long_name="delta"                                                   standard_name="delta"                                     unit=""     /> 
    8384          <field id="normstr"      long_name="Average normal stress in sea ice"                        standard_name="average_normal_stress"                     unit="N/m"  /> 
    8485          <field id="sheastr"      long_name="Maximum shear stress in sea ice"                         standard_name="maximum_shear_stress"                      unit="N/m"  /> 
     
    8687          <field id="icediv"       long_name="Divergence of the sea-ice velocity field"                standard_name="divergence_of_sea_ice_velocity"            unit="s-1"  /> 
    8788          <field id="iceshe"       long_name="Maximum shear of sea-ice velocity field"                 standard_name="maximum_shear_of_sea_ice_velocity"         unit="s-1"  /> 
     89          <field id="aniso"        long_name="anisotropy of sea ice floe orientation (0.5 - 1)"        standard_name="anisotropy"                                unit=""     /> 
     90          <field id="yield11"      long_name="yield surface tensor component 11"                       standard_name="yield11"                                   unit="N/m"  /> 
     91          <field id="yield22"      long_name="yield surface tensor component 22"                       standard_name="yield22"                                   unit="N/m"  /> 
     92          <field id="yield12"      long_name="yield surface tensor component 12"                       standard_name="yield12"                                   unit="N/m"  /> 
    8893          <field id="beta_evp"     long_name="Relaxation parameter of ice rheology (beta)"             standard_name="relaxation_parameter_of_ice_rheology"      unit=""  />    
     94  
    8995  
    9096     <!-- surface heat fluxes --> 
     
    167173          <!-- diags --> 
    168174          <field id="hfxdhc"       long_name="Heat content variation in snow and ice (neg = ice cooling)"   unit="W/m2" /> 
     175          <field id="icedrift_mass" long_name="Ice mass drift"   unit="kg/m2/s" /> 
     176          <field id="icedrift_salt" long_name="Ice salt drift"   unit="g/m2/s"  /> 
     177          <field id="icedrift_heat" long_name="Ice heat drift"   unit="W/m2"    /> 
    169178 
    170179     <!-- sbcssm variables --> 
     
    401410     <field field_ref="normstr"          name="normstr" /> 
    402411     <field field_ref="sheastr"          name="sheastr" /> 
     412          <field field_ref="sig1_pnorm"       name="sig1_pnorm"/> 
     413          <field field_ref="sig2_pnorm"       name="sig2_pnorm"/> 
     414     <field field_ref="icedlt"           name="sidelta" /> 
    403415      
    404416     <!-- heat fluxes --> 
Note: See TracChangeset for help on using the changeset viewer.