Skip to content

Commit

Permalink
[Fix] RESIDUAL in RPTRST for spe11a
Browse files Browse the repository at this point in the history
  • Loading branch information
daavid00 committed Feb 3, 2024
1 parent d1e0357 commit 741c436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyopmspe11/templates/co2/spe11a.mako
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ RPTRST
% if dic['model'] == 'immiscible':
'BASIC=2' FLOWS FLORES DEN/
% else:
'BASIC=2' DEN RESIDUAL ${'PCGW' if dic["co2store"] == "gaswater" else ''}/
'BASIC=2' DEN ${'PCGW' if dic["co2store"] == "gaswater" else ''}/
% endif

% if dic['model'] == 'complete':
Expand Down Expand Up @@ -187,7 +187,7 @@ RPTRST
% if dic['model'] == 'immiscible':
'BASIC=2' FLOWS FLORES DEN/
% else:
'BASIC=2' DEN ${'PCGW' if dic["co2store"] == "gaswater" else ''}/
'BASIC=2' DEN RESIDUAL ${'PCGW' if dic["co2store"] == "gaswater" else ''}/
% endif

% if sum(dic['radius']) > 0:
Expand Down

0 comments on commit 741c436

Please sign in to comment.