Changeset 4964 for LMDZ6


Ignore:
Timestamp:
Jun 4, 2024, 6:04:52 PM (4 months ago)
Author:
lguez
Message:

Correct XML syntax

Replace -- in the comment by -. -- is not allowed. The parser of
Python module xml.etree.ElementTree returned a ParseError?.

File:
1 edited

Legend:

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

    r4887 r4964  
    208208        <field id="flat_x"    long_name="flat off-wake"    unit="W/m2" />
    209209        <field id="flat_w"    long_name="flat within-wake"    unit="W/m2" />
    210         <field id="delta_tsurf"    long_name="Temperature difference (w-x)"    unit="K" enabled="false" /> <!-- ym --field disabled-- delta_tsurf is not conform to the associated grid (the is an arry containing all sub_surface) -->
     210        <field id="delta_tsurf"    long_name="Temperature difference (w-x)"    unit="K" enabled="false" /> <!-- ym -field disabled- delta_tsurf is not conform to the associated grid (the is an arry containing all sub_surface) -->
    211211        <field id="cdragh_x"    long_name="cdragh off-wake"    unit="-" />
    212212        <field id="cdragh_w"    long_name="cdragh within-wake"    unit="-" />
Note: See TracChangeset for help on using the changeset viewer.