CVDP-LE | Known Issues

  • (v1.0.0) If data file names start with a variable (ex. "tas_") and multiple variables from one model run are in a single directory, the CVDP-LE may not correctly identify files to be analyzed. The solution is to create subdirectories for each variable. More information about this issue can be found on github.
  • (v1.0.0) For CESM timeseries, if PRECT is not found (and therefore PRECC/PRECL need to be added together to form PRECT), there is a bug in the code where both PRECC and PRECL files may not be seen. To fix this issue, line 352 of ncl_scripts/namelist.ncl should be changed to:
    tstring = "{PRECC,PRECL}". More details about this issue can be found on github.