Changeset 3003 for LMDZ5/trunk/DefLists


Ignore:
Timestamp:
Oct 3, 2017, 4:45:26 PM (7 years ago)
Author:
Laurent Fairhead
Message:

Modifications to the code and xml files to output Ap and B, the coefficients
of the hybrid coordinates as requested by the CMIP6 DataRequest?
LF (with guidance from A. Caubel and S. Senesi)

Location:
LMDZ5/trunk/DefLists
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/DefLists/context_lmdz.xml

    r2995 r3003  
    4848    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
    4949    </axis>
     50    <axis id="Ahyb_inter" standard_name="A comp of Hyb Cord at interface" unit="Pa">
     51    </axis>
     52    <axis id="Bhyb_inter" standard_name="B comp of Hyb Cord at interface" unit="">
     53    </axis>
    5054    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
    5155    </axis>
    5256    <axis id="plev" standard_name="model_level_number" unit="Pa">
     57    </axis>
     58    <axis id="klev"  prec="8" long_name = "hybrid sigma pressure coordinate"
     59        standard_name ="atmosphere_hybrid_sigma_pressure_coordinate" unit="1">
     60    <!-- <variable name="formula" type="string"> p = ap + b*ps </variable> -->
     61    <!-- <variable name="formula_terms" type="string"> ap: ap b: b ps: ps </variable> -->
     62    </axis>
     63
     64    <axis id="bnds" standard_name="bounds" unit="1" >
    5365    </axis>
    5466
     
    8496    <grid id="grid_scalar">
    8597    </grid>
     98
     99   <grid id="klev_bnds"> <axis axis_ref="klev" /> <axis axis_ref="bnds" /> </grid>
    86100
    87101     <grid id="grid_glo">
  • LMDZ5/trunk/DefLists/field_def_lmdz.xml

    r2998 r3003  
    77<!--    </field_group>  -->
    88   
     9    <field_group id="coord_hyb">
     10        <field id="Ahyb"      axis_ref="klev" />
     11        <field id="Ahyb_inter" grid_ref="klev_bnds" />
     12        <field id="Bhyb"       axis_ref="klev"  />
     13        <field id="Bhyb_inter"  grid_ref="klev_bnds" />
     14    </field_group>
     15
    916    <field_group id="fields_2D" grid_ref="grid_glo">
    1017        <field id="phis"    long_name="Surface geop.height"     unit="m2/s2" />
  • LMDZ5/trunk/DefLists/file_def_histmth_lmdz.xml

    r2995 r3003  
    99<!--              <field field_ref="Alt" level="1" />  -->
    1010<!--            </field_group>  -->
     11
     12            <field_group operation="once">
     13              <field field_ref="Ahyb" level="1" />
     14              <field field_ref="Ahyb_inter" level="1" />
     15              <field field_ref="Bhyb" level="1" />
     16              <field field_ref="Bhyb_inter" level="1" />
     17            </field_group>
    1118
    1219            <field_group operation="instant">
Note: See TracChangeset for help on using the changeset viewer.