Skip to content

Commit c3223e9

Browse files
Update ldas_setup
1 parent a5208f2 commit c3223e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GEOSldas_App/ldas_setup

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,8 @@ class LDASsetup:
15731573
constraint = '"[mil|cas]"'
15741574
if self.GEOS_SITE == "NAS":
15751575
constraint = 'cas_ait'
1576-
elif 'constraint' in self.optRmInp:
1576+
1577+
if 'constraint' in self.optRmInp:
15771578
constraint = self.optRmInp['constraint']
15781579

15791580
SBATCHQSUB = 'sbatch'

0 commit comments

Comments
 (0)