Skip to content

Commit

Permalink
Merge branch 'jonbob/mpassi/fix-dib-iotype' into next (PR #6424)
Browse files Browse the repository at this point in the history
Add io_type for dataIcebergForcing file

Fixes a problem with "Bad IO type" on mappy, by adding a missed
descriptor to the script that builds streams.seaice.

[BFB]
  • Loading branch information
jgfouca committed May 16, 2024
2 parents 10121fe + 7a775e8 commit a71f9a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/mpas-seaice/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ def buildnml(case, caseroot, compname):
if iceberg_mode == 'data':
lines.append('<stream name="dataIcebergForcing"')
lines.append(' type="input"')
lines.append(' io_type="{}"'.format(ice_pio_typename))
lines.append(' filename_template="{}/ice/mpas-seaice/{}/{}"'.format(din_loc_root, ice_mask, data_iceberg_file))
lines.append(' filename_interval="none"')
lines.append(' input_interval="none" >')
Expand Down

0 comments on commit a71f9a3

Please sign in to comment.