ASM #649 BOIVerifySumTemps crashes on dbName
Change-Id: Iaf05fcbae36ca0afe4c7350b4acf512f8b25111c Former-commit-id:10257af037
[formerlycfe7f318d8
] [formerly10257af037
[formerlycfe7f318d8
] [formerly4d57e40049
[formerly 164a7a624780596376b68b7488257b94d4661e80]]] Former-commit-id:4d57e40049
Former-commit-id:1d4b52e5ad
[formerly20d2c3987d
] Former-commit-id:b18ec06b44
This commit is contained in:
parent
53818b7aef
commit
0ea82934aa
1 changed files with 3 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
# ------------ ---------- ----------- --------------------------
|
||||
# 11/21/13 16770 ryu Change name of temporary files
|
||||
# for dual domain.
|
||||
# 11/26/2014 #649 zhao changed "dbName" to "dbid"
|
||||
#=====================================================================
|
||||
#
|
||||
# S T A R T C O N F I G U R A T I O N S E C T I O N
|
||||
|
@ -594,11 +595,11 @@ class Procedure (SmartScript.SmartScript):
|
|||
# Read the climo grids on either side
|
||||
#
|
||||
if prevClimoStart!=self.prevClimoSave:
|
||||
temp=self.getGrids(dbName,parmName,"SFC",prevClimoTR)
|
||||
temp=self.getGrids(dbid,parmName,"SFC",prevClimoTR)
|
||||
self.prevClimo=self.convertKtoF(temp)
|
||||
self.prevClimoSave=prevClimoStart
|
||||
if nextClimoStart!=self.nextClimoSave:
|
||||
temp=self.getGrids(dbName,parmName,"SFC",nextClimoTR)
|
||||
temp=self.getGrids(dbid,parmName,"SFC",nextClimoTR)
|
||||
self.nextClimo=self.convertKtoF(temp)
|
||||
self.nextClimoSave=nextClimoStart
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue