Changeset 4228 for LMDZ6/trunk/DefLists


Ignore:
Timestamp:
Jul 26, 2022, 3:36:45 PM (2 years ago)
Author:
Laurent Fairhead
Message:

Modifications to code to introduce a new vertical axis on llm+1 levels so that fluxes can
be output on their proper levels as per the CMIP6 DataRequest??
Actually is r3853 from the IPSL-CM6A-MR branch
LF

File:
1 edited

Legend:

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

    r4145 r4228  
    6363    <axis id="time_year" unit="day" />
    6464    <axis id="presnivs" standard_name="Vertical levels" unit="Pa"/>
     65    <axis id="presinter" standard_name="Pressure at interface of vertical levels" unit="Pa"/>
    6566    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa"/>
    6667    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit=""/>
     
    119120     </grid>
    120121
     122     <grid id="grid_glo_presinter">
     123        <domain domain_ref="dom_glo" />
     124        <axis axis_ref="presinter" />
     125     </grid>
     126     <grid id="grid_out_presinter">
     127        <domain domain_ref="dom_out" />
     128        <axis axis_ref="presinter" />
     129     </grid>
     130
    121131     <grid id="grid_out_plev17">
    122132        <domain id="dom_out" />
Note: See TracChangeset for help on using the changeset viewer.