Skip to content

Commit

Permalink
directory structure changed
Browse files Browse the repository at this point in the history
  • Loading branch information
djk2120 committed Apr 7, 2022
1 parent c5a2531 commit f297e52
Show file tree
Hide file tree
Showing 8 changed files with 1,143 additions and 50 deletions.
171 changes: 123 additions & 48 deletions analysis/template.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ppe_tools/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def get_map(da):
array = np.zeros(newshape)+np.nan
nd = len(array.shape)

#FILL the array
ds = xr.open_dataset('/glade/scratch/djk2120/PPEn11/hist/CTL2010/PPEn11_CTL2010_OAAT0399.clm2.h0.2005-02-01-00000.nc')
#FILL the array #zqz, very brittle
ds = xr.open_dataset('/glade/scratch/djk2120/PPEn11/CTL2010/hist/PPEn08_CTL2010_OAAT0160.clm2.h0.2005-02-01-00000.nc')
for i in range(400):
lat=ds.grid1d_lat[i]
lon=ds.grid1d_lon[i]
Expand Down
4 changes: 4 additions & 0 deletions ppe_tools/stashed/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .member import Member
from .paraminfo import ParamInfo
from .utils import get_default,parse_val
from .ensemble import Ensemble
Loading

0 comments on commit f297e52

Please sign in to comment.