88 get_optional_interp_datasets ,
99 make_region_masks ,
1010 preprocess_ais_data ,
11- run_optional_bespoke_interpolation ,
11+ run_optional_interpolation ,
1212)
1313from compass .model import make_graph_file
1414from compass .step import Step
@@ -45,8 +45,8 @@ def __init__(self, test_case):
4545 self .add_output_file (
4646 filename = f'{ self .mesh_filename [:- 3 ]} _ismip6_regionMasks.nc' )
4747 self .add_input_file (
48- filename = 'antarctica_8km_2024_01_29 .nc' ,
49- target = 'antarctica_8km_2024_01_29 .nc' ,
48+ filename = 'antarctica_1km_2024_01_29 .nc' ,
49+ target = 'antarctica_1km_2024_01_29 .nc' ,
5050 database = '' )
5151
5252 # no setup() method is needed
@@ -69,7 +69,7 @@ def run(self):
6969 section_name = 'mesh'
7070
7171 # TODO: do we want to add this to the config file?
72- source_gridded_dataset = 'antarctica_8km_2024_01_29 .nc'
72+ source_gridded_dataset = 'antarctica_1km_2024_01_29 .nc'
7373
7474 if bedmachine_dataset is not None :
7575 bm_updated_gridded_dataset = (
@@ -135,7 +135,7 @@ def run(self):
135135 interpolate_data = section_ais .getboolean (
136136 'interpolate_data' , fallback = False )
137137 if interpolate_data :
138- run_optional_bespoke_interpolation (
138+ run_optional_interpolation (
139139 self , self .mesh_filename , src_proj ,
140140 parallel_executable , nProcs ,
141141 bedmachine_dataset = bedmachine_dataset ,
0 commit comments