Skip to content

Commit

Permalink
Correct filenames in buildnml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhoffman committed Jun 26, 2024
1 parent 43ba43f commit ef6171c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/mpas-albany-landice/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ def buildnml(case, caseroot, compname):
decomp_prefix += 'mpasli.graph.info.'
elif glc_grid == 'mpas.ais8to30km':
grid_date += '20231222'
grid_prefix += 'ais8to30km'
grid_prefix += 'ais_8to30km'
decomp_date += '240507'
decomp_prefix += 'mpasli.graph.info.'
elif glc_grid == 'mpas.ais4to20km':
grid_date += '20230105'
grid_prefix += 'ais4to20km'
grid_prefix += 'ais_4to20km'
decomp_date += '240507'
decomp_prefix += 'mpasli.graph.info.'
elif glc_grid == 'mpas.gis20km':
Expand Down

0 comments on commit ef6171c

Please sign in to comment.