From b9544820d45721826bd1cd2882f1519e4f42eb53 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:13:29 +1000 Subject: [PATCH] Update payu/models/cesm_cmeps.py Co-authored-by: Aidan Heerdegen --- payu/models/cesm_cmeps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payu/models/cesm_cmeps.py b/payu/models/cesm_cmeps.py index 3068a923..fedfa2a6 100644 --- a/payu/models/cesm_cmeps.py +++ b/payu/models/cesm_cmeps.py @@ -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