-
Notifications
You must be signed in to change notification settings - Fork 24
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
Key metrics #118
Key metrics #118
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 171d800 - Browse repository at this point
Copy the full SHA 171d800View commit details -
Add glacier notebook to nblibrary
This is the first notebook that runs under the key_metric example
Configuration menu - View commit details
-
Copy full SHA for 814ea68 - Browse repository at this point
Copy the full SHA 814ea68View commit details
Commits on Jul 19, 2024
-
Removed the CESM3 vs CESM2 comparison section, refactored code to avoid duplication. Still to do: create utils.py so additional notebooks can share these refactored functions. Probably some other code clean-up as well...
Configuration menu - View commit details
-
Copy full SHA for 4917465 - Browse repository at this point
Copy the full SHA 4917465View commit details
Commits on Jul 24, 2024
-
Pull functions out of glacier notebook
Created a single utils module for now
Configuration menu - View commit details
-
Copy full SHA for b5e1150 - Browse repository at this point
Copy the full SHA b5e1150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df4d5e - Browse repository at this point
Copy the full SHA 3df4d5eView commit details -
Cleaned up glacier notebook a little more
1. Reorganized cells and added markdown headers (parameter configuration, set up grid, make datasets, generate plots). 2. Fixed issue with plotting base maps (tested by comparing first 40 years of run to last 40 years of run) 3. Added years included in climatology to the title of plots
Configuration menu - View commit details
-
Copy full SHA for f1b015d - Browse repository at this point
Copy the full SHA f1b015dView commit details -
Update book_toc section of config.yml
Commented out the atmosphere, ocean, land, and sea ice section definitions and added a section for land ice.
Configuration menu - View commit details
-
Copy full SHA for e9ddda3 - Browse repository at this point
Copy the full SHA e9ddda3View commit details
Commits on Jul 26, 2024
-
First steps towards using xarray
Started replacing netcdf4 calls with xarray equivalents. I think the observational dataset read is still entirely netcdf4-based, so that needs to be updated. Also, I want to try calling xr.open_mfdataset() once per case and then passing datasets rather than doing the read twice (once for temporal mean, once for spatial mean).
Configuration menu - View commit details
-
Copy full SHA for 6b94626 - Browse repository at this point
Copy the full SHA 6b94626View commit details -
More xarray to replace netcdf4
Read in 40 years of SMB data with read_cesm_smb(), and then use xarray functions (basically taking means or sums over different dimensions) to compute the different climatologies. This greatly reduces the number of functions needed in utils - it's just read_cesm_smb() and some plotting routines.
Configuration menu - View commit details
-
Copy full SHA for 5b6e3d5 - Browse repository at this point
Copy the full SHA 5b6e3d5View commit details
Commits on Jul 30, 2024
-
Also renamed data -> da in plot_line() to be consistent with plot_contour()
Configuration menu - View commit details
-
Copy full SHA for f714646 - Browse repository at this point
Copy the full SHA f714646View commit details -
Fix colorbar in plot_contour()
Every panel was overwriting the location of the colorbar, so only the bias contour levels were shown. Now the first two plots (with same vmin and vmax) have a colorbar between them while bias plot colorbar is off to the right
Configuration menu - View commit details
-
Copy full SHA for b80a8c5 - Browse repository at this point
Copy the full SHA b80a8c5View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6246e4 - Browse repository at this point
Copy the full SHA e6246e4View commit details