Skip to content

Commit

Permalink
Merge branch 'xylar/ocn/new-partition-files' (PR #5568)
Browse files Browse the repository at this point in the history
Update partitions across cores for 4 MPAS-Ocean meshes

This merge points to new partition files for each of the following
4 MPAS-Ocean meshes. Each mesh has about 400 files that are expected to
support nearly any conceivable core count.

Meshes with updated partitions:
* EC30to60E2r2
* ECwISC30to60E2r1
* SOwISC12to60E2r4
* WC14to60E2r3

Partition files have been moved into a partitions subdirectory in each
ocn/mpas-o/<mesh> directory. We decided this was better than putting
partition files in share/meshes/mpas/ocean.

[NML]
[non-BFB] only for mpaso globalStats files for these meshes
          does not change the ocean state
  • Loading branch information
jonbob committed Apr 10, 2023
2 parents 55913a8 + ad1891f commit c7f67cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def buildnml(case, caseroot, compname):
ic_prefix = 'oEC60to30v3wLI60lev.restart_theta_year26'

elif ocn_grid == 'ECwISC30to60E1r2':
decomp_date = '200408'
decomp_prefix = 'mpas-o.graph.info.'
decomp_date = '230314'
decomp_prefix = 'partitions/mpas-o.graph.info.'
restoring_file = 'sss.PHC2_monthlyClimatology.ECwISC30to60E1r02.200408.nc'
analysis_mask_file = 'ECwISC30to60E1r02_transportTransects.nc'
ic_date = '230220'
Expand Down Expand Up @@ -219,8 +219,8 @@ def buildnml(case, caseroot, compname):
ic_prefix = 'mpaso.ARRM10to60E2r1.rstFrom1monthG-chrys'

elif ocn_grid == 'EC30to60E2r2':
decomp_date = '200904'
decomp_prefix = 'mpas-o.graph.info.'
decomp_date = '230313'
decomp_prefix = 'partitions/mpas-o.graph.info.'
restoring_file = 'sss.PHC2_monthlyClimatology.EC30to60E2r2.200910.nc'
analysis_mask_file = 'EC30to60E2r2_mocBasinsAndTransects20210623.nc'
ic_date = '210210'
Expand All @@ -235,8 +235,8 @@ def buildnml(case, caseroot, compname):
eco_forcing_file = 'ecoForcingSurfaceMonthly.EC30to60E2r2.20201221.nc'

elif ocn_grid == 'WC14to60E2r3':
decomp_date = '200714'
decomp_prefix = 'mpas-o.graph.info.'
decomp_date = '230313'
decomp_prefix = 'partitions/mpas-o.graph.info.'
restoring_file = 'sss.PHC2_monthlyClimatology.WC14to60E2r3.200715.nc'
analysis_mask_file = 'WC14to60E2r3_mocBasinsAndTransects20210623.nc'
ic_date = '210210'
Expand All @@ -257,8 +257,8 @@ def buildnml(case, caseroot, compname):
ic_prefix = 'mpaso.WCAtl12to45E2r4.rstFromG-anvil'

elif ocn_grid == 'SOwISC12to60E2r4':
decomp_date = '210107'
decomp_prefix = 'mpas-o.graph.info.'
decomp_date = '230314'
decomp_prefix = 'partitions/mpas-o.graph.info.'
restoring_file = 'sss.PHC2_monthlyClimatology.SOwISC12to60E2r4_nomask.210120.nc'
analysis_mask_file = 'SOwISC12to60E2r4_mocBasinsAndTransects20210623.nc'
ic_date = '230220'
Expand Down

0 comments on commit c7f67cb

Please sign in to comment.