Skip to content

Commit

Permalink
Update more of the datasets to new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Aug 25, 2023
1 parent 0c0ffe4 commit b33359c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/ctsm/test/test_sys_mesh_modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setUp(self):
testinputs_path = os.path.join(path_to_ctsm_root(), "python/ctsm/test/testinputs")
fsurdat_in = os.path.join(
testinputs_path,
"surfdata_5x5_amazon_16pfts_Irrig_CMIP6_simyr2000_c171214.nc",
"surfdata_5x5_amazon_hist_78pfts_CMIP6_2000_c230517.nc",
)
self._tempdir = tempfile.mkdtemp()
self._cfg_file_path = os.path.join(self._tempdir, "modify_mesh_mask.cfg")
Expand Down
4 changes: 2 additions & 2 deletions python/ctsm/test/test_unit_fsurdat_modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ def setUp(self):
self._testinputs_path = testinputs_path
self._fsurdat_in = os.path.join(
testinputs_path,
"surfdata_5x5_amazon_16pfts_Irrig_CMIP6_simyr2000_c171214.nc",
"surfdata_5x5_amazon_hist_78pfts_CMIP6_2000_c230517.nc",
)
self._tempdir = tempfile.mkdtemp()
self._fsurdat_in = os.path.join(
testinputs_path,
"surfdata_5x5_amazon_16pfts_Irrig_CMIP6_simyr2000_c171214.nc",
"surfdata_5x5_amazon_hist_78pfts_CMIP6_2000_c230517.nc",
)
self._fsurdat_out = os.path.join(self._tempdir, "fsurdat_out.nc")
sys.argv = [
Expand Down

0 comments on commit b33359c

Please sign in to comment.