NCAR / CESM_postprocessing

Project repository for the CESM python based post-processing code, documentation and issues tracking.
77 stars 45 forks source link

HDF Error when running timeseries on Cheyenne #228

Open andrewpauling opened 1 year ago

andrewpauling commented 1 year ago

When running the timeseries generation script on Cheyenne, the script starts and generates some output for the atmosphere, but then after a while it hangs. In the timeseries log file there are repeated "NetCDF: HDF Error" messages, with no further information. This is for generating single-variable timeseries for a 100 year fully-coupled 1 degree run of CESM2. Any help would be much appreciated.

dabail10 commented 1 year ago

Hi Andrew,

This package is not officially supported anymore. I will also respond on the forum. A couple things to try:

  1. Increase the number of processors in the timeseries script.
  2. Try generating each component one at a time.
  1. As a last resort, delete the postprocess directory and recreate it. Also delete all of the existing post-processed files. Sometimes things get hung up and starting fresh can help.

Dave

andrewpauling commented 1 year ago

Hi Dave,

That's a real shame, it has been such a useful package. Thanks for the suggestions, I will try them out.

Andrew