generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write waterbody results to LAKEOUT files (#550)
* added upstream_array containing inflows of waterbodys, returned as 5th object * Added wbdyo parameter, added waterbodies_df as an input to nwm_output_generator, added creation of wbdy_df * changed initialization of upstream_array from np.zeros to np.empty * Added waterbody_types_df to input of nwm_output_generator, edited script creating wbdy_df * Added write_waterbody_netcdf function * Added waterbodies_df and waterbody_type_df as inputs to nwm_output_generator * edited for loop calling write_waterbody_netcdf function * changes output parameter name of wbdyo to lakeout_output, added if statements to output.py * edited v3_doc with new lakeout output parameter * Commit empty lakeout directory with gitkeep * Edits to only write LAKEOUT files at dt*qts_subdivisions timesteps * fixed error associated with streamflow nudging turned ON * Fix placeholder for reservoir flows in diffusive hybrid model Co-authored-by: Sean Horvath <shorvath@cheyenne3.cheyenne.ucar.edu>
- Loading branch information
1 parent
12b496c
commit 946a512
Showing
8 changed files
with
367 additions
and
32 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
Oops, something went wrong.