Skip to content

Commit ef6171c

Browse files
Correct filenames in buildnml
1 parent 43ba43f commit ef6171c

File tree

1 file changed

+2
-2
lines changed
  • components/mpas-albany-landice/cime_config

1 file changed

+2
-2
lines changed

components/mpas-albany-landice/cime_config/buildnml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ def buildnml(case, caseroot, compname):
6969
decomp_prefix += 'mpasli.graph.info.'
7070
elif glc_grid == 'mpas.ais8to30km':
7171
grid_date += '20231222'
72-
grid_prefix += 'ais8to30km'
72+
grid_prefix += 'ais_8to30km'
7373
decomp_date += '240507'
7474
decomp_prefix += 'mpasli.graph.info.'
7575
elif glc_grid == 'mpas.ais4to20km':
7676
grid_date += '20230105'
77-
grid_prefix += 'ais4to20km'
77+
grid_prefix += 'ais_4to20km'
7878
decomp_date += '240507'
7979
decomp_prefix += 'mpasli.graph.info.'
8080
elif glc_grid == 'mpas.gis20km':

0 commit comments

Comments
 (0)