File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 44from cmip7_prep .mapping_compat import Mapping
55from cmip7_prep .pipeline import realize_regrid_prepare , open_native_for_cmip_vars
66from cmip7_prep .cmor_writer import CmorSession
7- from cmip7_prep .dreq_search import find_variables_by_prefix
87
98basedir = Path (
109 "/glade/derecho/scratch/cmip7/archive/timeseries/b.e30_beta06.B1850C_LTso.ne30_t232_wgx3.192.wrkflw.1_32/atm/hist_monthly/"
1312# 0) Load mapping (uses packaged data/cesm_to_cmip7.yaml by default)
1413mapping = 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
1915cmip_vars = ["tas" ]
2016
2117ds_native = open_native_for_cmip_vars (
You can’t perform that action at this time.
0 commit comments