Skip to content

Commit 781e02c

Browse files
AlexandreMarysamhatfield
authored andcommitted
equivalent to ectrans in CY48T3_mrg48R1.02:contrib/
1 parent 522f530 commit 781e02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trans/common/internal/tpm_gen.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ MODULE TPM_GEN
4242
! NSTACK_MEMORY_TR : optional memory strategy in gridpoint transpositions
4343
! = 0 : prefer heap (slower but less memory consuming)
4444
! > 0 : prefer stack (faster but more memory consuming)
45-
INTEGER(KIND=JPIM) :: NSTACK_MEMORY_TR
45+
INTEGER(KIND=JPIM) :: NSTACK_MEMORY_TR = 0
4646

4747
LOGICAL, ALLOCATABLE :: LENABLED(:) ! true: the resolution is enabled (it has been
4848
! initialised and has not been released afterward)

0 commit comments

Comments
 (0)