Changeset 3629 for LMDZ5/branches/IPSLCM5A2.1/DefLists
- Timestamp:
- Feb 10, 2020, 9:54:26 AM (5 years ago)
- Location:
- LMDZ5/branches/IPSLCM5A2.1/DefLists
- Files:
-
- 2 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> -
LMDZ5/branches/IPSLCM5A2.1/DefLists/field_def_lmdz.xml
r3618 r3629 7 7 <!-- </field_group> --> 8 8 9 <field_group id="coordinates" grid_ref="grid_glo"> 10 <field id="io_lon" /> 11 <field id="io_lat" /> 12 </field_group> 13 14 <field_group id="coord_hyb"> 15 <field id="Ahyb" long_name="Ahyb at level interface" axis_ref="klevp1" /> 16 <field id="Ahyb_bounds" long_name="" grid_ref="klevp1_bnds" /> 17 <field id="Bhyb" long_name="Bhyb at level interface" axis_ref="klevp1" /> 18 <field id="Bhyb_bounds" long_name="" grid_ref="klevp1_bnds" /> 19 <field id="Ahyb_mid" long_name="Ahyb at the middle of the level" axis_ref="klev" /> 20 <field id="Ahyb_mid_bounds" long_name="" grid_ref="klev_bnds" /> 21 <field id="Bhyb_mid" long_name="Bhyb at the middle of the level" axis_ref="klev" /> 22 <field id="Bhyb_mid_bounds" long_name="" grid_ref="klev_bnds" /> 23 </field_group> 24 9 25 <field_group id="fields_2D" grid_ref="grid_glo"> 10 26 <field id="phis" long_name="Surface geop.height" unit="m2/s2" />
Note: See TracChangeset
for help on using the changeset viewer.