Ignore:
Timestamp:
Feb 10, 2020, 9:54:26 AM (5 years ago)
Author:
acozic
Message:

Add new grid, new axis and new variables for cmip protocole and dr2xml

  • field_group id="coord_hyb"
  • grid_ref="klevp1_bnds"
  • grid_ref="klev_bnds"
  • domain id="greordered"
  • axis id="axis_lat"
  • axis id="bnds"
  • axis id="klevp1"
  • axis id="klev"
Location:
LMDZ5/branches/IPSLCM5A2.1/DefLists
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/IPSLCM5A2.1/DefLists/context_lmdz.xml

    r3618 r3629  
    2525  <domain_definition>
    2626    <domain id="dom_glo" data_dim="2" />
     27    <domain id="greordered"  domain_ref="dom_glo">
     28      <reorder_domain invert_lat="true" shift_lon_fraction="0.5" min_lon="0" max_lon="360" />
     29    </domain>
    2730  </domain_definition>
    2831 
     
    3336
    3437  <grid_definition>
     38
     39    <grid id="klev_bnds"> <axis axis_ref="klev" /> <axis axis_ref="bnds" /> </grid>
     40    <grid id="klevp1_bnds"> <axis axis_ref="klevp1" /> <axis axis_ref="bnds" /> </grid>
     41
    3542     <grid id="grid_glo">
    3643        <domain domain_ref="dom_glo" />
     
    9299    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
    93100    </axis>
     101    <axis id="Ahyb_inter" standard_name="A comp of Hyb Cord at interface" unit="Pa">
     102    </axis>
     103    <axis id="Bhyb_inter" standard_name="B comp of Hyb Cord at interface" unit="">
     104    </axis>
    94105    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
    95106    </axis>
    96107    <axis id="plev" standard_name="model_level_number" unit="Pa">
     108    </axis>
     109    <axis id="klev"  prec="8" long_name = "number of layers"
     110          standard_name ="number of layers" unit="1">
     111    </axis>
     112    <axis id="klevp1"  prec="8" long_name = "number of layer interfaces"
     113          standard_name ="number of layer interfaces" unit="1">
     114    </axis>
     115    <axis id="bnds" standard_name="bounds" unit="1" >
     116    </axis>
     117    <axis id="axis_lat" standard_name="Latitude axis">
     118        <reduce_domain operation="average" direction="iDir" />
    97119    </axis>
    98120
     
    113135    </axis>
    114136
     137
    115138  </axis_definition>
    116139</context>
  • LMDZ5/branches/IPSLCM5A2.1/DefLists/field_def_lmdz.xml

    r3618 r3629  
    77<!--    </field_group>  -->
    88   
     9    <field_group id="coordinates" grid_ref="grid_glo">
     10        <field id="io_lon"  />
     11        <field id="io_lat"  />
     12    </field_group>
     13
     14    <field_group id="coord_hyb">
     15      <field id="Ahyb" long_name="Ahyb at level interface"     axis_ref="klevp1" />
     16      <field id="Ahyb_bounds" long_name="" grid_ref="klevp1_bnds" />
     17      <field id="Bhyb" long_name="Bhyb at level interface"       axis_ref="klevp1"  />
     18      <field id="Bhyb_bounds" long_name=""  grid_ref="klevp1_bnds" />
     19      <field id="Ahyb_mid" long_name="Ahyb at the middle of the level"      axis_ref="klev" />
     20      <field id="Ahyb_mid_bounds" long_name="" grid_ref="klev_bnds" />
     21      <field id="Bhyb_mid" long_name="Bhyb at the middle of the level"       axis_ref="klev"  />
     22      <field id="Bhyb_mid_bounds" long_name=""  grid_ref="klev_bnds" />
     23    </field_group>
     24
    925    <field_group id="fields_2D" grid_ref="grid_glo">
    1026        <field id="phis"    long_name="Surface geop.height"     unit="m2/s2" />
Note: See TracChangeset for help on using the changeset viewer.