chengcli / canoe

Comprehensive Atmosphere N' Ocean Engine
14 stars 16 forks source link

albedo read-in from yaml file #147

Open cometz95 opened 6 months ago

cometz95 commented 6 months ago

reading in the surface albedo in a given spectral band from a yaml file doesn't work, at least for DISORT. you can specify the albedo in the yaml file, but for some reason the program doesn't actually set ds_.bc.albedo.

a fix is to hardcode it in the if {} else{} logic.