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

Subgrid additions #348

Merged
merged 3 commits into from
Oct 19, 2023
Merged

Subgrid additions #348

merged 3 commits into from
Oct 19, 2023

Conversation

jlwoodr
Copy link
Contributor

@jlwoodr jlwoodr commented Jun 26, 2023

This pull request is to add subgrid corrections to the ADCIRC source code. The main contribution to the code was the addition of the "subgridLookup.F" file to the src directory. The subgridLookup.F file contains all of the necessary subroutines to run subgrid ADCIRC including variable initialization, reading in the NetCDF lookup table, looking up subgrid variables at each tilmestep, and handling wetting and drying. There are additional subgrid snippets to the gwce.F and momentum.F among others. All additions are prefaced with a "!JLW:" comment and a quick description of what the addition does.

jlwoodr and others added 3 commits September 20, 2023 22:51
Completed the addition of subgrid corrections to the source code. This work primarily focused on the creation a new source file "subgridLookup.F". This file is broken into several subroutines used to lookup subgrid variables at each timestep. There are several other areas in the gwce.F and momentum.F (among others) that also have subgrid additions.
@zcobell zcobell merged commit 5cf50d9 into development Oct 19, 2023
1 check passed
@zcobell zcobell deleted the subgrid branch October 19, 2023 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants