Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/narnold1/#1009-GF-prfil-units
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrabenh authored Sep 28, 2024
2 parents 34a190e + 5210f4f commit 9c2ad07
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ program mk_LakeLandiceSaltRestarts

call InFmt%open(InRestart,pFIO_READ,rc=rc)
InCfg = InFmt%read(rc=rc)
i = Incfg%get_dimension('tile', _RC)
_ASSERT( i == itiles, "mk_LakeLandiceSaltRestarts: Number of tiles in restart file is inconsistent with that in tile file.")

call MAPL_IOChangeRes(InCfg,OutCfg,(/'tile'/),(/otiles/),rc=rc)

i = index(InRestart,'/',back=.true.)
Expand Down

0 comments on commit 9c2ad07

Please sign in to comment.