Known Issues

  • (v1.0.0) NPO timeseries as shown and stored in output netCDF files are incorrect. The PNA timeseries were mistakingly set as the NPO timeseries. (Note: The NPO patterns are correct.)
  • (v1.0.0) El Nino/La Nina Hovmoller pattern correlations and rms differences shown in Metrics Tables and Plots are incorrect, leading to incorrect Mean Scores. (Note: Pattern correlations shown in the lower right corner of Hovmoller plots are correct.) More information about this issue can be found on Github.
  • (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.