Open
Conversation
Remove last two lines of WWE.rst file as they are not needed Add sftl to fieldlist_CMIP.jsonc Replace Test WWE POD name with just WWE POD Update WWE csv and json files Comment out pip modules in yml files Removed extra s in title of html file Update description of WWE POD functionality in rst file Move realm description to each variable instead of on its own under data Set save_pp_data to True so that files wouldn't be deleted Change pattern of file name to look for in test_builder_config.yml CESM2 historical json file Add INM-CM4-8 csv and json files
| @@ -0,0 +1,506 @@ | |||
| import numpy as np | |||
| import xarray as xr | |||
| import os | |||
Check notice
Code scanning / CodeQL
Unused import Note
| import matplotlib | ||
| matplotlib.use("Agg") # non-X windows backend | ||
|
|
||
| import matplotlib.pyplot as plt |
Check notice
Code scanning / CodeQL
Unused import Note
| import time | ||
| import xesmf as xe | ||
| import scipy | ||
| from scipy import stats |
Check notice
Code scanning / CodeQL
Unused import Note
| import xesmf as xe | ||
| import scipy | ||
| from scipy import stats | ||
| from functools import partial |
Check notice
Code scanning / CodeQL
Unused import Note
| import scipy | ||
| from scipy import stats | ||
| from functools import partial | ||
| import intake |
Check notice
Code scanning / CodeQL
Unused import Note
Collaborator
|
@aradhakrishnanGFDL re-run workflows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This POD identifies WWEs and their characteristics across the Pacific Ocean (120E-280E) using daily equatorially averaged (2.5S - 2.5N) 120-day highpass filtered zonal wind stress from TropFlux observation and earth system models (ESMs).
After merging the latest updates from NOAA-GFDL main, my POD runs significantly slower, see issue #795 below. Besides the POD running slower than before, it is a completed POD ready for evaluation to be integrated into the package.
Associated issue #795
How Has This Been Tested?
Python: 3.12.10
OS: MAC OS 10.15.7
Conda version: 23.5.2
POD wall clock time - about an hour. It was 10 minutes before when running 3.12.9 in February.
Checklist:
conda_env_setup.sh