Skip to content
New issue

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

Turn off climo file generation (for non-h0 files that won't be used) #299

Open
bitterbark opened this issue Apr 18, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@bitterbark
Copy link
Collaborator

New feature type

New infrastructure or infrastructure enhancement

What is this new feature?

In the config.yml, when we comment out time_averaging_scripts: create_climo_files it fails. (Will will reply with the error).
It would be great for the non-h0/MDTF applications if we didn't have to wait while it makes climo files that won't be used.

Assistance required?

Yes, I will need some assistance before making a PR

Extra info

No response

@bitterbark bitterbark added the enhancement New feature or request label Apr 18, 2024
@WillyChap
Copy link

Here is the Traceback error when time_averaging_scripts are turned off:

Traceback (most recent call last): File "/glade/work/wchapman/ADF_dani/./run_adf_diag", line 167, in <module> diag.create_climo() File "/glade/work/wchapman/ADF_dani/lib/adf_diag.py", line 730, in create_climo self.end_diag_fail(emsg) File "/glade/work/wchapman/ADF_dani/lib/adf_base.py", line 83, in end_diag_fail raise AdfError(msg) adf_base.AdfError: No time_averaging_scripts provided for calculating climatologies, but climatologies were requested. Please either provide a valid averaging script, or skip the calculation of climatologies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants