Skip to content

Commit

Permalink
Update to latest version of ADF
Browse files Browse the repository at this point in the history
Requires xesmf in output; also, ADF changes hist_str from h0a -> cam.h0a in
time series generation so we do the same for consistency in file names
  • Loading branch information
mnlevy1981 committed Dec 4, 2024
1 parent 14192b2 commit 90713d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions environments/cupid-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- python==3.11.4
- uxarray
- xarray
- xesmf
- yaml
- zarr
- pip:
Expand Down
2 changes: 1 addition & 1 deletion examples/key_metrics/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ timeseries:
atm:
vars: ['PSL']
derive_vars: []
hist_str: 'h0a'
hist_str: 'cam.h0a'
start_years: [1,1]
end_years: [100,100]
level: 'lev'
Expand Down

0 comments on commit 90713d7

Please sign in to comment.