[3220] | 1 | <!-- =================================================================== --> |
---|
| 2 | <!-- file_def_physics.xml --> |
---|
| 3 | <!-- Definition of output files for Generic PCM physics --> |
---|
| 4 | <!-- =================================================================== --> |
---|
| 5 | |
---|
| 6 | <file_definition> |
---|
| 7 | |
---|
| 8 | <!-- Instantaneous outputs; Here output_freq in physics time steps --> |
---|
| 9 | <!-- |
---|
| 10 | 1 ts == 1 physical ts |
---|
| 11 | if physical ts is half a day, |
---|
| 12 | 10ts below means every 5 days |
---|
| 13 | 2000ts below means every 1000 days |
---|
| 14 | --> |
---|
| 15 | <file id="histins" |
---|
| 16 | name="Xhistins" |
---|
| 17 | output_freq="50ts" |
---|
| 18 | type="one_file" |
---|
| 19 | time_units="days" |
---|
| 20 | enabled="true"> |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | <!-- VARS 0D --> |
---|
| 24 | <field_group operation="instant" |
---|
| 25 | grid_ref="scalarpoint" |
---|
| 26 | freq_op="1ts"> |
---|
| 27 | <field field_ref="ls" /> |
---|
| 28 | </field_group> |
---|
| 29 | |
---|
| 30 | <!--<field_group domain_ref="dom_glo"> --> |
---|
| 31 | <!--<field_group grid_ref="grid_2D_out">--> |
---|
| 32 | <!-- toggle domain_ref to output on native or lon-lat domain --> |
---|
| 33 | |
---|
| 34 | <!-- VARS 2D --> |
---|
| 35 | <field_group operation="instant" prec="4" |
---|
| 36 | grid_ref="grid_2D_out" |
---|
| 37 | freq_op="1ts"> |
---|
| 38 | <field field_ref="area" operation="once" /> |
---|
| 39 | <field field_ref="ps" enabled="true" /> |
---|
| 40 | <field field_ref="ISR" enabled="true" /> |
---|
| 41 | <field field_ref="OLR" enabled="true" /> |
---|
| 42 | <field field_ref="ASR" enabled="true" /> |
---|
| 43 | </field_group> |
---|
| 44 | |
---|
| 45 | <!-- VARS 3D --> |
---|
| 46 | <field_group operation="instant" |
---|
| 47 | grid_ref="grid_3D_out" |
---|
| 48 | freq_op="1ts"> |
---|
| 49 | <field field_ref="u" /> |
---|
| 50 | <field field_ref="v" /> |
---|
| 51 | <field field_ref="omega"/> |
---|
| 52 | <field field_ref="temperature" /> |
---|
| 53 | |
---|
| 54 | <!--field field_ref="h2o_vap" /> |
---|
| 55 | <field field_ref="h2o_ice" /> |
---|
| 56 | <field field_ref="w_plm" /> |
---|
| 57 | <field field_ref="detr" /> |
---|
| 58 | <field field_ref="entr" /--> |
---|
| 59 | </field_group> |
---|
| 60 | |
---|
| 61 | <!--</field_group>--> |
---|
| 62 | </file> |
---|
| 63 | <!--XspecIR--> |
---|
| 64 | <file id="specIR" |
---|
| 65 | name="XspecIR" |
---|
| 66 | output_freq="50ts" |
---|
| 67 | type="one_file" |
---|
| 68 | time_units="days" |
---|
| 69 | enabled="true"> |
---|
| 70 | <!--Var 1D ?--> |
---|
| 71 | <field_group operation="instant" |
---|
| 72 | grid_ref="grid_IR" |
---|
| 73 | freq_op="1ts"> |
---|
| 74 | <field field_ref="IR_Bandwidth" operation="once"/> |
---|
| 75 | </field_group> |
---|
| 76 | <!--Var 2D--> |
---|
| 77 | <field_group operation="instant" prec="4" |
---|
| 78 | grid_ref="grid_2D_out" |
---|
| 79 | freq_op="1ts"> |
---|
| 80 | <field field_ref="area" operation="once" /> |
---|
| 81 | </field_group> |
---|
| 82 | <!--Var 3D--> |
---|
| 83 | <field_group operation="instant" |
---|
| 84 | grid_ref="grid_IR_3D_out" |
---|
| 85 | freq_op="1ts"> |
---|
| 86 | <field field_ref="OLR3D" /> |
---|
| 87 | </field_group> |
---|
| 88 | </file> |
---|
| 89 | <!--XspecVI--> |
---|
| 90 | <file id="specVI" |
---|
| 91 | name="XspecVI" |
---|
| 92 | output_freq="50ts" |
---|
| 93 | type="one_file" |
---|
| 94 | time_units="days" |
---|
| 95 | enabled="true"> |
---|
| 96 | <!--Var 1D --> |
---|
| 97 | <field_group operation="instant" |
---|
| 98 | grid_ref="grid_VI" |
---|
| 99 | freq_op="1ts"> |
---|
| 100 | <field field_ref="VI_Bandwidth" operation="once"/> |
---|
| 101 | </field_group> |
---|
| 102 | <!--Var 2D--> |
---|
| 103 | <field_group operation="instant" prec="4" |
---|
| 104 | grid_ref="grid_2D_out" |
---|
| 105 | freq_op="1ts"> |
---|
| 106 | <field field_ref="area" operation="once" /> |
---|
| 107 | </field_group> |
---|
| 108 | <!--Var 3D--> |
---|
| 109 | <field_group operation="instant" |
---|
| 110 | grid_ref="grid_VI_3D_out" |
---|
| 111 | freq_op="1ts"> |
---|
| 112 | <field field_ref="OSR3D" /> |
---|
| 113 | <field field_ref="GSR3D" /> |
---|
| 114 | </field_group> |
---|
| 115 | </file> |
---|
| 116 | </file_definition> |
---|