-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: external forcings converter #647
base: main
Are you sure you want to change the base?
Commits on Jun 6, 2024
-
Initial setup of ext_old_to_new tool
* basic program structure * processing of a single [Meteo] block as first example code * testcase c081 with multiple combined wind files.
Configuration menu - View commit details
-
Copy full SHA for 559ddac - Browse repository at this point
Copy the full SHA 559ddacView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1bb5532 - Browse repository at this point
Copy the full SHA 1bb5532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ab564f - Browse repository at this point
Copy the full SHA 2ab564fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb7583 - Browse repository at this point
Copy the full SHA 1fb7583View commit details -
Added some exception handling, now validate Meteo quantity before mak…
…ing a meteo block.
Configuration menu - View commit details
-
Copy full SHA for 851975d - Browse repository at this point
Copy the full SHA 851975dView commit details -
added basinsquares test, fixed rainschematic.ext as an uncommented li…
…ne caused the converter to crash
Configuration menu - View commit details
-
Copy full SHA for f8dfbce - Browse repository at this point
Copy the full SHA f8dfbceView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34704fa - Browse repository at this point
Copy the full SHA 34704faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1033df - Browse repository at this point
Copy the full SHA c1033dfView commit details
Commits on Jul 24, 2024
-
chore!: Refactored ext old converter to prepare for more other quanti…
…ties than only Meteo See ConverterFactory and BaseConverter subclasses ext_old_to_new is now a subdirectory, instead of a single script, to keep things organized. BREAKING CHANGE: in hydrolib.core: renamed ExtOldFileType.Poyfile to ExtOldFileType.InsidePolygon
Configuration menu - View commit details
-
Copy full SHA for fdb2981 - Browse repository at this point
Copy the full SHA fdb2981View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 096d194 - Browse repository at this point
Copy the full SHA 096d194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9266e7b - Browse repository at this point
Copy the full SHA 9266e7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 314fbc8 - Browse repository at this point
Copy the full SHA 314fbc8View commit details
Commits on Nov 11, 2024
-
New feature
exclude_unset
in ModelSaveSettingsMakes serialized model files lean by only serializing the field values that have been explicitly set. Only implemented for IniModel (and IniBasedModel).
Configuration menu - View commit details
-
Copy full SHA for 9dd1d70 - Browse repository at this point
Copy the full SHA 9dd1d70View commit details -
Combine power of LegacyFMModel and ResearchFMModel
On the longer term, can we get rid of `LegacyFMModel` (which only exists to support `[Model]` in MDU files), and have this backwards compatibility implemented in a less ad-hoc way?
Configuration menu - View commit details
-
Copy full SHA for e2720ad - Browse repository at this point
Copy the full SHA e2720adView commit details -
Work-in-progress making converter tool more flexible for repeated runs
Misc cleanup + new cmdline args: * --postfix / -p : Append POSTFIX to the output filenames (before the extension). * --[no]backup : Create a backup of each file that will be overwritten.
Configuration menu - View commit details
-
Copy full SHA for 26e6d9b - Browse repository at this point
Copy the full SHA 26e6d9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb8c8b - Browse repository at this point
Copy the full SHA 2fb8c8bView commit details