Recent Releases of ASGS
ASGS - 2025.1.release-0
Scope
This full release supercedes 2025.1.rc-6 and puts 2025.1 onto the path towards "stable".
Effective Summary
Users may do an optional health check by starting up ./asgsh -c
- currently, this is supported only if a .git
directory exists, so if you want this checkout the this release, via git checkout 2025.1.release-0
.
The version of ASGS is not tracked in ./VERSION
. This is updated each release. To query this file, use the asgs-info
command when in ./asgh
. If not a git repo (no .git
directory is detected), only asgs-info
or asgs-info -v
will produce meaningful results. The other options report information about the git repor such as branch, tags, and current SHA. The version and GIT info if present, is preserved now in run.properties
files when run in forecast or hindcast modes.
This version of ASGS now has no restrictions on the version of GCC. In the past, it's been restricted to version 9 or lower. It has been tested to work on GCC version up to 11.5, but should fully work (including supported ADCIRC builds).
This version of ASGS will build ADCIRC on any platform on which it can biuld HDF5 and netCDF4; this includes supported HPC environments (LSU/LONI, TACC) and Linux distros: RHEL, Ubuntu/Debian, and Oracle Linux 7,8,9 (10 is new and has not yet been tested).
What's Changed
- Moved default compiler suite to use intel 'classic' by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1540
- Added new station file for post processing consistency by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1538
- Adding support for gfortran 10.1 and greater. by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1536
- Fixing v53.05 build support for GCC > 9 by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1548
- Corrected wind drag limit for TXLA22a, resolves #1541 by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1542
- Added ASGS version tracking and optional health checks, resolves #412 by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1461
Expected Updates
None.
Only critical fixes will be made to 2025.1, all new RCs will fall under 2025.2.rc-*. Eventually, we will create a 2025.1.stable release. Then finally, 2025.1.eol (designating no longer supported directly).
Please see notes on the ASGS release process here.
Full Changelog: https://github.com/StormSurgeLive/asgs/compare/2025.1.rc-6...release-0
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd 13 days ago

ASGS - 2025.1.rc-6
What's Changed
- Adding support for a local Debian cluster with Slurm by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1526
- Updating patches for "debian+slurm". by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1530
- Integrated latest CPRA25 mesh by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1520
- Added files to support more extensively templatized fort.15 file by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1521
Full Changelog: https://github.com/StormSurgeLive/asgs/compare/2025.1.rc-5...2025.1.rc-6
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd about 2 months ago

ASGS - 2025.1.rc-5
What's Changed
- Copy downloaded hotsart file to nowcast dir whether or not it is needed by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1523
Full Changelog: https://github.com/StormSurgeLive/asgs/compare/2025.1.rc-4...2025.1.rc-5
Release Status Update
The first full release of the 2025 Atlantic hurricane season will be made after we get through the first real storm that requires us to be fully operational.
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd 2 months ago

ASGS - 2025.1.rc-4
What's Changed
- Add pre-calibrated river flux templates (6–10kcms) for CPRA24 and LAERDC meshes by @enikidis in https://github.com/StormSurgeLive/asgs/pull/1497
- Removing a line that is causing instability. by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1508
- Explicitly disable GSL for NCO. by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1516
- Moved quality checks out of queue script by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1506
New Contributors
- @enikidis made their first contribution in https://github.com/StormSurgeLive/asgs/pull/1497
Full Changelog: https://github.com/StormSurgeLive/asgs/compare/2025.1.rc-3...2025.1.rc-4
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd 2 months ago

ASGS - 2025.1.rc-3
What's Changed
- Moved IO::Socket::SSL to PERL-MODULES.notest by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1501
- Updated handler for
list meshes
by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1504
Full Changelog: https://github.com/StormSurgeLive/asgs/compare/2025.1.rc-2...2025.1.rc-3
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd 3 months ago

