Files
opm-common/opm/parser/share/keywords/M/MISCIBLE
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
296 B
Plaintext

{"name" : "MISCIBLE", "sections" : ["RUNSPEC"], "size" : 1, "items" : [
{"name" : "NTMISC" , "value_type" : "INT" , "default" : 1},
{"name" : "NSMISC" , "value_type" : "INT" , "default" : 20},
{"name" : "TWOPOINT" , "value_type" : "STRING" , "default" : "NONE"}
]}