From fb7ccd336e8dc1e465e5aa4c90acdfc7f49f5ec2 Mon Sep 17 00:00:00 2001 From: "minghang.li" Date: Wed, 14 Aug 2024 16:14:20 +1000 Subject: [PATCH] Fix bug in nuopc.runconfig by removing the equal sign ('=') from comments (after '#') (#98) --- nuopc.runconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuopc.runconfig b/nuopc.runconfig index ed93d4e..8c630c0 100644 --- a/nuopc.runconfig +++ b/nuopc.runconfig @@ -286,7 +286,7 @@ CLOCK_attributes:: history_ymd = -999 ice_cpl_dt = 99999 #not used lnd_cpl_dt = 99999 #not used - ocn_cpl_dt = 1800 #ignored (coupling timestep set by nuopc.runseq) unless stop_option=nsteps + ocn_cpl_dt = 1800 #ignored (coupling timestep set by nuopc.runseq) unless stop_option is nsteps restart_n = 1 restart_option = nmonths restart_ymd = -999