Changeset 3698 for trunk/LMDZ.PLUTO/deftank
- Timestamp:
- Mar 26, 2025, 11:05:58 AM (4 months ago)
- Location:
- trunk/LMDZ.PLUTO/deftank/dynamico
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/deftank/dynamico/context_pcm_physics.xml
r3544 r3698 10 10 11 11 </domain_definition> 12 13 <domain_definition>14 <domain id="dom_64_48" type="rectilinear" ni_glo="64" nj_glo="48" >15 <generate_rectilinear_domain/>16 <interpolate_domain order="1"/>17 </domain>18 19 <domain id="dom_96_95" type="rectilinear" ni_glo="96" nj_glo="95" >20 <generate_rectilinear_domain/>21 <interpolate_domain order="1"/>22 </domain>23 24 <domain id="dom_144_142" type="rectilinear" ni_glo="144" nj_glo="142" >25 <generate_rectilinear_domain/>26 <interpolate_domain order="1"/>27 </domain>28 29 <domain id="dom_512_360" type="rectilinear" ni_glo="512" nj_glo="360" >30 <generate_rectilinear_domain/>31 <interpolate_domain order="1"/>32 </domain>33 34 <domain id="dom_720_360" type="rectilinear" ni_glo="720" nj_glo="360" >35 <generate_rectilinear_domain/>36 <interpolate_domain order="1"/>37 </domain>38 39 <domain id="dom_128_96" type="rectilinear" ni_glo="128" nj_glo="96" >40 <generate_rectilinear_domain/>41 <interpolate_domain order="1"/>42 </domain>43 44 <domain id="dom_256_192" type="rectilinear" ni_glo="256" nj_glo="192" >45 <generate_rectilinear_domain/>46 <interpolate_domain order="1"/>47 </domain>48 49 <domain id="dom_out" domain_ref="dom_128_96"/>50 </domain_definition>51 <!-- <domain_definition src="./domain_def.xml"/> -->52 12 53 13 <!-- Definition of vertical axes … … 99 59 <axis axis_ref="altitude" /> 100 60 </grid> 61 <grid id="grid_soil"> 62 <domain domain_ref="dom_glo" /> 63 <axis axis_ref="soil_layers" /> 64 </grid> 101 65 <grid id="grid_2D"> 102 66 <domain domain_ref="dom_glo" /> … … 125 89 <domain domain_ref="dom_out" /> 126 90 </grid> 91 <grid id="grid_soil_out"> 92 <domain domain_ref="dom_out" /> 93 <axis axis_ref="soil_layers" /> 94 </grid> 127 95 <!--added for diagspecIR--> 128 96 <grid id="grid_IR_3D_out"> … … 143 111 </grid_definition> 144 112 113 <!-- various predefined grids to output onto --> 114 <domain_definition> 115 <domain id="dom_64_48" type="rectilinear" ni_glo="64" nj_glo="48" > 116 <generate_rectilinear_domain/> 117 <interpolate_domain order="1"/> 118 </domain> 119 120 <domain id="dom_96_95" type="rectilinear" ni_glo="96" nj_glo="95" > 121 <generate_rectilinear_domain/> 122 <interpolate_domain order="1"/> 123 </domain> 124 125 <domain id="dom_144_142" type="rectilinear" ni_glo="144" nj_glo="142" > 126 <generate_rectilinear_domain/> 127 <interpolate_domain order="1"/> 128 </domain> 129 130 <domain id="dom_512_360" type="rectilinear" ni_glo="512" nj_glo="360" > 131 <generate_rectilinear_domain/> 132 <interpolate_domain order="1"/> 133 </domain> 134 135 <domain id="dom_720_360" type="rectilinear" ni_glo="720" nj_glo="360" > 136 <generate_rectilinear_domain/> 137 <interpolate_domain order="1"/> 138 </domain> 139 140 <domain id="dom_128_96" type="rectilinear" ni_glo="128" nj_glo="96" > 141 <generate_rectilinear_domain/> 142 <interpolate_domain order="1"/> 143 </domain> 144 145 <domain id="dom_256_192" type="rectilinear" ni_glo="256" nj_glo="192" > 146 <generate_rectilinear_domain/> 147 <interpolate_domain order="1"/> 148 </domain> 149 150 <!-- set dom_out to any of the reference grid above, 151 or dom_glo to output on native grid --> 152 <domain id="dom_out" domain_ref="dom_128_96"/> 153 154 </domain_definition> 155 156 145 157 <!-- Definition of model variables --> 146 158 <field_definition src="./field_def_physics.xml" /> -
trunk/LMDZ.PLUTO/deftank/dynamico/field_def_physics.xml
r3607 r3698 58 58 unit="cm-1"/> 59 59 </field_group> 60 60 61 <!-- 2D variables --> 61 62 <field_group id="fields_2D" grid_ref="grid_2D"> … … 80 81 unit="K" /> 81 82 83 <field id="capcal" 84 long_name="Surface Heat Capacity" 85 unit="W.s m-2 K-1" /> 86 <field id="fluxrad" 87 long_name="fluxrad" 88 unit="W m-2" /> 89 82 90 <!-- Tracers --> 83 91 <field id="n2_surf" … … 155 163 long_name="zdqssed haze" 156 164 unit="" /> 165 <field id="zdtsdif" 166 long_name="tendency zdtsdif" 167 unit="K s-1" /> 168 <field id="zdtsurfc" 169 long_name="tendancy Ts cond N2" 170 unit="K s-1" /> 171 <field id="zdqsc_n2" 172 long_name="tendancy tracer surf cond N2" 173 unit="kg kg-1 s-1" /> 174 <field id="zdqsdif_n2" 175 long_name="tendancy tracer surf diff" 176 unit="kg kg-1 s-1" /> 157 177 158 178 <!-- Radiation --> … … 260 280 long_name="Dyn. heating" 261 281 unit="T s-1" /> 282 <field id="zdudyn" 283 long_name="Dyn. U" 284 unit="m s-2" /> 285 <field id="zdtconduc" 286 long_name="tendency conduc" 287 unit="K s-1" /> 288 <field id="zdumolvis" 289 long_name="tendency umolvis" 290 unit="m s-1" /> 291 <field id="zdvmolvis" 292 long_name="tendency vmolvis" 293 unit="m s-1" /> 262 294 <field id="dtmoistadj" 263 295 long_name="moist adj heating" … … 265 297 <field id="dtdryadj" 266 298 long_name="dry adj heating" 299 unit="K s-1" /> 300 <field id="zdtdif" 301 long_name="tendancy T diff" 302 unit="K s-1" /> 303 <field id="zdtadj" 304 long_name="tendancy T adj" 267 305 unit="K s-1" /> 268 306 … … 292 330 long_name="tendancy T cond N2" 293 331 unit="K" /> 332 <field id="zduc" 333 long_name="tendancy U cond N2" 334 unit="m s-1" /> 335 <field id="zdvc" 336 long_name="tendancy V cond N2" 337 unit="m s-1" /> 338 <field id="zdqc_n2" 339 long_name="tendancy tracer cond N2" 340 unit="kg kg-1 s-1" /> 341 <field id="zdqdif_n2" 342 long_name="tendancy tracer diff" 343 unit="kg kg-1 s-1" /> 344 <field id="zdqadj_n2" 345 long_name="tendancy tracer adj" 346 unit="K s-1" /> 294 347 295 348 <field id="zrho_ch4" … … 342 395 long_name="zdqconv_prec" 343 396 unit="" /> 344 345 </field_group> 397 <field id='haze_reff' 398 long_name='haze_reff' 399 unit='m' /> 400 401 <field id="dtauv_01" 402 long_name="Layer optical thickness attenuation in VI band" 403 unit="" /> 404 <field id="dtauv_23" 405 long_name="Layer optical thickness attenuation in VI band" 406 unit="" /> 407 <field id="dtaui_01" 408 long_name="Layer optical thickness attenuation in IR band" 409 unit="" /> 410 <field id="dtaui_17" 411 long_name="Layer optical thickness attenuation in IR band" 412 unit="" /> 413 414 </field_group> 415 416 417 <field_group id="fields_soil" grid_ref="grid_soil"> 418 419 <field id="tsoil" 420 long_name="Soil Temperature" 421 unit="K" /> 422 <field id="therm_inertia" 423 long_name="Soil Thermal Inertia" 424 unit="S.I." /> 425 426 </field_group> 427 346 428 347 429 <!--Spectral IR 3D variables--> -
trunk/LMDZ.PLUTO/deftank/dynamico/file_def_physics.xml
r3544 r3698 15 15 <file id="histins" 16 16 name="Xhistins" 17 output_freq=" 1ts"18 sync_freq=" 1ts"17 output_freq="20ts" 18 sync_freq="20ts" 19 19 type="one_file" 20 20 time_units="days" … … 39 39 <field field_ref="area" operation="once" /> 40 40 <field field_ref="ps" enabled="true" /> 41 <field field_ref="tsurf" enabled="true" /> 42 <field field_ref="ALB" enabled="true" /> 43 <field field_ref="emis" enabled="true" /> 41 44 <field field_ref="ISR" enabled="true" /> 42 45 <field field_ref="OLR" enabled="true" /> 43 46 <field field_ref="ASR" enabled="true" /> 47 <field field_ref="n2_surf" enabled="true" /> 48 <field field_ref="ch4_ice_surf" enabled="true" /> 49 <field field_ref="co_ice_surf" enabled="true" /> 44 50 </field_group> 45 51 … … 65 71 <field field_ref="entr" /--> 66 72 </field_group> 73 74 <field_group operation="instant" 75 grid_ref="grid_soil_out" 76 freq_op="1ts"> 77 <field field_ref="tsoil" /> 78 </field_group> 79 67 80 68 81 <!--</field_group>--> 69 82 </file> 83 70 84 <!--XspecIR--> 71 85 <file id="specIR" … … 94 108 </field_group> 95 109 </file> 110 96 111 <!--XspecVI--> 97 112 <file id="specVI" … … 100 115 type="one_file" 101 116 time_units="days" 102 enabled=" true">117 enabled="false"> 103 118 <!--Var 1D --> 104 119 <field_group operation="instant"
Note: See TracChangeset
for help on using the changeset viewer.