-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding s3 paths to config * added a new data type for creating graphs
- Loading branch information
Showing
17 changed files
with
3,211 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
name: MERIT | ||
data_path: /projects/mhpi/data/${name} | ||
zone: 74 | ||
gpu: 6 | ||
create_edges: | ||
buffer: 0.3334 | ||
dx: 2000 | ||
edges: ${data_path}/zarr/graph/CONUS/edges/ | ||
flowlines: ${data_path}/raw/flowlines | ||
create_N: | ||
run_whole_zone: False | ||
drainage_area_treshold: 0.1 | ||
filter_based_on_dataset: True | ||
gage_buffered_flowline_intersections: ${data_path}/gage_information/gage_flowline_intersections/gnn_dataset_v1_2.shp | ||
gage_coo_indices: ${data_path}/zarr/gage_coo_indices | ||
pad_gage_id: False | ||
obs_dataset: ${data_path}/gage_information/obs_csvs/GRDC_point_data.csv | ||
obs_dataset_output: ${data_path}/gage_information/formatted_gage_csvs/gnn_formatted_basins.csv | ||
zone_obs_dataset: ${data_path}/gage_information/formatted_gage_csvs/subzones.csv | ||
create_TMs: | ||
MERIT: | ||
save_sparse: True | ||
TM: ${data_path}/zarr/TMs/sparse_MERIT_FLOWLINES_${zone} | ||
shp_files: ${data_path}/raw/basins/cat_pfaf_${zone}_MERIT_Hydro_v07_Basins_v01_bugfix1.shp | ||
create_streamflow: | ||
version: merit_conus_v6.18_snow | ||
data_store: ${data_path}/streamflow/zarr/${create_streamflow.version}/${zone} | ||
obs_attributes: ${data_path}/gage_information/MERIT_basin_area_info | ||
predictions: /projects/mhpi/yxs275/DM_output/water_loss_model/dPL_local_daymet_new_attr_RMSEloss_with_log_2800 | ||
start_date: 01-01-1980 | ||
end_date: 12-31-2020 | ||
map_lake_points: | ||
lake_points: /projects/mhpi/data/hydroLakes/merit_intersected_data/RIV_lake_intersection_${zone}.shp | ||
zarr: /projects/mhpi/data/hydroLakes/hydrolakes.zarr | ||
extensions: | ||
- soils_data | ||
- pet_forcing | ||
- global_dhbv_static_inputs | ||
- incremental_drainage_area | ||
- q_prime_sum | ||
- upstream_basin_avg_mean_p | ||
- q_prime_sum_stats | ||
- lstm_stats | ||
- temp_mean | ||
# Hydra Config ------------------------------------------------------------------------# | ||
hydra: | ||
help: | ||
app_name: marquette | ||
header: == ${hydra.help.app_name} == | ||
template: |- | ||
${hydra.help.header} | ||
A data pipeline tool used to generate inputs to dMC river routing | ||
By Tadd Bindas | ||
|
||
${hydra.help.footer} | ||
footer: |- | ||
Powered by Hydra (https://hydra.cc) | ||
Use --hydra-help to view Hydra specific help | ||
job: | ||
name: ${name} | ||
run: | ||
dir: ../runs/${hydra.job.name}_${zone}/${now:%Y-%m-%d_%H-%M-%S} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.