wwlwpd
wwlwpd
There are commandline flag changes between gcc 9 and gcc 10 that are conflicting enough that >= 10 should be considered a different family
> Note as reference for an issue I will create, but the _ADCIRC Live_ WSL2 VM that is build and distributed currently has the `MACHINENAME=wsl-ubuntu` - and all the build...
Turn this, ``` hooksScripts[FINISH_SPINUP_SCENARIO]=" output/createOPeNDAPFileList.sh output/$OPENDAPPOST " hooksScripts[FINISH_NOWCAST_SCENARIO]=" output/createOPeNDAPFileList.sh output/$OPENDAPPOST " ... ``` into this, ``` FINISH_SPINUP_SCENARIO=( output/createOPeNDAPFileList.sh output/$OPENDAPPOST ) FINISH_NOWCAST_SCENARIO=( output/createOPeNDAPFileList.sh output/$OPENDAPPOST ) ... ``` Which is how `POSTPROCESS=(...
This could supercede #1380, also making `jq` installed by default.
- [ ] remove wrappers for `adcirc, etc - [ ] replace `adcirclive/etc/bashrc` with a 'etc/setvars.sh` that can be `source`'d or added to `~/.bashrc` (similar to Intel OneAPI's setvars.sh, to...
Issdue 1482: Resolves #1482.
https://github.com/adcirc/adcirc/pull/453/commits/b1291717b6e4177a799eebf8fb203a6cfa6c3597
Issue 1479: * get_nam.pl doesn't appear to need any updates, it is already using the correct URL and path for the "nomads" HTTPS server * bin/get_gfs.pl was using one of...
 Offending URLs in our codebase (first pass - oh ignore the "issue-1471" prompt, this is how it is in `master` currently): > > Effective May 20, [ftpprd.ncep.noaa.gov](http://ftpprd.ncep.noaa.gov/) and [ftp.ncep.noaa.gov](http://ftp.ncep.noaa.gov/)...