Skip to content

Commit 1651d93

Browse files
committed
a bug fix
1 parent a53e911 commit 1651d93

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
@@ -163,7 +163,7 @@ class LDASsetup:
163163
print ('\nInputs from execfile:\n')
164164
_printdict(self.rqdExeInp)
165165

166-
self.tile_types = self.rqdExeInp.get('TILE_TYPES',["100"]).split()
166+
self.tile_types = self.rqdExeInp.get('TILE_TYPES',"100").split()
167167
if "100" in self.tile_types :
168168
self.with_land = True
169169
if "20" in self.tile_types :

0 commit comments

Comments
 (0)