Ignore:
Timestamp:
Mar 12, 2026, 3:17:58 PM (4 weeks ago)
Author:
cmetz
Message:

GENERIC PCM - CM
Added subsurface outputs for XIOS, and outputting tsoil for XIOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/xios/context_pcm_physics.xml

    r3774 r4121  
    66    <domain_definition>
    77        <!-- NB: dom_glo data_dim is 1 for DYNAMICO and 2 for LMDZ.COMMON -->
    8         <domain_group id="dom_glo" data_dim="1">
     8        <domain_group id="dom_glo" data_dim="2">
    99          <domain id="dom_glo" />
    1010        </domain_group>
     
    4949
    5050        <!-- NB: dom_out data_ref should be "dom_glo" with LMDZ.COMMON -->
    51         <domain id="dom_out" domain_ref="dom_128_96"/>
     51        <domain id="dom_out" domain_ref="dom_glo"/>
    5252    </domain_definition>
    5353
     
    6464              standard_name="Pseudo-altitude of model vertical levels"
    6565              unit="km">
    66         </axis>
     66      </axis>
     67        <axis id="soildepth"
     68              standard_name="Soil mid-layer depth"
     69              unit="m">
     70      </axis>
     71
    6772        <axis id="controle_axe"
    6873              standard_name="Controle"
     
    9398            <domain domain_ref="dom_glo" />
    9499            <axis axis_ref="altitude" />
     100        </grid>
     101        <grid id="grid_soil">
     102            <domain domain_ref="dom_glo" />
     103            <axis axis_ref="soildepth" />
    95104        </grid>
    96105        <grid id="grid_2D">
     
    119128            <domain domain_ref="dom_out" />
    120129            <axis axis_ref="altitude" />
     130        </grid>
     131        <grid id="grid_soil_out">
     132            <domain domain_ref="dom_out" />
     133            <axis axis_ref="soildepth" />
    121134        </grid>
    122135        <grid id="grid_2D_out">
Note: See TracChangeset for help on using the changeset viewer.