Skip to content

Commit

Permalink
Update payu/models/cesm_cmeps.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aidan Heerdegen <[email protected]>
  • Loading branch information
anton-seaice and aidanheerdegen authored Sep 16, 2024
1 parent 94760c3 commit b954482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payu/models/cesm_cmeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _setup_checks(self):
case _:
raise ValueError(
f"The iotype for {io_section} in {NUOPC_CONFIG} is "
'invalid, valid options are "netcdf", "pnetcdf" and "netcdf4p"'
'invalid, valid options: "netcdf", "pnetcdf", "netcdf4p"'
)
return True

Expand Down

0 comments on commit b954482

Please sign in to comment.