We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53e911 commit 1651d93Copy full SHA for 1651d93
GEOSldas_App/ldas_setup
@@ -163,7 +163,7 @@ class LDASsetup:
163
print ('\nInputs from execfile:\n')
164
_printdict(self.rqdExeInp)
165
166
- self.tile_types = self.rqdExeInp.get('TILE_TYPES',["100"]).split()
+ self.tile_types = self.rqdExeInp.get('TILE_TYPES',"100").split()
167
if "100" in self.tile_types :
168
self.with_land = True
169
if "20" in self.tile_types :
0 commit comments