Changeset 3629 for LMDZ5/branches/IPSLCM5A2.1/DefLists/context_lmdz.xml
- Timestamp:
- Feb 10, 2020, 9:54:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/IPSLCM5A2.1/DefLists/context_lmdz.xml
r3618 r3629 25 25 <domain_definition> 26 26 <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> 27 30 </domain_definition> 28 31 … … 33 36 34 37 <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 35 42 <grid id="grid_glo"> 36 43 <domain domain_ref="dom_glo" /> … … 92 99 <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit=""> 93 100 </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> 94 105 <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km"> 95 106 </axis> 96 107 <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" /> 97 119 </axis> 98 120 … … 113 135 </axis> 114 136 137 115 138 </axis_definition> 116 139 </context>
Note: See TracChangeset
for help on using the changeset viewer.