Ignore:
Timestamp:
01/10/20 15:27:03 (4 years ago)
Author:
acosce
Message:

ange to use grid_ref definition in field_def instead of domain_ref and axis_ref. (merge with rev 4875 on CONFIG/UNIFORM/v6/IPSLCM5A2CHT)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/field_def_nemo-opa.xml

    r2970 r4887  
    7777         <field id="tinv"         long_name="Max of vertical invertion of temperature"                                                                                                         unit="degC"                      /> 
    7878         <field id="depti"        long_name="Depth of max. vert. inv. of temperature"                                                                                                          unit="m"                         /> 
    79          <field id="20d"          long_name="Depth of 20C isotherm"                          standard_name="depth_of_isosurface_of_sea_water_potential_temperature"                            unit="m"      axis_ref="iax_20C" /> 
    80          <field id="28d"          long_name="Depth of 28C isotherm"                          standard_name="depth_of_isosurface_of_sea_water_potential_temperature"                            unit="m"      axis_ref="iax_28C" /> 
     79         <field id="20d"          long_name="Depth of 20C isotherm"                          standard_name="depth_of_isosurface_of_sea_water_potential_temperature"                            unit="m"      grid_ref="grid_iax_20C" /> 
     80         <field id="28d"          long_name="Depth of 28C isotherm"                          standard_name="depth_of_isosurface_of_sea_water_potential_temperature"                            unit="m"      grid_ref="grid_iax_28C" /> 
    8181         <field id="hc300"        long_name="Heat content 0-300m"                            standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"                      /> 
    8282 
     
    525525      <!-- variables available with iceberg trajectories --> 
    526526 
    527       <field_group id="icbvar" domain_ref="grid_T"  >  
     527      <field_group id="icbvar" grid_ref="grid_T"  >  
    528528        <field id="berg_melt"          long_name="icb melt rate of icebergs"                       unit="kg/m2/s"                    /> 
    529529        <field id="berg_buoy_melt"     long_name="icb buoyancy component of iceberg melt rate"     unit="kg/m2/s"                    /> 
     
    537537        <field id="calving"            long_name="icb calving mass input"                          unit="kg/s"                       /> 
    538538        <field id="berg_floating_melt" long_name="icb melt rate of icebergs + bits"                unit="kg/m2/s"                    /> 
    539         <field id="berg_real_calving"  long_name="icb calving into iceberg class"                  unit="kg/s"     axis_ref="icbcla" /> 
    540         <field id="berg_stored_ice"    long_name="icb accumulated ice mass by class"               unit="kg"       axis_ref="icbcla" /> 
     539        <field id="berg_real_calving"  long_name="icb calving into iceberg class"                  unit="kg/s"     grid_ref="grid_icbcla" /> 
     540        <field id="berg_stored_ice"    long_name="icb accumulated ice mass by class"               unit="kg"       grid_ref="grid_icbcla" /> 
    541541      </field_group> 
    542542 
Note: See TracChangeset for help on using the changeset viewer.