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/IPSLCM5A2/GENERAL/PARAM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/field_def_nemo-lim2.xml

    r2966 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/IPSLCM5A2/GENERAL/PARAM/field_def_nemo-opa.xml

    r2966 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"   /> 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/field_def_orchidee.xml

    r2966 r2970  
    120120 
    121121    <field id="delpondr" name="delpondr" long_name="Accumulated difference for current time step for ponds reservoir" unit="kg/m^2" operation="accumulate"/> 
    122     <field id="delpondr_daily" field_ref="delpondr"  name="delpondr_daily" long_name="Mean over difference for ponds reservoir accumulated over each day" unit="kg/m^2/d" freq_op="1d" unit="kg/m^2/d" operation="average" > @delpondr </field> 
     122    <field id="delpondr_daily" field_ref="delpondr"  name="delpondr_daily" long_name="Mean over difference for ponds reservoir accumulated over each day" unit="kg/m^2/d" freq_op="1d" operation="average" > @delpondr </field> 
    123123    <field id="delfloodr" name="delfloodr" long_name="Accumulated difference for current time step for floodplains reservoir" unit="kg/m^2" operation="accumulate" /> 
    124124    <field id="delfloodr_daily" field_ref="delfloodr" name="delfloodr_daily" long_name="Mean over difference for floodplains reservoir accumulated over each day" unit="kg/m^2/d" freq_op="1d" operation="average" > @delfloodr </field> 
Note: See TracChangeset for help on using the changeset viewer.