Releases: swat-model/swatplus
Releases · swat-model/swatplus
61.0.2.7
61.0.2.6
61.0.2.5
61.0.2.4
What's Changed
- Revised initialization of residue and soil litter. by @arnoldjjms in #24
New Contributors
- @arnoldjjms made their first contribution in #24
Full Changelog: 61.0.2.3...61.0.2.4
61.0.2.3
What's Changed
Full Changelog: 61.0.2.2...61.0.2.3
61.0.2.2
What's Changed
- Dev ug by @tugraskan in #18
- Organic Flux Accumulation by @fgeter in #19
Full Changelog: 61.0.2.1...61.0.2.2
61.0.2.1
What's Changed
- Release action update by @odav in #12
- merge main into develop by @tugraskan in #13
- 10_07_2024 source code by @tugraskan in #15
- Aggregated Fixes and Updates SOC and build mgmt by @odav in #16
Notes
- The Linux and MacOS SWAT+ executables are built with Intel Fortran
ifx
andifort
and are statically linked. - The MacOS SWAT+ executable is build for x86 64 bit, it runs also on Apple's ARM chip if Rosetta 2 is installed.
- The Windows SWAT+ executable is build with Intel Fortran
ifx
and dynamically linked. Therefore, you must also install- the Intel® Fortran Compiler Runtime for Windows for version 2024.1, and
- the latest Microsoft Visual C++ Redistributable
- All GNU executables are built using gfortran v13 and are linked statically. At this time they are used for testing and comparison against the Intel executables. More code verification is needed to make SWAT+ aligned with the Fortran standard which is work in progress. With more ARM based machines available for all operating systems and gfortran being much more in line with the Fortran standard, GNU's gfortran should be the compiler of choice for the future.
Full Changelog: 61.0.2...61.0.2.1
61.0.2
What's Changed
- Updated Ames_sub1 test data by @fgeter in #1
- Some Fixes to get pesticides running. by @Mike-Fuchs in #3
- Revert "Some Fixes to get pesticides running." by @tugraskan in #4
- Merge of main branch into gfortran branch to reconcile changes of changes in main with gfortran branch changes. by @fgeter in #2
- Manually coded init changes by @fgeter in #5
- merge of 07/31/2024 source code and Franks code by @tugraskan in #7
- Initialized varables, corrected input data, trapped underflow errors/aborts, updated data/Ames_sub1 by @fgeter in #6
- 08202024 updates by @tugraskan in #8
- Updated data/Ames output files consistent with current source code compiled with Intel by @fgeter in #9
- fix for unwanted new lines in crop output by @odav in #10
- updated exe name (compiler/dbg/rel), flags, install; better checks in ctest spcheck by @odav in #11
New Contributors
- @fgeter made their first contribution in #1
- @Mike-Fuchs made their first contribution in #3
- @tugraskan made their first contribution in #4
- @odav made their first contribution in #10
Notes
- The Linux and MacOS SWAT+ executables are built with Intel Fortran
ifx
andifort
and are statically linked. - The MacOS SWAT+ executable is build for x86 64 bit, it runs also on Apple's ARM chip if Rosetta 2 is installed.
- The Windows SWAT+ executable is build with Intel Fortran
ifx
and dynamically linked. Therefore, you must also install- the Intel® Fortran Compiler Runtime for Windows for version 2024.1, and
- the latest Microsoft Visual C++ Redistributable
Full Changelog: 61.0.1...61.0.2
61.0.1 (zip download)
Full Changelog: 61.5...61.0.1
Notes:
- The Linux and MacOS SWAT+ executables are built with
ifx
andifort
and are statically linked. - The MacOS SWAT+ executable is build for x86 64 bit, it runs also on Apple's ARM chip if Rosetta 2 is installed.
- The Windows executable is build with
ifx
and dynamically linked. Therefore, you must Install the Intel Fortran Runtime
Libraries for version 2024.1 at a minimum.