Files
opm-common/opm/parser/share/keywords/M/MULTREGT
Andreas Lauser 28fa0fa3b4 JSON keyword definitions: add a "sections" item
this which specifies the allowed sections of the keyword. (surprise!)
2014-10-13 16:05:59 +02:00

10 lines
466 B
Plaintext

{"name" : "MULTREGT" , "sections" : ["GRID", "EDIT", "SCHEDULE"], "items" : [
{"name" : "SRC_REGION" , "value_type" : "INT"},
{"name" : "TARGET_REGION" , "value_type" : "INT" },
{"name" : "TRAN_MULT" , "value_type" : "DOUBLE" },
{"name" : "DIRECTIONS" , "value_type" : "STRING" , "default" : "XYZ"},
{"name" : "NNC_MULT" , "value_type" : "STRING" , "default" : "ALL"},
{"name" : "REGION_DEF" , "value_type" : "STRING" , "default" : "M"}]}