Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shadow Flicker Module #149

Closed
alopez04 opened this issue Jun 7, 2022 · 2 comments
Closed

Shadow Flicker Module #149

alopez04 opened this issue Jun 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@alopez04
Copy link

alopez04 commented Jun 7, 2022

Bug Description
The output shadow flier raster is 9-meter, but the data is aggregated to big blocks instead of showing the detailed flicker from turbines.

To Reproduce
image

Screenshots
image

System (please complete the following information):

  • Eagle

Additional context
image

Charge code
WEPG.10348.08.01.06

@alopez04 alopez04 added the bug Something isn't working label Jun 7, 2022
@grantbuster
Copy link
Member

@alopez04, cannot reproduce, test rasters look fine, running with your requested config with the big turbine (160m hh) yields this error message, but upping the FLICKER_ARRAY_LEN works fine (now pushed to main).

Here's the config i used:

{
    "execution_control": {
        "allocation": "rev",
        "option": "eagle",
        "walltime": 4,
        "feature": "--qos=high",
        "max_workers": null
    },
    "name": "flicker_160m_30hr_yr_640",
    "excl_fpath": "./conus_buildings.h5",
    "res_fpath": "/datasets/WIND/conus/v1.0.0/wtk_conus_2012.h5",
    "building_layer": "conus_bld_perc",
    "hub_height": 160,
    "out_layer": "flicker_inclusions",
    "tm_dset": "techmap_wind",
    "building_threshold": 0,
    "flicker_threshold": 30,
    "resolution": 640,
    "log_level": "INFO"
}

Where ./conus_buildings.h5 is a copy of /shared-projects/rev/exclusions/conus_buildings.h5. The code ended up remaking the techmap because i copied the dataset name over wrong, but i checked against the old techmap and that shouldnt make a difference.

My debug dir: /scratch/gbuster/rev/test_flicker/

Sample outputs:
image
image

@alopez04
Copy link
Author

Thanks, Grant! I'll have Travis give this a go and let you know if we run into other issues given our large turbine set.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants