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/eagle #40

Closed bnb32 closed 2 years ago

bnb32 commented 2 years ago

Added routine to nsrdb,py which replaces{year}, {basename}, {freq}, {hemi} in template config files and copies these populated config files into {outdir}. This is called through cli with python -m nsrdb.cli create-configs. This can be used to generate config files for a specific year instead of having to change all the file names manually. Not sure if this is worth adding but I think it could be helpful as we move to automate the runs more.