not well-formed (invalid token): line 107, column 2

tomas

New Member
I started getting this error message when I issue some of the utility commands in the cesm post-processing. Can anyone offer advise on how to fix it?

./pp_config --set "ICEDIAG_VAR_NAME_TYPE_DIFF=CICE"
not well-formed (invalid token): line 107, column 2

./copy_html
not well-formed (invalid token): line 107, column 2

Bob
 

jedwards

CSEG and Liaisons
Staff member
Hi Bob,

I'm not sure that you want the quotes, but the problem is probably that your env_diags_ice.xml file is corrupted in some way,
if you point me to it I can take a look.
 

tomas

New Member
I started getting this error message when I issue some of the utility commands in the cesm post-processing. Can anyone offer advise on how to fix it?

./pp_config --set "ICEDIAG_VAR_NAME_TYPE_DIFF=CICE"
not well-formed (invalid token): line 107, column 2

./copy_html
not well-formed (invalid token): line 107, column 2

Bob
An update: I am also getting
Hi Bob,

I'm not sure that you want the quotes, but the problem is probably that your env_diags_ice.xml file is corrupted in some way,
if you point me to it I can take a look.
Hi Jim,

My post-processing directory is here:
/glade/work/tomas/cases/2deg/b.e21.B1850.f19_g17.127kaH11-2deg.001/postprocess

Bob
 

jedwards

CSEG and Liaisons
Staff member
the comment at line 107 is incorrectly formated, xml comments
start with <!-- and end with -->
 
Back
Top