We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#34 adds diurnal cycle diagnostics, but only for 8xdaily (i.e., every 3 hours). We should extend zppy to handle different frequencies, such as hourly.
8xdaily
zppy
The text was updated successfully, but these errors were encountered:
Summarizing off-line discussion. Configuration file entry would look like the following for 3 hourly data:
[climo] [[ atm_monthly_diurnal_8xdaily_180x360_aave ]] input_subdir = "archive/atm/hist" input_files = "eam.h4" mapping_file = /home/ac.zender/data/maps/map_ne30pg2_to_cmip6_180x360_aave.20200201.nc vars = "PRECT" frequency = "monthly_diurnal_8xdaily"
For hourly data from h5 file, change input_files and frequency:
input_files
frequency
input_files = "eam.h5" frequency = "monthly_diurnal_24xdaily"
In terms of implementation:
monthly_diurnal_Nxdaily
--tbd=N
zppy/templates/climo.bash
Line 106 in ce32644
As @chengzhuzhang pointed out, additional changes are also needed within the e3sm_diags task. In particular, the following is not robust:
zppy/templates/e3sm_diags.bash
Line 60 in ce32644
This is kind of annoying. Since the files are in separate directories, could we just use a wildcard instead?
cp -s ${climoDir}/${case}.*_*_${Y1}??_${Y2}??_climo.nc .
Sorry, something went wrong.
forsyth2
No branches or pull requests
#34 adds diurnal cycle diagnostics, but only for
8xdaily
(i.e., every 3 hours). We should extendzppy
to handle different frequencies, such as hourly.The text was updated successfully, but these errors were encountered: