-
Notifications
You must be signed in to change notification settings - Fork 100
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
Feature/ETC_composites #153
base: main
Are you sure you want to change the base?
Conversation
… a single POD is run
… and create zonal means
…in directory name
* added checks that plotted values fall within contour levels to prevent synthetic data nans from causing failure and fixed the figure output path definition in ocn_surf_flux_diag.py * added mixed layer depth and ocn surf flux matrix pods to test set 3 yamls * removed the mdtf_test_data version spec from mdtf_tests.yml * added temporary test workflow file for new pods * fix name of ocn_surf_flux_diag tarball in test yaml * convert start and end dates to iso format in mixed_layer_depth.py so that pod works with full range of year integer values * added test lines to dump detailed output for mld pod to screen for debugging * turned on experimental setting * replace cat with printf * add updated test files * add continue on error to step, only build required environments * move log dump to separate step * fix test workflow file * add esmpy to python3_base.yml and update xesmf version * specify pip to install xesmf * change package order * update netcdf4, esmpy versions in python3_env yaml add esmpy 8.2 to python3_env yaml to resolve package dependency issues * update env_synthetic_data yaml package versions to match python3_base add ocn_surf_flux_diag test back to test_tpsl to double check env changes comment out mld log dump step * add ocn_surf_flux_diag and mld PODs to mdtf_tests.yml remove test_tpsl from remote repo uncomment other set3 PODs in test jsonc files
This pull request introduces 628 alerts when merging b41168c into 858303d - view on LGTM.com new alerts:
|
Add atmos variables to the diag table Note that this currently generates variables required for the MJO_suite POD using GFDL standard output more variables may be required for the other PODs. It is also preferable to output in CMIP6 format
…iagnostics into feature/ETC-composites
…osites merged with develop branch
This pull request introduces 628 alerts when merging 5cbaaf3 into 748d6da - view on LGTM.com new alerts:
|
This pull request introduces 132 alerts when merging 5718729 into 748d6da - view on LGTM.com new alerts:
|
This pull request introduces 107 alerts when merging 8697263 into 748d6da - view on LGTM.com new alerts:
|
This pull request introduces 85 alerts when merging 6d5460c into 748d6da - view on LGTM.com new alerts:
|
This pull request introduces 74 alerts when merging 7f9732c into 748d6da - view on LGTM.com new alerts:
|
This is a preliminary version of the POD that tracks extra tropical cyclones and computes cyclone centered composites.
Summary:
The Extratropical cyclones are identified with the Modeling, Analysis and Prediction (MAP) Climatology of Midlatitude Storminess (MCMS) algorithm (Bauer et al. 2016) which uses 6-hourly gridded sea level pressure fields to locate storm centers and then track them through the cyclone lifetime. This algorithm has historically been used to create a database of cyclone locations using the ERA-Interim reanalysis (Dee et al. 2011). The MCMS algorithm is also applied to the model and re-analysis sea level pressure fields. We generate cyclone centered composites of cloud cover, as well as other atmospheric variables, over multiple instances of the same type of atmospheric phenomenon to compare the models with observations or reanalysis. The is a plan view as a passive instrument would observe. This method presents a great advantage for model evaluation as they allow multiple cases to be included and do not necessitate a match in time and space between the free running models and observations.