-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hybrid Flavor 3: Adaptive in space and time
This is a relatively large commit. Changes to the code took place while running wrf_hydro and DART experiments for hurricane Ian. The major new capability is the support for spatially and temporally varying adaptive hybrid scheme (i.e., flavor #3). Other changes: - Found a bug in filter_mod where extra copies for the static ensemble handle were not being recoreded properly. - Various updates to the hydroDART python scripts for better file movement. - Streamflow obs converter now checks for NaN discharge. This is useful especially for provisional (i.e., near-real-time) data - Add another scalar for mpi communications - Footprint of flavor #3 is mainly in assim_tools_mod and hybrid_mod
- Loading branch information
Showing
10 changed files
with
303 additions
and
222 deletions.
There are no files selected for viewing
237 changes: 127 additions & 110 deletions
237
assimilation_code/modules/assimilation/assim_tools_mod.f90
Large diffs are not rendered by default.
Oops, something went wrong.
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.