ASGS - 2025.1.rc-2
What's Changed
- Updating NCEP URLs by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1491
- Add v56.0.4 (keep v56.0.2 but add note about deprecation) by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1492
- Issue 1471 - updates needed for ADCIRC on Debian clusters by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1475
Full Changelog: https://github.com/StormSurgeLive/asgs/compare/2025.1.rc-1...2025.1.rc-2
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd 3 months ago

ASGS - 2025.1.rc-1
What's Changed
- Setting default compiler for QBD to
intel-oneapi
by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1436 - Added repo to
fetch cera
by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1438 - added asgs-lint to its own repo, "fetch asgs-lint" now updates from there; also part of default install via asgs-brew.pl by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1427
- Added flux files corresponding to existing hardcoded fort.15 templates plus extrapolated flux representing long term average by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1443
- Modified default parameter package by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1447
- fix so wgrib2 can compile with chosen compiler by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1449
- Fixed typo in EGOMv20b setting by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1451
- Updated parameters for SABv20a mesh by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1460
- Updated uncertainty radii for 2025 by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1459
- Updating Perl 5.38.0 -> 5.40.1 by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1456
- Added adcirclive-cli repo to
fetch
command. by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1458 - Add
scp://
,ssh://
transports; improved support alternative URLs and auto input file downloads (GETINPUT
, e.g.). by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1444 - Loosened check on comparison of RunStartTime and RunEndTIme by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1462
- Improved element search that scales to large number of stations by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1422
- Removing Image Magick and ffmpeg from supported packages. by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1463
- Adding work/actualflags.txt to the ADCIRC build JSON by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1465
- Updated settings for NGOMv19b by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1467
- Fixed writing of
ESLNodes.63
data to netCDF by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1476 - Removing line from SABv20a. by @wwlwpd in https://github.com/StormSurgeLive/asgs/pull/1478
- Refactoring parameter packages by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1474
- Removed placeholder for dynamic water level correction namelist by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1483
- Created new HSOFS 2025.1 template for
fort.15
and updatedinit.sh
by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1484 - Created
fort.15
template for NAC2014 without%wetdry_control_namelist%
placeholder by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1486 - Added river flux boundary conditions for CPRA24 by @jasonfleming in https://github.com/StormSurgeLive/asgs/pull/1488
Full Changelog: https://github.com/StormSurgeLive/asgs/compare/2025.1.rc-0...2025.1.rc-1
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd 4 months ago

ASGS - 2025.1.rc-0
Initial release after the 2024 Atl Hurricane Season, with many fixes and additional features mainly targeting operational forecasting use. The rc-0
number will increase as this release is stablized, and once it is it will be the basis for a -release
release, then finally a -stable
.
It is the first in the series of releases that will achieve a 4 tiered approach:
Eventually this will. become "2025.1.release", then once "2025.2.release" is achieved
2025.1.rc-0 (1, 2, ...)
2025.1.release-0 (1, 2, ...)
2025.2.release, 2025.1.stable
After "stable" can be "EOL" (end-of-life, as in, "not supported").
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd 7 months ago

ASGS - 2024.3.stable
2024.3.stable tag Summary:
c844ba97671555168bf7729e183e81139a57030d readme update * benign
da0b2de5b6153a660d0f39e5b0aeacfd1dbf6e56 fixed "clone profile". * important operationally
5865224498d7c453cfca10f88016a5edf3773eb7 supermic slurm update * important operationall
c8e4534652eba513ff3b2492e0a2670acf53c5f4 readme update * benign
f64128d8ca2aeb2108ee6e3b364250f3d99f2186 Quality checks * important operationally NOTE: threw merge conflict with ./qscript.template (fixed by using master's)
9e0408fddc19fc7e0ca88270870e7442d899a0a6 NAM download fix * important operationally
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd about 1 year ago

ASGS - 2024.2.stable
Stable release for the 2024 Atlantic Hurricane season.
Climate Change - Natural Hazard and Storm
- Fortran
Published by wwlwpd about 1 year ago
