You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
326 B
JSON
12 lines
326 B
JSON
{
|
|
"dataTableName" : "gfs_data_table",
|
|
"metaTableName" : "gfs_meta_table",
|
|
"dataIndexName" : "gfs_data_index",
|
|
"metaIndexName" : "gfs_meta_table_index",
|
|
"dataDir" : "./GFSData",
|
|
"variableList" : [ "temp", "cloud", "wind360", "windSpeed"],
|
|
"lonSize" : 281,
|
|
"latSize" : 221,
|
|
"levSize" : 10,
|
|
"timeToLive" : 2
|
|
} |