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 8308 for branches/UKMO/dev_r5518_GO6_package/NEMOGCM/CONFIG/SHARED/field_def_dyn.xml – NEMO

Ignore:
Timestamp:
2017-07-10T14:39:17+02:00 (7 years ago)
Author:
timgraham
Message:

Changes required to make scalar diagnostics work correctly in XIOS2. Note that a new grid definition is needed in the iodef.xml file as a result of this change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/CONFIG/SHARED/field_def_dyn.xml

    r8280 r8308  
    561561      <!-- scalar variables available with key_diaar5 --> 
    562562 
    563       <field_group id="scalar"  domain_ref="1point" > 
     563      <field_group id="scalar"  grid_ref="scalar" > 
    564564         <field id="voltot"     long_name="Sea Water Volume"                             standard_name="sea_water_volume"                               unit="m3"   /> 
    565565         <field id="sshtot"     long_name="global mean ssh"                              standard_name="global_average_sea_level_change"                unit="m"    /> 
     
    590590      <!-- LIM3 scalar variables --> 
    591591 
    592       <field_group id="SBC_scalar"  domain_ref="1point" > 
     592      <field_group id="SBC_scalar"  grid_ref="scalar" > 
    593593         <!-- available with ln_limdiaout --> 
    594594         <field id="ibgvoltot"    long_name="global mean ice volume"                                 unit="km3"        /> 
     
    647647      <!-- variables available with key_float --> 
    648648 
    649       <field_group id="floatvar" domain_ref="1point" axis_ref="nfloat" operation="instant" > 
     649      <field_group id="floatvar" grid_ref="scalar" axis_ref="nfloat" operation="instant" > 
    650650        <field id="traj_lon"      long_name="floats longitude"                                                           unit="degrees_east"  /> 
    651651        <field id="traj_lat"      long_name="floats latitude"                                                            unit="degrees_north" /> 
Note: See TracChangeset for help on using the changeset viewer.