NCAR / ADF

A unified collection of python scripts used to generate standard plots from CAM outputs.
Creative Commons Attribution 4.0 International
34 stars 29 forks source link

Incorrect year span on plots #306

Open fzhu2e opened 3 months ago

fzhu2e commented 3 months ago

ADF run type

Model vs. Model

What happened?

Hi, in my ADF runs, I skipped the "create timeseries" and "create climo" steps and did regrid_climo() and other following steps directly after adf = AdfDiag(config_file)

The output plots of the baseline cases somehow didn't use the year span I set in the configuration files: configs.zip

image

In the configuration file, I set 1-500 for this case, but got 1-320 in the plot.

image

In the configuration file, I set 1-504 for this case, but got 1-324 in the plot.

ADF Hash you are using

536325f

What machine were you running the ADF on?

CISL machine

What python environment were you using?

NPL (CISL machines only)

Extra info

No response