WeatherMagic / thor

Back end service for the delivery of climate data
1 stars 1 forks source link

File handler #24

Closed owodunni closed 7 years ago

owodunni commented 7 years ago

Check so that each level of the dictTree in util looks correct.

hansfilipelo commented 7 years ago

I have concerns of the order of the tree variables. Right now it is:

domain
variable
model
experiment

Perhaps a better order could be:

domain
model
experiment
variable
owodunni commented 7 years ago

That seems like a more reasonable order.