[2013] | 1 | <!-- Context LMDZ --> |
---|
[2509] | 2 | <context id="LMDZ"> |
---|
| 3 | <!-- <calendar type="D360" start_date="1980-01-01 00:00:00" /> --> |
---|
[2013] | 4 | |
---|
| 5 | <!-- Define available variables --> |
---|
| 6 | <field_definition src="./field_def_lmdz.xml"/> |
---|
| 7 | |
---|
| 8 | <!-- Define output files |
---|
| 9 | Each file contains the list of variables and their output levels --> |
---|
| 10 | |
---|
| 11 | <file_definition src="./file_def_histday_lmdz.xml"/> |
---|
| 12 | <file_definition src="./file_def_histhf_lmdz.xml"/> |
---|
| 13 | <file_definition src="./file_def_histins_lmdz.xml"/> |
---|
| 14 | <file_definition src="./file_def_histLES_lmdz.xml"/> |
---|
| 15 | <file_definition src="./file_def_histmth_lmdz.xml"/> |
---|
| 16 | <file_definition src="./file_def_histstn_lmdz.xml"/> |
---|
| 17 | <file_definition src="./file_def_histmthNMC_lmdz.xml"/> |
---|
| 18 | <file_definition src="./file_def_histdayNMC_lmdz.xml"/> |
---|
| 19 | <file_definition src="./file_def_histhfNMC_lmdz.xml"/> |
---|
[2138] | 20 | <file_definition src="./file_def_histmthCOSP_lmdz.xml"/> |
---|
| 21 | <file_definition src="./file_def_histdayCOSP_lmdz.xml"/> |
---|
| 22 | <file_definition src="./file_def_histhfCOSP_lmdz.xml"/> |
---|
[2013] | 23 | |
---|
| 24 | <!-- Define domains and groups of domains --> |
---|
| 25 | <domain_definition> |
---|
| 26 | <domain id="dom_glo" data_dim="2" /> |
---|
[3629] | 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> |
---|
[2013] | 30 | </domain_definition> |
---|
| 31 | |
---|
| 32 | <!-- Need to define a grid? Do it here --> |
---|
[2509] | 33 | <!-- <grid_definition> |
---|
[2013] | 34 | <grid_group id="vertical" axis_ref="presnivs" /> |
---|
[2509] | 35 | </grid_> --> |
---|
[3618] | 36 | |
---|
| 37 | <grid_definition> |
---|
[3629] | 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 | |
---|
[3618] | 42 | <grid id="grid_glo"> |
---|
| 43 | <domain domain_ref="dom_glo" /> |
---|
| 44 | </grid> |
---|
| 45 | |
---|
| 46 | <grid id="grid_glo_presnivs"> |
---|
| 47 | <domain domain_ref="dom_glo" /> |
---|
| 48 | <axis axis_ref="presnivs" /> |
---|
| 49 | </grid> |
---|
| 50 | |
---|
| 51 | <grid id="grid_glo_height"> |
---|
| 52 | <domain domain_ref="dom_glo" /> |
---|
| 53 | <axis axis_ref="height" /> |
---|
| 54 | </grid> |
---|
| 55 | |
---|
| 56 | <grid id="grid_glo_sza"> |
---|
| 57 | <domain domain_ref="dom_glo" /> |
---|
| 58 | <axis axis_ref="sza" /> |
---|
| 59 | </grid> |
---|
| 60 | |
---|
| 61 | <grid id="grid_glo_heightmlev"> |
---|
| 62 | <domain domain_ref="dom_glo" /> |
---|
| 63 | <axis axis_ref="height_mlev" /> |
---|
| 64 | </grid> |
---|
| 65 | |
---|
| 66 | <grid id="grid_glo_temp"> |
---|
| 67 | <domain domain_ref="dom_glo" /> |
---|
| 68 | <axis axis_ref="temp" /> |
---|
| 69 | </grid> |
---|
| 70 | |
---|
| 71 | <grid id="grid_glo_plev"> |
---|
| 72 | <domain domain_ref="dom_glo" /> |
---|
| 73 | <axis axis_ref="plev" /> |
---|
| 74 | </grid> |
---|
| 75 | |
---|
| 76 | <grid id="grid_glo_pressure2"> |
---|
| 77 | <domain domain_ref="dom_glo" /> |
---|
| 78 | <axis axis_ref="pressure2" /> |
---|
| 79 | </grid> |
---|
| 80 | |
---|
| 81 | <grid id="grid_glo_column"> |
---|
| 82 | <domain domain_ref="dom_glo" /> |
---|
| 83 | <axis axis_ref="column" /> |
---|
| 84 | </grid> |
---|
| 85 | |
---|
| 86 | <grid id="grid_glo_cth16"> |
---|
| 87 | <domain domain_ref="dom_glo" /> |
---|
| 88 | <axis axis_ref="cth16" /> |
---|
| 89 | </grid> |
---|
| 90 | |
---|
| 91 | </grid_definition> |
---|
[2013] | 92 | |
---|
| 93 | <!-- Define groups of vertical axes --> |
---|
| 94 | <axis_definition> |
---|
| 95 | <axis id="presnivs" standard_name="Vertical levels" unit="Pa"> |
---|
| 96 | </axis> |
---|
[2156] | 97 | <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa"> |
---|
| 98 | </axis> |
---|
| 99 | <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit=""> |
---|
| 100 | </axis> |
---|
[3629] | 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> |
---|
[2156] | 105 | <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km"> |
---|
| 106 | </axis> |
---|
| 107 | <axis id="plev" standard_name="model_level_number" unit="Pa"> |
---|
| 108 | </axis> |
---|
[3629] | 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" /> |
---|
| 119 | </axis> |
---|
[2557] | 120 | |
---|
| 121 | <!-- Cosp axis definitions--> |
---|
[2589] | 122 | <axis id="height" standard_name="Cosp levels" unit="m"> |
---|
| 123 | </axis> |
---|
| 124 | <axis id="height_mlev" standard_name="height_mlev" unit="m"> |
---|
| 125 | </axis> |
---|
| 126 | <axis id="sza" standard_name="solar_zenith_angle" unit="degrees"> |
---|
| 127 | </axis> |
---|
| 128 | <axis id="pressure2" standard_name="pressure" unit="mb"> |
---|
| 129 | </axis> |
---|
| 130 | <axis id="column" standard_name="column" unit="count"> |
---|
| 131 | </axis> |
---|
| 132 | <axis id="temp" standard_name="temperature" unit="K"> |
---|
| 133 | </axis> |
---|
| 134 | <axis id="cth16" name="cth" standard_name="altitude" unit="m"> |
---|
| 135 | </axis> |
---|
[2557] | 136 | |
---|
[3629] | 137 | |
---|
[2013] | 138 | </axis_definition> |
---|
| 139 | </context> |
---|