Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Oct 5, 2023
1 parent 87ba565 commit 664b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mksurfdata_esmf/gen_mksurfdata_namelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def main ():
f'landuse.timeseries_{res}_{ssp_rcp_name}_{start_year}-{end_year}_{num_pft}_c{time_stamp}.nc'

prefix = \
f'surfdata_{res}_{ssp_rcp_name}_{start_year}_num_pft}pfts_c{time_stamp}.'
f'surfdata_{res}_{ssp_rcp_name}_{start_year}_{num_pft}pfts_c{time_stamp}.'

nlfname = f'{prefix}namelist'
fsurdat = f'{prefix}nc'
Expand Down

0 comments on commit 664b9d8

Please sign in to comment.