Last change
on this file since 4121 was
4028,
checked in by millour, 7 years ago
|
Rearrange ICOSAGCM/Physics interface so that multiple different LMDZ physics packages may be used.
So far only interfaces with 'lmd' and 'dev' physics are handled.
Added a 'DEV_PHYSICS' directory with sample def and xml files to test correct integration with 'dev' physics.
EM
|
File size:
1.5 KB
|
Line | |
---|
1 | <field_definition level="1" prec="4" operation="average" freq_op="1ts" enabled=".true." default_value="9.96921e+36" domain_ref="dom_glo"> |
---|
2 | |
---|
3 | <!-- <field_group id="fields_1D" grid_ref="vertical"> --> |
---|
4 | <!-- <field id="Ap" long_name="Hybrid coordinate: pressure part" unit="Pa" /> --> |
---|
5 | <!-- <field id="Bp" long_name="Hybrid coordinate: sigma part" unit="-" /> --> |
---|
6 | <!-- <field id="Alt" long_name="Pseudo-altitude (for an 8km scale height)" unit="km" /> --> |
---|
7 | <!-- </field_group> --> |
---|
8 | |
---|
9 | <field_group id="fields_2D" > |
---|
10 | <field id="phis" long_name="Surface geop.height" unit="m2/s2" /> |
---|
11 | <field id="aire" long_name="Grid area" unit="-" operation="once" /> |
---|
12 | <field id="tsol" long_name="Surface Temperature" unit="K" /> |
---|
13 | <field id="ps" long_name="Surface Pressure" unit="Pa" /> |
---|
14 | </field_group> |
---|
15 | |
---|
16 | <field_group id="fields_3D" axis_ref="presnivs"> |
---|
17 | <field id="temperature" long_name="Air temperature" unit="K" /> |
---|
18 | <field id="temp_newton" long_name="Relaxation temperature" operation="once" unit="K" /> |
---|
19 | <field id="theta" long_name="Potential air temperature" unit="K" /> |
---|
20 | <field id="u" long_name="Zonal wind" unit="m/s" /> |
---|
21 | <field id="v" long_name="Meridional wind" unit="m/s" /> |
---|
22 | <field id="w" long_name="Vertical wind" unit="Pa/s" /> |
---|
23 | <field id="pres" long_name="Air pressure" unit="Pa" /> |
---|
24 | </field_group> |
---|
25 | |
---|
26 | |
---|
27 | </field_definition> |
---|
Note: See
TracBrowser
for help on using the repository browser.