change the default of the "threephase_model" parameter from "simple" to "gwseg"
Using "simple", the Norne deck aborts with an exception. Note: SPE1 and SPE9 still seem to work fine with this but there might be small differences so that the reference solutions of the Jenkins server might need to be updated...
This commit is contained in:
parent
dfb7483e1e
commit
8a8c71bc63
@ -90,7 +90,7 @@ namespace Opm
|
||||
|
||||
// Unfortunate lack of pointer smartness here...
|
||||
const int sat_samples = param.getDefault("sat_tab_size", 200);
|
||||
std::string threephase_model = param.getDefault<std::string>("threephase_model", "simple");
|
||||
std::string threephase_model = param.getDefault<std::string>("threephase_model", "gwseg");
|
||||
if (deck->hasKeyword("ENDSCALE") && threephase_model != "gwseg") {
|
||||
OPM_THROW(std::runtime_error, "Sorry, end point scaling currently available for the 'gwseg' model only.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user