Files
opm-common/opm/parser/share/keywords/E/EQLDIMS
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

6 lines
425 B
Plaintext

{"name" : "EQLDIMS" , "sections" : ["RUNSPEC"], "size" : 1 , "items":
[{"name" : "NTEQUL" , "value_type" : "INT" , "default" : 1},
{"name" : "DEPTH_NODES_P" , "value_type" : "INT", "default" : 100},
{"name" : "DEPTH_NODES_TAB" , "value_type" : "INT" , "default" : 20},
{"name" : "NTTRVD" , "value_type" : "INT" , "default" : 1},
{"name" : "TRACER_VD" , "value_type" : "INT" , "default" : 20}]}