-
Notifications
You must be signed in to change notification settings - Fork 45
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
Waccm update #41
Merged
Merged
Waccm update #41
Conversation
This file contains 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
New WACCM plotting diagnostics sets adding in coordination with new observational data sets that were added to the amwg/obs_data location on glade and the SVN proc_atm repo. Test suite: mike_simone_trop case with 1 year of WACCM data. Plots located here: http://webint.cgd.ucar.edu/project/diagnostics/internal/FCLIMO/mike_simone_trop/atm/mike_simone_trop-obs.2011_2011/ Fixes [Github issue #]: #37 User interface changes: additional WACCM plot settings in config_diags_atm.xml for plot sets 2-5 and switches to compute the zonal averages in the pyAverager. Added WACCM variables to atm_avg_generator.py. Input data changes: New plot sets require WACCM observation data sets for MERRAW and MLS. These are in /glade/p/cesm/amwg/amwg_data/obs_data on yellowstone and in https://svn-ccsm-models.cgd.ucar.edu/tools/proc_atm/obs_data/trunk/ https://svn-ccsm-models.cgd.ucar.edu/tools/proc_atm/obs_data/trunk_tags/obs_data_20161007/ Code review: Chuck Bardeen reviewed code and plots.
bertinia
added a commit
to bertinia/CESM_postprocessing
that referenced
this pull request
Feb 15, 2018
018f31f Merge pull request NCAR#44 from NCAR/devel f28eccb Merge pull request NCAR#43 from NCAR/char_bug 6fbc661 Bump verison number 92a2b8c Merge pull request NCAR#42 from NCAR/char_bug e67cc3a Update to the previous fix: 37afc58 Merge pull request NCAR#41 from NCAR/char_bug e4b2715 Fix bug with character identification. The code was only checking for 'S1'. Compressed netcdf4 files identify characters as 'S3'. e3f121e Merge pull request NCAR#40 from NCAR/devel 28f36ec Merge pull request NCAR#38 from NCAR/devel 3563c85 Merge pull request NCAR#35 from NCAR/devel 0f5eb0b Merge pull request NCAR#34 from NCAR/devel 34747e1 Merge pull request NCAR#29 from NCAR/devel fa67fce Merge pull request NCAR#26 from NCAR/devel 4ac6f44 Merge pull request NCAR#24 from NCAR/devel 3fc272d Merge pull request NCAR#22 from NCAR/devel 108739b Merge pull request NCAR#20 from NCAR/devel 490ba39 Merge pull request NCAR#18 from NCAR/devel d34c46e Merge pull request NCAR#15 from NCAR/devel d2290b6 Merge pull request NCAR#9 from NCAR/devel 2436413 Merge pull request NCAR#6 from NCAR-CISL-ASAP/devel 2125a4f Merge pull request NCAR#4 from NCAR-CISL-ASAP/devel c51daf1 Merge pull request NCAR#1 from NCAR-CISL-ASAP/devel git-subtree-dir: averager/pyAverager git-subtree-split: 018f31ff4013fa0b240470003f27025811aeaf11
bertinia
added a commit
to bertinia/CESM_postprocessing
that referenced
this pull request
May 1, 2018
f9c87fa Merge pull request NCAR#46 from NCAR/devel 2d52ad6 Adding exclude list check c485c52 Allowing exclude list from command line 888967d Adding exclude list option to tests a38d38a Adding feature description 5fc89eb Merge pull request NCAR#45 from NCAR/exclude_ti_list b4d53c5 Update the documentation for the exclude ti variable list feature bb5429b Merge pull request NCAR#44 from NCAR/exclude_ti_list 51488be Bug fix: Catch time invarant variables correctly d54d09b Merge pull request NCAR#43 from NCAR/exclude_ti_list 48af86a Add in ability to pass in a list of time invariant variables to exclude from each timeseries file Addresses issue NCAR#41 638affa Merge pull request NCAR#39 from NCAR/truncation 6bb42e1 Updating changelog e9e80a6 Splitting read and write chunking operations out 3d8b322 Passing/parsing read/write chunking from CLI e5e6919 When using netCDF4py, sets write chunking to match read chunking fd539c3 Return None for chunk_sizes when using PyNIO 35264e6 Adding ability in iobackend to handle chunksizes 35e55c3 Adding to changelog, again 297bfa4 Adding to CHANGES 56416cd Changin argument names to all be least_significant_digit cbadbe7 Passing least_significant_digit to iobackend.NCFile c0d3c02 Changing argument name 991cf27 Passing least_significant_digit to Specifier from CLI 87519e7 Adding least_significant_digit attribute to Specifier b0013b1 Update changelog 9276eeb Enabling PyNIO tests in s2srunTests 994045c Fix tests to run complete suite, if desired 57a61e9 Fixing iobackend to work properly with PyNIO 1.5.0 c7421bd Test cleanup (disabled PyNIO) deb1dd0 Dynamic determination of test run directory for script testing 2245fe9 Moving test up one level f8451d5 Bump version bcf66a1 Merge pull request NCAR#37 from NCAR/devel 4f419f3 Adding to change log b32b782 Finalizing argument name 1067c56 Fix for Nio v1.5.0 character array writing 12cf9d3 Adding 'metadata file' feature 7c9692a Bump version git-subtree-dir: reshaper/pyReshaper git-subtree-split: f9c87fa0d204864a213e216c053359ca98a0da19
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.
update to WACCM plotting sets for issue #37 request.