Skip to content

Commit f547279

Browse files
committed
add airtable search feature
1 parent 5de2c48 commit f547279

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/testone.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from cmip7_prep.mapping_compat import Mapping
55
from cmip7_prep.pipeline import realize_regrid_prepare, open_native_for_cmip_vars
66
from cmip7_prep.cmor_writer import CmorSession
7-
from cmip7_prep.dreq_search import find_variables_by_prefix
87

98
basedir = Path(
109
"/glade/derecho/scratch/cmip7/archive/timeseries/b.e30_beta06.B1850C_LTso.ne30_t232_wgx3.192.wrkflw.1_32/atm/hist_monthly/"
@@ -13,9 +12,6 @@
1312
# 0) Load mapping (uses packaged data/cesm_to_cmip7.yaml by default)
1413
mapping = Mapping.from_packaged_default()
1514

16-
cmip_vars = find_variables_by_prefix(None, "Amon.", include_groups={"baseline_monthly"})
17-
print(f"cmip_vars found: {cmip_vars}")
18-
exit
1915
cmip_vars = ["tas"]
2016

2117
ds_native = open_native_for_cmip_vars(

0 commit comments

Comments
 (0)