Changeset 2222
- Timestamp:
- Jan 23, 2020, 10:00:03 AM (5 years ago)
- Location:
- trunk/LMDZ.GENERIC/deftank
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/context_lmdz_physics.xml
r1626 r2222 29 29 <axis id="altitude" /> 30 30 </grid> 31 32 <grid id="grid_2d"> 33 <domain id="dom_glo" /> 34 </grid> 35 31 36 <!-- to output scalars --> 32 37 <grid id="scalarpoint" > … … 48 53 49 54 <!-- 2D variables --> 50 <field_group id="fields_2D" domain_ref="dom_glo">55 <field_group id="fields_2D" grid_ref="grid_2d"> 51 56 <field id="ps" 52 57 long_name="Surface Pressure" … … 55 60 long_name="Mesh area" 56 61 unit="m2" /> 62 <field id="ISR" 63 long_name="Incoming Stellar Radiation" 64 unit="W/m2" /> 65 <field id="OLR" 66 long_name="Outgoing Longwave Radiation" 67 unit="W/m2" /> 57 68 </field_group> 58 69 … … 68 79 long_name="Northward Meridional Wind" 69 80 unit="m/s" /> 81 <field id="omega" 82 long_name="Vertical velocity (>0 when downward)" 83 unit="Pa/s" /> 84 <field id="h2o_vap" 85 long_name="H2O vapour mass mixing ratio" 86 unit="kg/kg" /> 87 <field id="h2o_ice" 88 long_name="H2O ice mass mixing ratio" 89 unit="kg/kg" /> 70 90 </field_group> 71 91 -
trunk/LMDZ.GENERIC/deftank/iodef.xml
r1622 r2222 4 4 <context id="xios"> 5 5 <variable_definition> 6 <!-- set print_file to true to have XIOS write its 7 outputs in separate files --> 8 <variable id="print_file" type="bool"> false </variable> 9 10 <variable id="buffer_size_factor" type="double">4</variable> 6 11 <variable_group id="buffer"> 7 12 buffer_size = 85000000 … … 10 15 11 16 <variable_group id="parameters" > 17 <!-- set using_server to true to run with XIOS 18 in detached server/client mode --> 12 19 <variable id="using_server" type="bool">false</variable> 20 <!-- info_level is the verbosity level of XIOS 21 0 for no messages; 100 for lots --> 13 22 <variable id="info_level" type="int">100</variable> 14 23 </variable_group>
Note: See TracChangeset
for help on using the changeset viewer.