Skip to content

Commit

Permalink
Added issue script
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Nov 13, 2024
1 parent b3b19c9 commit 2705eec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cfapyx/tests/issue16.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import xarray as xr

file = '/gws/nopw/j04/cedaproc/dwest77/CMIP6_ScenarioMIP_CNRM-CERFACS_CNRM-ESM2-1_ssp119_r1i1p1f2_3hr_huss_gr_v20190328_cfa1.0.nca'

ds = xr.open_dataset(file, engine='CFA', cfa_options={'decode_cfa':False})
x = 1
ds = xr.open_dataset(file)

0 comments on commit 2705eec

Please sign in to comment.