Skip to content

Commit d3755de

Browse files
committed
Make string
1 parent 1341af9 commit d3755de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GEOSldas_App/ldas_setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ class LDASsetup:
13931393
MY_ADAS_EXPDIR = self.adas_expdir,
13941394
MY_EXPDIR = self.expdir,
13951395
DETECTED_MPI_STACK = DETECTED_MPI_STACK,
1396-
BUILT_ON_SLES15 = BUILT_ON_SLES15
1396+
BUILT_ON_SLES15 = str(BUILT_ON_SLES15).upper()
13971397
)
13981398

13991399
with open('lenkf.j','wt') as fout :

0 commit comments

Comments
 (0)