forked from NCAR/CUPiD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to sea-ice notebook to run in workflow
The biggest issue I had was that the notebook couldn't handle the case when I only had one year of output -- for plotting the annual means, I created a new function that will plot a horizontal line if the time dimension is 1. I also did a little clean-up while I was looking closely at the notebook: 1. I started using os.path.join() instead of strings with '/'s -- This started because I wanted to remove the 'month_1' from the path of the timeseries files; currently the CUPiD time series generation tool just populates a flat proc/tseries/ directory rather than putting different streams in different subfolders. 2. I added grid_file and path_nsidc to config.yml [note: we should copy this file to /glade/campaign/cesm/development/cross-wg/diagnostic_framework/ (it belongs somewhere under CUPiD_obs_data/)
- Loading branch information
1 parent
be30051
commit da54d12
Showing
2 changed files
with
144 additions
and
71 deletions.
There are no files selected for viewing
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
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