Last change
on this file since 2653 was
2653,
checked in by aslmd, 3 years ago
|
DYNAMICO generic: further organized XML files: moved field_def_physics.xml to LMDZ.GENERIC, updated context_lmdz_physics.xml, added ICOSA_LMDZ/xml/README.xml to note organization
|
File size:
2.6 KB
|
Line | |
---|
1 | <!-- =========================================================================================================== --> |
---|
2 | <!-- field_def_physics.xml --> |
---|
3 | <!-- Definition of all existing variables that can be output from Dynamico physics --> |
---|
4 | <!-- =========================================================================================================== --> |
---|
5 | |
---|
6 | <field_definition prec="4" |
---|
7 | freq_op="1ts" |
---|
8 | enabled="true"> |
---|
9 | |
---|
10 | <!-- 0D variables --> |
---|
11 | <field_group id="fields_0D" grid_ref="scalarpoint"> |
---|
12 | <field id="ls" |
---|
13 | long_name="Solar longitude" |
---|
14 | unit="degrees" /> |
---|
15 | </field_group> |
---|
16 | |
---|
17 | <!-- 2D variables --> |
---|
18 | <field_group id="fields_2D" grid_ref="grid_2D"> |
---|
19 | <field id="ps" |
---|
20 | long_name="Surface Pressure" |
---|
21 | unit="Pa" /> |
---|
22 | <field id="area" |
---|
23 | long_name="Mesh area" |
---|
24 | unit="m2" /> |
---|
25 | <field id="OLR" |
---|
26 | long_name="outgoing longwave radiation" |
---|
27 | unit="W/m2" /> |
---|
28 | <field id="ISR" |
---|
29 | long_name="incoming solar radiation" |
---|
30 | unit="W/m2" /> |
---|
31 | </field_group> |
---|
32 | |
---|
33 | <!-- 3D variables --> |
---|
34 | <field_group id="fields_3D" grid_ref="grid_3D"> |
---|
35 | <!--<field_group id="fields_3D" grid_ref="grid_3d">--> |
---|
36 | <field id="temperature" |
---|
37 | long_name="Atmospheric temperature" |
---|
38 | unit="K" /> |
---|
39 | <field id="u" |
---|
40 | long_name="Eastward Zonal Wind" |
---|
41 | unit="m/s" /> |
---|
42 | <field id="v" |
---|
43 | long_name="Northward Meridional Wind" |
---|
44 | unit="m/s" /> |
---|
45 | <field id="omega" |
---|
46 | long_name="Downward omega velocity" |
---|
47 | unit="Pa/s" /> |
---|
48 | <field id="h2o_vap" |
---|
49 | long_name="Vapor mass mixing ratio" |
---|
50 | unit="kg/kg" /> |
---|
51 | <field id="h2o_ice" |
---|
52 | long_name="Vapor mass mixing ratio" |
---|
53 | unit="kg/kg" /> |
---|
54 | <field id="detr" |
---|
55 | long_name="Detrainment" |
---|
56 | unit="kg/m2/s" /> |
---|
57 | <field id="entr" |
---|
58 | long_name="Entrainment" |
---|
59 | unit="kg/m2/s" /> |
---|
60 | <field id="w_plm" |
---|
61 | long_name="Plume vertical velocity" |
---|
62 | unit="m/s" /> |
---|
63 | |
---|
64 | </field_group> |
---|
65 | |
---|
66 | </field_definition> |
---|
67 | |
---|
68 | |
---|
Note: See
TracBrowser
for help on using the repository browser.