Skip to content

Commit

Permalink
Add io_type for dataIcebergForcing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbob committed May 15, 2024
1 parent ed030dc commit 7a775e8
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 7a775e8

Please sign in to comment.