Skip to content

Commit

Permalink
Update the partition files for ocean and ice
Browse files Browse the repository at this point in the history
The new ones use a 64-bit build of gpmetis that does not leave
partitions with zero cells.
  • Loading branch information
xylar committed May 28, 2024
1 parent 6707aa6 commit d7d700d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def buildnml(case, caseroot, compname):
ic_prefix = 'mpaso.IcosXISC30E3r7.rstFromPiControlSpinup-chrysalis'

elif ocn_grid == 'RRSwISC6to18E3r5':
decomp_date = '20240327'
decomp_date = '20240404'
decomp_prefix = 'partitions/mpas-o.graph.info.'
restoring_file = 'sss.PHC2_monthlyClimatology.RRSwISC6to18E3r5.20240327.nc'
analysis_mask_file = 'RRSwISC6to18E3r5_mocBasinsAndTransects20210623.nc'
Expand Down
2 changes: 1 addition & 1 deletion components/mpas-seaice/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def buildnml(case, caseroot, compname):
grid_prefix = 'mpassi.IcosXISC30E3r7.rstFromPiControlSpinup-chrysalis'

elif ice_grid == 'RRSwISC6to18E3r5':
decomp_date = '20240327'
decomp_date = '20240404'
decomp_prefix = 'partitions/mpas-seaice.graph.info.'
grid_date = '20240327'
grid_prefix = 'mpassi.RRSwISC6to18E3r5'
Expand Down

0 comments on commit d7d700d

Please sign in to comment.