Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ce29d35af9
|
@ -178,15 +178,15 @@ class InselMonthlyEnergyBalance(Insel):
|
|||
|
||||
file = Insel._add_block(file, i_block, 'polyg', inputs=inputs, parameters=parameters)
|
||||
|
||||
i_block = 300
|
||||
i_block = 300 + len(surfaces)
|
||||
inputs = ['4.1', '4.2']
|
||||
file = Insel._add_block(file, i_block, 'cum', inputs=inputs)
|
||||
|
||||
i_block = 303
|
||||
i_block = 303 + len(surfaces)
|
||||
inputs = ['300.1', '300.2']
|
||||
file = Insel._add_block(file, i_block, 'atend', inputs=inputs)
|
||||
|
||||
i_block = 310
|
||||
i_block = 310 + len(surfaces)
|
||||
inputs = ['4.1', '4.2']
|
||||
parameters = ['1 % Mode',
|
||||
'0 % Suppress FNQ inputs',
|
||||
|
|
Loading…
Reference in New Issue
Block a user