-
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
Change the default resolution for ice plots. #34
Merged
Merged
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
bertinia
added a commit
to bertinia/CESM_postprocessing
that referenced
this pull request
Aug 30, 2017
c09f5f5 Merge pull request NCAR#36 from NCAR/devel d6c7e22 Updating documentation 0ac645e Merge pull request NCAR#35 from NCAR/niobugfixing 76bb037 Splitting up NetCDf4 and Nio tests into different suites 961e4b1 Fixing character variable write with PyNIO to match netCDF4 c5f3021 More debugging output f36c5b5 Adding seperate Nio test cases fd51203 Adding debugging info d489987 Convert data type to 'c' when using Nio ad70673 Bumping version. Removing error on Nio use for testing. 90d423c Use fill_value property when checking fill_values e0dfe5e Merge pull request NCAR#34 from NCAR/devel 73f6a9d Merge pull request NCAR#33 from NCAR/bugfix_land_model c20625a Adding documentation updates c1ef9f7 Tests seem finicky with MPICH. Didn't see this with OpenMPI. 0dae4ae Commenting out PyNIO test a56b092 Disabling PyNIO backend due to current problems 43691ae Formatting only. 052a18a Cleaner output in tests and comment out Nio tests 2883138 bumping version 7be4bce Add support for variable name in NCVariable e9956f3 Rename file d6acc46 I think I finally have the string/char variables fixed 758aae4 Working toward a working solution with PyNIO string-types a3e3d18 Merge remote-tracking branch 'origin/devel' into bugfix_land_model 60e22c8 Merge pull request NCAR#32 from NCAR/devel fac02e3 Adding documentation 4e44b9f Updating documentation using Sphinx 177a96e Continuing to fix/improve tests (iobackground) c24c588 Some tests are segfaulting! Need to find them! 7ad483f Better test name output ad60274 Special handling of _FillValue when creating variables efbd6c4 Special handling of _FillValue attributes aad15cc Fixed bugs and improved parallel testing scripts 57934a4 New style for s2srun tests 9f28bb6 Formatting of help message c3dd881 Trying new s2srun test suite f4f94b7 Formatting 523a263 Added tests for different backends 9fd3723 Formatting only f8822f1 Greatly simplified and improved parallel reshaper testing fc8e7b1 Adding netcdf files to ignores 8583c20 Improving/fixing unit tests 3d27290 Formatting only 6aa3f6b Formatting only bd67d9a Extra debugging info to detect which variable is failing 4ed801b Project file update c1e19b7 Debugging ingo 2c2acd5 Debugging info 7be1360 Debugging output 96f3308 bump version 9932a7d Formatting only b733871 Some new documentation preparation a53586d Adding Eclipse settings directory 7b815fa Adding info to log output about communicator size ead3c69 Merge pull request NCAR#31 from NCAR/devel c6606c3 Merge pull request NCAR#30 from NCAR/master c85a2df Adding function to retrieve filesystem block size for IOPS computation 1ecd739 Adding bugfix for reading/writing scalar variables e7d9794 README Formatting only 7345950 Updating Copyright date to 2017 cc55fdf Updating copyright date to 2017 git-subtree-dir: reshaper/pyReshaper git-subtree-split: c09f5f522fc3ec19c017d3921046596c10271f55
bertinia
added a commit
to bertinia/CESM_postprocessing
that referenced
this pull request
Oct 26, 2017
0f5eb0b Merge pull request NCAR#34 from NCAR/devel 29ef466 Merge pull request NCAR#32 from NCAR/char_bug f7a92ae Bug Fix: timeseries lnd file was trying to average strings (date_written and time_written) 5ebfd0f Merge pull request NCAR#30 from bertinia/devel bad7a23 Update control_ocn_series.py 5c309e8 Update README 73510e2 Update README a143d43 Add support for input of ocean vertical levels to specifier class. git-subtree-dir: averager/pyAverager git-subtree-split: 0f5eb0b3820965663826772a2aeda351d138c990
bertinia
added a commit
to bertinia/CESM_postprocessing
that referenced
this pull request
Oct 26, 2017
c425638 Update __init__.py e340d4c Update README bffb962 Update setup.py REVERT: 0f5eb0b Merge pull request NCAR#34 from NCAR/devel REVERT: 34747e1 Merge pull request NCAR#29 from NCAR/devel REVERT: fa67fce Merge pull request NCAR#26 from NCAR/devel REVERT: 4ac6f44 Merge pull request NCAR#24 from NCAR/devel REVERT: 3fc272d Merge pull request NCAR#22 from NCAR/devel REVERT: 108739b Merge pull request NCAR#20 from NCAR/devel REVERT: 490ba39 Merge pull request NCAR#18 from NCAR/devel REVERT: d34c46e Merge pull request NCAR#15 from NCAR/devel REVERT: d2290b6 Merge pull request NCAR#9 from NCAR/devel REVERT: 2436413 Merge pull request NCAR#6 from NCAR-CISL-ASAP/devel REVERT: 2125a4f Merge pull request NCAR#4 from NCAR-CISL-ASAP/devel REVERT: c51daf1 Merge pull request NCAR#1 from NCAR-CISL-ASAP/devel git-subtree-dir: averager/pyAverager git-subtree-split: c425638e984b30ba743dd0dbcb30ff7de071b240
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
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.
No description provided.