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
350 B
JSON

{
"dataTableName" : "gfs_data_table",
"metaTableName" : "gfs_meta_table",
"dataIndexName" : "gfs_data_index",
"metaIndexName" : "gfs_meta_table_index",
"dataDir" : "./GFSData/",
"variableList" : [ "temp", "cloud", "windSpeed", "wind360", "humidity", "precip" ],
"lonSize" : 281,
"latSize" : 221,
"levSize" : 15,
"timeToLive" : 1
}