-
Notifications
You must be signed in to change notification settings - Fork 2
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
MODFLOW design #3
Comments
Email from Bert Rubash 5/20/2019 The GitHub NooksackWaterBudget master now has code to import the steady To run one of those four requires the input file to be in the folder #define ZBAR_OUT // Selective zbar input #ifdef MODFLOW_TRANSIENT I tested all of the changes except the MODFLOW_ALL with both a Bertrand |
Email from Jess 5/17/2019
A DTW of -1 feet indicates that the groundwater model is simulating land surface flooding in that drainage. In other words, the model is predicting a water table elevation that is higher than the land surface in that grid cell. This largely occurs in areas with rapid topographic transitions. In cells with flooding, I set DTW to -1. We have limited observations in the areas where the flooding occurs to constrain the groundwater model. We think a reasonable approach would be to represent these drainages with a 0 DTW, or whatever your shallowest input is.
Where did this come from? Katherine - can you help verify we are applying the correct DTW to the correct location? The attached workbook summarizes the “DrainageID” and “POU_ID” identifiers provided to SSPA within the Water Use workbooks. These identifiers were specified either for WRIA1 or the Bertrand Creek subdrainages, exclusively. SSPA implemented an additional identification to allow a unique ID across the groundwater model domain. The first three columns of the attached workbook reflect the AESI-provided identifiers. The fourth column is the identifier developed by SSPA. Please use the attached spreadsheet to determine corresponding identifiers (e.g., “Drainage ID” vs. “POU_ID” vs. “GW MODEL DrainID”, and drainage names).
The DTW_IRR_FT column represents the SAT model simulated water levels at the end of irrigation season (Sept. 30). The DTW_NONIRR_FT column represents the SAT model simulated water levels at the end of non-irrigation season (Mar. 31). If possible, we recommend using results associated with these dates (Sept. 30 and Mar. 31). |
In topnet.hh the model is set to read in the depth to water (DTW) table file from both irrigation and non-irrigation MODFLOW runs. The MODFLOW annual average irrigation DTW level is used to reset Topnet subsurface on Oct 1. The MODFLOW annual average non-irrigation DTW level is used to reset Topnet subsurface on April 1. Code in topnet.hh #ifdef MODFLOW_TRANSIENT Code in calv46sn.cpp #ifdef IRR #ifdef NIRR #ifdef SS |
Question from BR: What are the limitations of the current MODFLOW model. The first version will be in steady state mode and for yearly averages.
What is the spatial resolution is, vertical and horizontal?
@brubash - I think this should be in the contract, but let's write up a clear description here. What I understand is that the limit of the existing data across the entire domain is limiting the dynamics. I think Gil is concerned that the spatial distribution of the uncertainty would be underrepresented by running a finer scale dynamic model. I think we should keep exploring how to address this issue, either by recommending more data be collected where necessary, or doing better at representing the uncertainy, even with higher resolution models.
The text was updated successfully, but these errors were encountered: