stefanfluck / palmpy

Package supporting the generation of static driver files for simulations with the PALM model system. Check out the Wiki and engage in the Discussions!
GNU General Public License v3.0
18 stars 4 forks source link

mst.setalbedovalue() can be extended with a "v","p",w" flag to be valid for any surface type #32

Open stefanfluck opened 4 years ago

stefanfluck commented 4 years ago

right now it is assumed that the vegetation albedo is changed. adding a flag, it could modify any pars array. either with a flag this can be done, or multiple implementations with pavpars or watpars instead of vegpars int he function call. the latter may be cleaner.

stefanfluck commented 1 year ago

is this somehow related to #25 ? not entirely, since this is about setting albedo values. but, the flag idea could be useful? however, this represents an "edge" case and not part of the key palmpy functionality.