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 3717 for branches – NEMO

Changeset 3717 for branches


Ignore:
Timestamp:
2012-11-29T12:15:49+01:00 (11 years ago)
Author:
acc
Message:

Branch dev_MERGE_2012. Correct SHARED/field_def.xml by updating group tags to field_group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/SHARED/field_def.xml

    r3714 r3717  
    214214   
    215215      <!-- variables available with key_float --> 
    216       <group id="floatvar" domain_ref="1point" axis_ref="nfloat" operation="instant" > 
     216      <field_group id="floatvar" domain_ref="1point" axis_ref="nfloat" operation="instant" > 
    217217        <field id="traj_lon"   long_name="floats longitude"   unit="deg"   /> 
    218218        <field id="traj_lat"   long_name="floats latitude"    unit="deg"   /> 
     
    222222        <field id="traj_dens"  long_name="floats density"     unit="kg/m3" /> 
    223223        <field id="traj_group" long_name="floats group"       unit="none"  /> 
    224       </group> 
     224      </field_group> 
    225225 
    226226      <!-- ptrc on T grid --> 
    227227 
    228       <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
     228      <field_group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
    229229       <field id="DIC"      long_name="Dissolved inorganic Concentration"        unit="mmol/m3" /> 
    230230       <field id="Alkalini" long_name="Total Alkalinity Concentration"           unit="mmol/m3" /> 
     
    261261       <field id="CFC11"    long_name="CFC-11 Concentration"                     unit="umol/L" /> 
    262262       <field id="C14B"     long_name="Bomb C14 Concentration"                   unit="ration" /> 
    263      </group> 
     263     </field_group> 
    264264 
    265265      <!-- diad on T grid : variables available with key_diatrc --> 
    266266 
    267      <group id="diad_T" grid_ref="grid_T"> 
     267     <field_group id="diad_T" grid_ref="grid_T"> 
    268268       <field id="PH"          long_name="PH"                                      unit="-"          axis_ref="deptht" /> 
    269269       <field id="CO3"         long_name="Bicarbonates"                            unit="mol/m3"     axis_ref="deptht" /> 
     
    348348       <field id="qintC14b"     long_name="Cumulative air-sea flux of Bomb C14"      unit="mol/m2"     /> 
    349349       <field id="fdecay"       long_name="Radiactive decay of Bomb C14"             unit="mol/m3"  axis_ref="deptht"  /> 
    350      </group> 
     350     </field_group> 
    351351 
    352352    <!--  
Note: See TracChangeset for help on using the changeset viewer.