diff --git a/opm/parser/share/keywords/000_Eclipse100/R/RTEMPVD b/opm/parser/share/keywords/000_Eclipse100/R/RTEMPVD new file mode 100644 index 000000000..b98089dcd --- /dev/null +++ b/opm/parser/share/keywords/000_Eclipse100/R/RTEMPVD @@ -0,0 +1,18 @@ +{ + "name" : "RTEMPVD", + "sections" : [ "PROPS", "SOLUTION" ], + "size" : { + "keyword" : "EQLDIMS" , + "item" : "NTEQUL" + }, + "items" : [ + { + "name":"DATA", + "value_type":"DOUBLE", + "size_type" : "ALL", + "dimension" : ["Length","Temperature"] + } + ] +} + + diff --git a/opm/parser/share/keywords/000_Eclipse100/T/TEMP b/opm/parser/share/keywords/000_Eclipse100/T/TEMP new file mode 100644 index 000000000..4da2ae3c6 --- /dev/null +++ b/opm/parser/share/keywords/000_Eclipse100/T/TEMP @@ -0,0 +1 @@ +{"name" : "TEMP", "sections" : ["RUNSPEC"]} diff --git a/opm/parser/share/keywords/001_Eclipse300/T/TEMPI b/opm/parser/share/keywords/001_Eclipse300/T/TEMPI new file mode 100644 index 000000000..55717c1f3 --- /dev/null +++ b/opm/parser/share/keywords/001_Eclipse300/T/TEMPI @@ -0,0 +1,8 @@ +{ + "name": "TEMPI", + "sections": ["SOLUTION"], + "data": { + "value_type": "DOUBLE", + "dimension" : "Temperature" + } +} diff --git a/opm/parser/share/keywords/001_Eclipse300/T/TEMPVD b/opm/parser/share/keywords/001_Eclipse300/T/TEMPVD new file mode 100644 index 000000000..24dc66ddc --- /dev/null +++ b/opm/parser/share/keywords/001_Eclipse300/T/TEMPVD @@ -0,0 +1,18 @@ +{ + "name" : "TEMPVD", + "sections" : [ "PROPS", "SOLUTION" ], + "size" : { + "keyword" : "EQLDIMS" , + "item" : "NTEQUL" + }, + "items" : [ + { + "name":"DATA", + "value_type":"DOUBLE", + "size_type" : "ALL", + "dimension" : ["Length","Temperature"] + } + ] +} + +