mirror of
https://github.com/JHUAPL/SIMoN.git
synced 2026-01-10 07:18:05 -05:00
option for a null granularity
Former-commit-id: 7ef31b53b077ba0f3909558d88a029de4d1dcbd0
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"type": "object",
|
||||
"properties":{
|
||||
"data": {"type": "object"},
|
||||
"granularity": {"type": "string", "value": "global"}
|
||||
"granularity": {"type": "null"}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -36,8 +36,8 @@ class InnerWrapper(OuterWrapper):
|
||||
results = {
|
||||
'gfdl_cm3': {
|
||||
'global_temp': {
|
||||
'data': {'temp': self.global_temp},
|
||||
'granularity': 'global',
|
||||
'data': {'global_temp': self.global_temp},
|
||||
'granularity': None,
|
||||
},
|
||||
'precipitation': {
|
||||
'data': self.precipitation,
|
||||
|
||||
Reference in New Issue
Block a user