NREL / nsrdb

NSRDB data processing pipeline. Includes satellite data assimilation, cloud property prediction and gap-filling, radiative transport modeling, and data collection.
https://nrel.github.io/nsrdb/
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Bnb/albedo #44

Closed bnb32 closed 2 years ago

bnb32 commented 2 years ago

nsrdb.albedo.cli now takes --merra-path/-me which is passed to CompoositeAlbedoDay. CAD uses the albedo.temperature_model module to get merra temperature data (DataHandler class) and compute the albedo (TemperatureModel class) using the mean temperature (can easily change to max temp). Tests have been added in test_albedo and test_albedo_cli. Tests run successfully.