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 13648 for NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED/field_def_nemo-ice.xml – NEMO

Ignore:
Timestamp:
2020-10-21T10:35:24+02:00 (4 years ago)
Author:
clem
Message:

4.0-HEAD:remove isig1 isig2 isig3 from the file_def.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED/field_def_nemo-ice.xml

    r13284 r13648  
    7575          <field id="utau_bi"      long_name="X-component of ocean bottom stress on sea ice -landfast" standard_name="ocean_bottom_upward_x_stress"              unit="N/m2" /> 
    7676          <field id="vtau_bi"      long_name="Y-component of ocean bottom stress on sea ice -landfast" standard_name="ocean_bottom_upward_y_stress"              unit="N/m2" /> 
    77           <field id="isig1"        long_name="1st principal stress component for EVP rhg"                                                                        unit=""     /> 
     77          <!-- the fields isig1 isig2 isig3 are obsolete --> 
     78     <field id="isig1"        long_name="1st principal stress component for EVP rhg"                                                                        unit=""     /> 
    7879          <field id="isig2"        long_name="2nd principal stress component for EVP rhg"                                                                        unit=""     /> 
    7980          <field id="isig3"        long_name="convergence measure for EVP rheology (must be around 1)"                                                           unit=""     /> 
     81          <field id="sig1_pnorm"   long_name="P-normalized 1st principal stress component"                                                                       unit=""     /> 
     82          <field id="sig2_pnorm"   long_name="P-normalized 2nd principal stress component"                                                                       unit=""     /> 
    8083          <field id="normstr"      long_name="Average normal stress in sea ice"                        standard_name="average_normal_stress"                     unit="N/m"  /> 
    8184          <field id="sheastr"      long_name="Maximum shear stress in sea ice"                         standard_name="maximum_shear_stress"                      unit="N/m"  /> 
     
    398401     <field field_ref="normstr"          name="normstr" /> 
    399402     <field field_ref="sheastr"          name="sheastr" /> 
    400      <field field_ref="isig1"            name="isig1"   /> 
    401      <field field_ref="isig2"            name="isig2"   /> 
    402      <field field_ref="isig3"            name="isig3"   /> 
    403403      
    404404     <!-- heat fluxes --> 
Note: See TracChangeset for help on using the changeset viewer.