Changeset 4121 for trunk/LMDZ.GENERIC/deftank/xios/context_pcm_physics.xml
- Timestamp:
- Mar 12, 2026, 3:17:58 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/xios/context_pcm_physics.xml
r3774 r4121 6 6 <domain_definition> 7 7 <!-- 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"> 9 9 <domain id="dom_glo" /> 10 10 </domain_group> … … 49 49 50 50 <!-- 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"/> 52 52 </domain_definition> 53 53 … … 64 64 standard_name="Pseudo-altitude of model vertical levels" 65 65 unit="km"> 66 </axis> 66 </axis> 67 <axis id="soildepth" 68 standard_name="Soil mid-layer depth" 69 unit="m"> 70 </axis> 71 67 72 <axis id="controle_axe" 68 73 standard_name="Controle" … … 93 98 <domain domain_ref="dom_glo" /> 94 99 <axis axis_ref="altitude" /> 100 </grid> 101 <grid id="grid_soil"> 102 <domain domain_ref="dom_glo" /> 103 <axis axis_ref="soildepth" /> 95 104 </grid> 96 105 <grid id="grid_2D"> … … 119 128 <domain domain_ref="dom_out" /> 120 129 <axis axis_ref="altitude" /> 130 </grid> 131 <grid id="grid_soil_out"> 132 <domain domain_ref="dom_out" /> 133 <axis axis_ref="soildepth" /> 121 134 </grid> 122 135 <grid id="grid_2D_out">
Note: See TracChangeset
for help on using the changeset viewer.
