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 5199 for branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/CONFIG/C1D_PAPA – NEMO

Ignore:
Timestamp:
2015-04-07T14:27:31+02:00 (9 years ago)
Author:
hadcv
Message:

Addition of standard_name entries and other changes.

  • XIOS namelist changes:
    • Added standard_name entries to field_def.xml for physical ocean variables and SBC fields
      • This does not cover all variables!
    • Added some new variable definitions
    • Renamed the coupled variable "calving" to "calving_cea" to avoid a clash with the ICB variable
    • Removed long_name entries from iodef.xml files
      • iodef_ar5.xml has been preserved where possible
    • Added axis definitions for 20C and 28C isotherm depths
    • Performed some minor cleaning and opportunistic minor edits
  • NEMO changes:
    • Replaced an iom_put call in DIA/diahth.F90 with a definition in field_def.xml
    • Added axis definitions for 20C and 28C isotherm depths
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/CONFIG/C1D_PAPA/EXP00/iodef.xml

    r5166 r5199  
    3434     <field field_ref="empmr"        name="sowaflup"  /> 
    3535     <field field_ref="qsr"          name="soshfldo"  /> 
    36           <field field_ref="saltflx"      name="sosfldow"  /> 
     36      <field field_ref="saltflx"      name="sosfldow"  /> 
    3737     <field field_ref="qt"           name="sohefldo"  /> 
    3838     <field field_ref="mldr10_1"     name="somxl010"  /> 
    3939     <field field_ref="mldkz5"       name="somixhgt"  /> 
    40         </file> 
     40    </file> 
    4141    
    4242   <file id="file2" name_suffix="_grid_U" description="ocean U grid variables" > 
    4343          <field field_ref="uoce"         name="vozocrtx"  /> 
    4444          <field field_ref="utau"         name="sozotaux"  /> 
    45         </file> 
     45    </file> 
    4646    
    4747   <file id="file3" name_suffix="_grid_V" description="ocean V grid variables" > 
    4848          <field field_ref="voce"         name="vomecrty"  />  
    4949          <field field_ref="vtau"         name="sometauy"  />  
    50         </file> 
     50    </file> 
    5151    
    5252   <file id="file4" name_suffix="_grid_W" description="ocean W grid variables" > 
     
    5454          <field field_ref="avt"          name="votkeavt" /> 
    5555          <field field_ref="aht2d"        name="soleahtw" /> 
    56         </file> 
     56    </file> 
    5757      </file_group> 
    5858 
     
    7272     <field field_ref="empmr"        name="sowaflup"  /> 
    7373     <field field_ref="qsr"          name="soshfldo"  /> 
    74           <field field_ref="saltflx"      name="sosfldow"  /> 
     74      <field field_ref="saltflx"      name="sosfldow"  /> 
    7575     <field field_ref="qt"           name="sohefldo"  /> 
    7676     <field field_ref="mldr10_1"     name="somxl010"  /> 
    7777     <field field_ref="mldkz5"       name="somixhgt"  /> 
    78         </file> 
     78    </file> 
    7979    
    8080   <file id="file6" name_suffix="_grid_U" description="ocean U grid variables" > 
    8181          <field field_ref="uoce"         name="vozocrtx"  /> 
    8282          <field field_ref="utau"         name="sozotaux"  /> 
    83         </file> 
     83    </file> 
    8484    
    8585   <file id="file7" name_suffix="_grid_V" description="ocean V grid variables" > 
    8686          <field field_ref="voce"         name="vomecrty"  />  
    8787          <field field_ref="vtau"         name="sometauy"  />  
    88         </file> 
     88    </file> 
    8989    
    9090   <file id="file8" name_suffix="_grid_W" description="ocean W grid variables" > 
     
    9292          <field field_ref="avt"          name="votkeavt" /> 
    9393          <field field_ref="aht2d"        name="soleahtw" /> 
    94         </file> 
     94    </file> 
    9595      </file_group> 
    9696 
     
    9898      <file_group id="3d" output_freq="3d"  output_level="10" enabled=".TRUE."/> <!-- 3d files -->     
    9999      <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE."/>  <!-- 5d files -->    
     100 
    100101      <file_group id="1m" output_freq="1mo" output_level="10" enabled=".TRUE."/> <!-- real monthly files --> 
    101102      <file_group id="2m" output_freq="2mo" output_level="10" enabled=".TRUE."/> <!-- real 2m files --> 
     
    125126      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
    126127      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     128      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              /> 
     129      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              /> 
    127130   </axis_definition>  
    128131     
Note: See TracChangeset for help on using the changeset viewer.