sup3r icon indicating copy to clipboard operation
sup3r copied to clipboard

Bnb/masked fwp

Open bnb32 opened this issue 5 months ago • 0 comments

This adds the option to skip chunks in the forward pass routine if all coordinates covered by that chunk are masked. The mask is provided as an additional variable through file_paths, where mask is 1 / True if the coordinate should not be included in the forward pass. An example which masks conus except for areas around observation locations is shown below.

Mask: conus_val_mask

Collected forward pass output: conus_fwp_masked

bnb32 avatar Sep 25 '24 15:09 bnb32