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)