From 22eebe05463b9b22bef39b65d17f4873baae114e Mon Sep 17 00:00:00 2001 From: quaz115 Date: Wed, 4 Oct 2023 16:48:05 -0600 Subject: [PATCH] Warning changed to error for non-daily/monthly LAI input for now --- src/canopy_calcs.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/canopy_calcs.F90 b/src/canopy_calcs.F90 index cec89c27..9840fc18 100644 --- a/src/canopy_calcs.F90 +++ b/src/canopy_calcs.F90 @@ -240,7 +240,7 @@ SUBROUTINE canopy_calcs(nn) lai_tstep == 31 * 24 * 3600) THEN WRITE (*, *) "Info: LAI input is set to monthly timesteps." ELSE - WRITE (*, *) "Warning: lai_tstep is not set to daily or monthly." + WRITE (*, *) "Error: lai_tstep is not set to daily or monthly...exiting!!!" CALL EXIT(1) ENDIF