-
Notifications
You must be signed in to change notification settings - Fork 138
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
Finalized implementation of new lake shape options in the levelpool simulations #508
base: main
Are you sure you want to change the base?
Commits on Jul 24, 2020
-
new shape options were added to levelpool module. LAKEPARM.nc and hyd…
…ro.namelist were modified accordingly.
Bahram Khazaei authored and Bahram Khazaei committedJul 24, 2020 Configuration menu - View commit details
-
Copy full SHA for c6b5070 - Browse repository at this point
Copy the full SHA c6b5070View commit details -
adjustments made to levelpool physics and also reading the new variab…
…les from LAKEPARM file
Bahram Khazaei committedJul 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 5a708d2 - Browse repository at this point
Copy the full SHA 5a708d2View commit details -
fix minor issue in levelpool code
Bahram Khazaei committedJul 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 0a21b45 - Browse repository at this point
Copy the full SHA 0a21b45View commit details
Commits on Jul 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 314369b - Browse repository at this point
Copy the full SHA 314369bView commit details
Commits on Jul 28, 2020
-
Update the code to read from old LAKEPARM file when lake_shape_option…
… is not defined or defined 0
Bahram Khazaei committedJul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 13f0f58 - Browse repository at this point
Copy the full SHA 13f0f58View commit details
Commits on Jul 29, 2020
-
Switched back dh calculations in LP to old scheme to check for diffs …
…in engineering tests
Bahram Khazaei committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b2fdc1f - Browse repository at this point
Copy the full SHA b2fdc1fView commit details -
Update LP to debug issues related to calculation of dh in shape option 0
Bahram Khazaei committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for d3815c4 - Browse repository at this point
Copy the full SHA d3815c4View commit details
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a2e0636 - Browse repository at this point
Copy the full SHA a2e0636View commit details
Commits on Aug 18, 2020
-
removed print statments used for testing lake shape option
Bahram Khazaei committedAug 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 79260ed - Browse repository at this point
Copy the full SHA 79260edView commit details
Commits on Sep 16, 2020
-
fixed typo in lake shape options rectangular --> triangular
Bahram Khazaei committedSep 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 2de7eff - Browse repository at this point
Copy the full SHA 2de7effView commit details
Commits on Jun 17, 2021
-
Changed if(nlst(did)%lake_shape_option /= 0) to if(nlst(did)%lake_shape_option >= 0) in Routing/module_HYDRO_io.F to make pass-through scheme work if new LAKEPARM variables are not provided (backward compatible with LAKEPARM v2.1 and before).
Configuration menu - View commit details
-
Copy full SHA for aef24cb - Browse repository at this point
Copy the full SHA aef24cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc67979 - Browse repository at this point
Copy the full SHA bc67979View commit details