From 76988379d9be05bfe93b4541f9927bc34a49fc0b Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Wed, 4 Jan 2023 10:32:46 +0100 Subject: [PATCH] Cannot compile with large MAXD --- fortran/trimspNL.F | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fortran/trimspNL.F b/fortran/trimspNL.F index 40c43e5..f6fb1ab 100644 --- a/fortran/trimspNL.F +++ b/fortran/trimspNL.F @@ -55,10 +55,10 @@ C and maximum number of points in the depth distribution MAXD C This is the only point where the number of layers and depth C profile are changed. All other parameters should be changed C accordingly. - PARAMETER (MAXD=10000) + PARAMETER (MAXD=1000) PARAMETER (MAXNL=100) C Maximum number of elements in each layer, was limited to 5. - PARAMETER (MAXEL=20) +C PARAMETER (MAXEL=20) PARAMETER (MAXD1=MAXD+1) PARAMETER (MAXD2=MAXD+2) PARAMETER (MAXD5=MAXD*5)