diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/G/GCONSALE b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/G/GCONSALE new file mode 100644 index 000000000..b19054b95 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/G/GCONSALE @@ -0,0 +1,7 @@ +{"name" : "GCONSALE" , "sections" : ["SCHEDULE"], "items" : [ + {"name" : "GROUP" , "value_type" : "STRING" }, + {"name" : "SALES_TARGET" , "value_type" : "UDA", "dimension": "GasSurfaceVolume/Time"}, + {"name" : "MAX_SALES_RATE" , "value_type" : "UDA", "dimension": "GasSurfaceVolume/Time"}, + {"name" : "MIN_SALES_RATE" , "value_type" : "UDA", "dimension": "GasSurfaceVolume/Time", "default" : -1e20}, + {"name" : "MAX_PROC" , "value_type" : "STRING", "default" : "NONE"} +]} diff --git a/src/opm/parser/eclipse/share/keywords/keyword_list.cmake b/src/opm/parser/eclipse/share/keywords/keyword_list.cmake index 0373a5217..2a6bb3fd7 100644 --- a/src/opm/parser/eclipse/share/keywords/keyword_list.cmake +++ b/src/opm/parser/eclipse/share/keywords/keyword_list.cmake @@ -113,6 +113,7 @@ set( keywords 000_Eclipse100/G/GAS 000_Eclipse100/G/GCONINJE 000_Eclipse100/G/GCONPROD + 000_Eclipse100/G/GCONSALE 000_Eclipse100/G/GCONSUMP 000_Eclipse100/G/GDFILE 000_Eclipse100/G/GDORIENT