Skip to content

Commit 1860c18

Browse files
authored
FIX: Temp fix to use base times instead of xarray coders. (ARM-DOE#967)
1 parent f7901af commit 1860c18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/workflows/plot_merged_product.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
sebs_file = DATASETS.fetch('sgpsebsE14.b1.20190601.000000.cdf')
2525

2626
# Read data into datasets
27-
ds_ebbr = act.io.arm.read_arm_netcdf(ebbr_file)
28-
ds_ecor = act.io.arm.read_arm_netcdf(ecor_file)
29-
ds_sebs = act.io.arm.read_arm_netcdf(sebs_file)
27+
ds_ebbr = act.io.arm.read_arm_netcdf(ebbr_file, use_base_time=True)
28+
ds_ecor = act.io.arm.read_arm_netcdf(ecor_file, use_base_time=True)
29+
ds_sebs = act.io.arm.read_arm_netcdf(sebs_file, use_base_time=True)
3030

3131
# Check for ARM DQRs and add them to the QC variables
3232
ds_ebbr = act.qc.arm.add_dqr_to_qc(ds_ebbr)

0 commit comments

Comments
 (0)