Skip to content

Commit

Permalink
Update the woa23 file name in global_ocean
Browse files Browse the repository at this point in the history
I create a symlink with the `_jan` suffix and this will be used
from now on.
  • Loading branch information
xylar committed Oct 29, 2024
1 parent 1068655 commit 4d144f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/ocean/tests/global_ocean/init/initial_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(self, test_case, mesh, initial_condition,
if initial_condition == 'WOA23':
self.add_input_file(
filename='woa23.nc',
target='woa23_decav_0.25_extrap.20230416.nc',
target='woa23_decav_0.25_jan_extrap.20230416.nc',
database='initial_condition_database')
elif initial_condition == 'PHC':
self.add_input_file(
Expand Down

0 comments on commit 4d144f7

Please sign in to comment.