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

exo data refactor #153

Closed
bnb32 opened this issue Jul 7, 2023 · 2 comments · Fixed by #167
Closed

exo data refactor #153

bnb32 opened this issue Jul 7, 2023 · 2 comments · Fixed by #167
Labels

Comments

@bnb32
Copy link
Collaborator

bnb32 commented Jul 7, 2023

#152 (comment)

@bnb32 bnb32 added the feature label Jul 7, 2023
@grantbuster
Copy link
Member

Here's a start to what FWP should look like. We might want to further improve exo_steps.

    "exo_kwargs": {

"topography": {
        "exo_handler": "ExoTopo",
        "file_paths": ["/scratch/gbuster/sup3r/source_gcm_data/wind_solar_day_MRI-ESM2-0_ssp585_r1i1p1f1_gn_20150101-20151231.nc"],
        "source_file": "/scratch/gbuster/sup3r/source_gcm_data/nsrdb_clearsky.h5",
        "target": [23.2, -129],
        "shape": [26, 59],
        "s_enhancements": [1, 5, 5],
        "agg_factors": [625, 25, 1],
        "input_handler": "DataHandlerNCforCC",
        "exo_steps": [0, 1, 2]
},

"solar_zenith_angle": {
        "exo_handler": "ExoSZA",
        "file_paths": ["/scratch/gbuster/sup3r/source_gcm_data/wind_solar_day_MRI-ESM2-0_ssp585_r1i1p1f1_gn_20150101-20151231.nc"],
        "source_file": "/scratch/gbuster/sup3r/source_gcm_data/nsrdb_clearsky.h5",
        "target": [23.2, -129],
        "shape": [26, 59],
        "s_enhancements": [1],
        "agg_factors": [1],
        "input_handler": "DataHandlerNCforCC",
        "exo_steps": [3]
}
    },

@grantbuster
Copy link
Member

@bnb32 bnb32 linked a pull request Oct 5, 2023 that will close this issue
@bnb32 bnb32 closed this as completed Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants