From a5e3193e82d6c3a8e051ce946825ad8e47c16e5c Mon Sep 17 00:00:00 2001 From: Trevor Hillebrand Date: Tue, 30 Jan 2024 19:04:55 -0800 Subject: [PATCH] Update file names on LCRC for Crane Update file names on LCRC to use files with positive basal heat flux for Crane. --- compass/landice/tests/crane/mesh.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compass/landice/tests/crane/mesh.py b/compass/landice/tests/crane/mesh.py index e923ac8a8c..002e03283d 100644 --- a/compass/landice/tests/crane/mesh.py +++ b/compass/landice/tests/crane/mesh.py @@ -20,15 +20,15 @@ def __init__(self, test_case): self.add_output_file(filename='graph.info') self.add_output_file(filename='Crane.nc') - self.add_input_file(filename='antarctica_8km_2020_10_20.nc', - target='antarctica_8km_2020_10_20.nc', + self.add_input_file(filename='antarctica_8km_2024_01_29.nc', + target='antarctica_8km_2024_01_29.nc', database='') self.add_input_file(filename='Crane.geojson', package='compass.landice.tests.crane', target='Crane.geojson', database=None) - self.add_input_file(filename='antarctica_1km_2020_10_20_AP.nc', - target='antarctica_1km_2020_10_20_AP.nc', + self.add_input_file(filename='antarctica_1km_2024_01_29_AP.nc', + target='antarctica_1km_2024_01_29_AP.nc', database='') # no setup() method is needed @@ -45,12 +45,12 @@ def run(self): cell_width, x1, y1, geom_points, geom_edges, floodMask = \ build_cell_width( self, section_name=section_name, - gridded_dataset='antarctica_8km_2020_10_20.nc') + gridded_dataset='antarctica_8km_2024_01_29.nc') build_mali_mesh( self, cell_width, x1, y1, geom_points, geom_edges, mesh_name=mesh_name, section_name=section_name, - gridded_dataset='antarctica_1km_2020_10_20_AP.nc', + gridded_dataset='antarctica_1km_2024_01_29_AP.nc', projection='ais-bedmap2', geojson_file='Crane.geojson', cores=self.cpus_per_task)