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 7c1baa0 commit 56b7658Copy full SHA for 56b7658
1 file changed
GEOSldas_App/ldas.py
@@ -932,6 +932,8 @@ def createLnRstBc(self) :
932
catchRstFile0 = ''
933
vegdynRstFile0 = ''
934
landiceRstFile0 = ''
935
+ issmRstFile0 = ''
936
+
937
for iens in range(self.nens) :
938
ensdir = self.ensdirs[iens]
939
ensid = self.ensids[iens]
@@ -995,6 +997,7 @@ def createLnRstBc(self) :
995
997
vegdynRstFile = vegdynRstFile0
996
998
999
landiceRstFile = ''
1000
+ issmRstFile = ''
1001
if self.with_landice :
1002
if RESTART_str in ['1', '3'] :
1003
landiceRstFile = rstpath+ensdir +'/'+ y4m2+'/'+self.ExeInputs['RESTART_ID']+'.'+'landice_internal_rst.'+y4m2d2_h2m2
0 commit comments