There is a syntax error in namelist.ncl that leads the CVDP-LE to not correctly identify PRECC and PRECL files. These files are used when the variable PRECT is not present. (PRECC+PRECL=PRECT) If this situation arises, a simple fix can be applied by altering line 352 of namelist.ncl from:
tstring = "PRECC,PRECL"
to:
tstring = "{PRECC,PRECL}"
There is a syntax error in namelist.ncl that leads the CVDP-LE to not correctly identify PRECC and PRECL files. These files are used when the variable PRECT is not present. (PRECC+PRECL=PRECT) If this situation arises, a simple fix can be applied by altering line 352 of namelist.ncl from:
tstring = "PRECC,PRECL"
to:
tstring = "{PRECC,PRECL}"