Skip to content

Commit 56b7658

Browse files
author
agstub
committed
init empty issmRstFile str
1 parent 7c1baa0 commit 56b7658

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

GEOSldas_App/ldas.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,8 @@ def createLnRstBc(self) :
932932
catchRstFile0 = ''
933933
vegdynRstFile0 = ''
934934
landiceRstFile0 = ''
935+
issmRstFile0 = ''
936+
935937
for iens in range(self.nens) :
936938
ensdir = self.ensdirs[iens]
937939
ensid = self.ensids[iens]
@@ -995,6 +997,7 @@ def createLnRstBc(self) :
995997
vegdynRstFile = vegdynRstFile0
996998

997999
landiceRstFile = ''
1000+
issmRstFile = ''
9981001
if self.with_landice :
9991002
if RESTART_str in ['1', '3'] :
10001003
landiceRstFile = rstpath+ensdir +'/'+ y4m2+'/'+self.ExeInputs['RESTART_ID']+'.'+'landice_internal_rst.'+y4m2d2_h2m2

0 commit comments

Comments
 (0)