From 44ce20e8f554e5d4e1fc98b69b6d003670969349 Mon Sep 17 00:00:00 2001 From: "C. Carouge" Date: Mon, 15 Jul 2024 12:33:13 +1000 Subject: [PATCH] (#344) - update value for checks%range --- src/offline/cable.nml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/offline/cable.nml b/src/offline/cable.nml index a1b8dc2602..8461e014a4 100644 --- a/src/offline/cable.nml +++ b/src/offline/cable.nml @@ -23,7 +23,7 @@ output%params = .TRUE. ! input parameters used to produce run output%patch = .TRUE. ! write per patch output%balances = .TRUE. ! energy and water balances - check%ranges = .FALSE. ! variable ranges, input and output + check%ranges = 0 ! variable ranges, input and output check%energy_bal = .TRUE. ! energy balance check%mass_bal = .TRUE. ! water/mass balance verbose = .TRUE. ! write details of every grid cell init and params to log?