Ignore:
Timestamp:
08/17/16 16:02:55 (8 years ago)
Author:
sdipsl
Message:
  • Fix not well formed xml files. See below. All fixed but fifth one. ./NEMO_v6/GENERAL/PARAM/file_def_nemo-lim2.xml seem to be a mixed between context.xml, file_def.xml and iodef.xml. Need to talk to someone from NEMO before touching that one.
  • And refresh IPSLCM6 config.card

Reading ./IPSLCM5A2/GENERAL/PARAM/field_def_nemo-opa.xml
xml.etree.ElementTree?.ParseError?: not well-formed (invalid token): line 330, column 81

Reading ./IPSLCM5A2/GENERAL/PARAM/field_def_orchidee.xml
xml.etree.ElementTree?.ParseError?: duplicate attribute: line 122, column 183

Reading ./IPSLCM5A2/GENERAL/PARAM/field_def_nemo-lim2.xml
xml.etree.ElementTree?.ParseError?: not well-formed (invalid token): line 108, column 81

Reading ./NEMO_v6/GENERAL/PARAM/field_def_nemo-opa.xml
xml.etree.ElementTree?.ParseError?: not well-formed (invalid token): line 330, column 81

Reading ./NEMO_v6/GENERAL/PARAM/file_def_nemo-lim2.xml
xml.etree.ElementTree?.ParseError?: junk after document element: line 60, column 3

Reading ./NEMO_v6/GENERAL/PARAM/field_def_nemo-lim.xml
xml.etree.ElementTree?.ParseError?: not well-formed (invalid token): line 108, column 81

Location:
CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/field_def_nemo-lim.xml

    r2884 r2970  
    106106         <field id="vfxsub"       long_name="snw sublimation"                                              unit="m/day"   /> 
    107107         <field id="vfxspr"       long_name="snw precipitation on ice"                                     unit="m/day"   /> 
    108          <field id="vfxthin"      long_name="daily thermo ice prod. for thin ice(<20cm) + open water"      unit="m/day"   /> 
     108         <field id="vfxthin"      long_name="daily thermo ice prod. for thin ice(&lt;20cm) + open water"   unit="m/day"   /> 
    109109 
    110110         <field id="afxtot"       long_name="area tendency (total)"                                        unit="day-1"   /> 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/field_def_nemo-opa.xml

    r2870 r2970  
    328328         <field id="vfxsub"       long_name="snw sublimation"                                              unit="m/day"   /> 
    329329         <field id="vfxspr"       long_name="snw precipitation on ice"                                     unit="m/day"   /> 
    330          <field id="vfxthin"      long_name="daily thermo ice prod. for thin ice(<20cm) + open water"      unit="m/day"   /> 
     330         <field id="vfxthin"      long_name="daily thermo ice prod. for thin ice(&lt;20cm) + open water"   unit="m/day"   /> 
    331331 
    332332         <field id="afxtot"       long_name="area tendency (total)"                                        unit="day-1"   /> 
Note: See TracChangeset for help on using the changeset viewer.