Skip to content

Commit

Permalink
Update v2 regression test notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jan 14, 2025
1 parent 313a641 commit 7020a25
Show file tree
Hide file tree
Showing 4 changed files with 2,042 additions and 348 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# %%
import xarray as xr

fp = "/global/cfs/cdirs/e3sm/e3sm_diags/postprocessed_e3sm_v2_data_for_e3sm_diags/20210528.v2rc3e.piControl.ne30pg2_EC30to60E2r2.chrysalis/time-series/rgr/RIVER_DISCHARGE_OVER_LAND_LIQ_005101_006012.nc"

ds1 = xr.open_mfdataset(fp)

# %%
Loading

0 comments on commit 7020a25

Please sign in to comment.