Skip to content

Commit

Permalink
Fix DISMF dataset name in global ocean forward runs
Browse files Browse the repository at this point in the history
This got missed in the pull request that switched to Paolo et al.
(2023) melt rates.
  • Loading branch information
xylar committed Mar 12, 2024
1 parent e4b4851 commit e54c198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compass/ocean/tests/global_ocean/forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(self, test_case, mesh, time_integrator, init=None,
config_land_ice_flux_mode=f"'{land_ice_flux_mode}'")
self.add_namelist_options(options)
if land_ice_flux_mode == 'data':
filename = 'prescribed_ismf_adusumilli2020.nc'
filename = 'prescribed_ismf_paolo2023.nc'
target = f'{init.path}/remap_ice_shelf_melt/{filename}'
self.add_input_file(filename=filename, work_dir_target=target)
self.add_streams_file(
Expand Down
2 changes: 1 addition & 1 deletion compass/ocean/tests/global_ocean/streams.dismf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<streams>

<stream name="data_land_ice_fluxes"
filename_template="prescribed_ismf_adusumilli2020.nc"
filename_template="prescribed_ismf_paolo2023.nc"
input_interval="initial_only"
type="input">

Expand Down

0 comments on commit e54c198

Please sign in to comment.