Skip to content

Commit

Permalink
addresses PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vanroekel committed Nov 1, 2024
1 parent e90c58a commit b300628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def __init__(self, test_case):
ntasks=512, min_tasks=1)

self.add_input_file(
filename='woa23_decav_0.25_sss_monthly_extrap.20241031.nc',
target='woa23_decav_0.25_sss_monthly_extrap.20241031.nc',
filename='woa23_decav_0.25_sss_monthly_extrap.20241101.nc',
target='woa23_decav_0.25_sss_monthly_extrap.20241101.nc',
database='initial_condition_database')

self.add_output_file(filename='sss.WOA23_monthlyClimatology.nc')
Expand All @@ -44,7 +44,7 @@ def run(self):
config = self.config
ntasks = self.ntasks

in_filename = 'WOA23_monthly_sfc_salin.20241030.nc'
in_filename = 'woa23_decav_0.25_sss_monthly_extrap.20241101.nc'

prefix = 'sss.WOA23_monthlyClimatology'
suffix = f'{self.mesh_short_name}.{self.creation_date}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def setup(self):

datestring = now.strftime("%Y%m%d")

self.woa_filename = f'woa23_decav_0.25_sss_monthly_extrap.\
{datestring}.nc'
self.woa_filename = f'woa23_decav_0.25_sss_monthly_extrap.' \
f'{datestring}.nc'
self.add_output_file(self.woa_filename)

def run(self):
Expand Down

0 comments on commit b300628

Please sign in to comment.