Changeset 3542 for LMDZ6/trunk/DefLists


Ignore:
Timestamp:
Jul 3, 2019, 4:06:27 PM (5 years ago)
Author:
yann meurdesoif
Message:

Add land/water mask management for XML, in unstructured case (dynamico).

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/DefLists/context_input_lmdz.xml

    r3474 r3542  
    3737      <file id="frac_ocean" name="ocean_fraction" enabled=".FALSE.">
    3838        <field id="frac_ocean_read" name="OceFrac" domain_ref="dom_glo" operation="instant" freq_offset="1ts" />
     39      </file>
     40
     41      <file id="land_water" enabled=".FALSE.">
     42        <field id="land_water" name="MASK" domain_ref="domain_land_water" operation="instant" freq_offset="1ts" />
    3943      </file>
    4044     
     
    170174        <interpolate_domain write_weight="true" mode="read_or_compute"/>
    171175      </domain>
     176     
     177      <domain id="from_land_water"domain_ref="dom_glo" >
     178        <interpolate_domain write_weight="true" mode="read_or_compute"/>
     179      </domain>
     180
    172181 
    173182    <domain id="domain_ecphy"  type="rectilinear" >
     
    192201
    193202    <domain id="domain_orography" type="rectilinear" >
     203       <generate_rectilinear_domain />
     204    </domain> 
     205
     206    <domain id="domain_land_water" type="rectilinear" >
    194207       <generate_rectilinear_domain />
    195208    </domain> 
Note: See TracChangeset for help on using the changeset viewer.