-
Notifications
You must be signed in to change notification settings - Fork 141
Comparing changes
Open a pull request
base repository: NCAR/wrf_hydro_nwm_public
base: v5.3.0
head repository: NCAR/wrf_hydro_nwm_public
compare: main
Commits on Sep 21, 2022
-
New Feature: trunk/NDHMS has been moved to src/ directory to follow m…
…odern build directory structures, allow for a CMakelist in the top directory and better testing integration. trunk/NDHMS is currently a symlink to allow time for users to switch over. CMakeLists and Makefiles have been modified.
Configuration menu - View commit details
-
Copy full SHA for 57dce00 - Browse repository at this point
Copy the full SHA 57dce00View commit details
Commits on Oct 4, 2022
-
bugfix: fixes issue #653 so Cray compiler now builds. Removes comma a…
…fter write statement and changes A*-B*C statements to A*(-B)*C.
Configuration menu - View commit details
-
Copy full SHA for 4c32e10 - Browse repository at this point
Copy the full SHA 4c32e10View commit details
Commits on Oct 11, 2022
-
fixed NCO Bugzilla 1156, [Bug 1156] New: Missing debug, install and t…
…est targets in makefiles. Per NCO's Implementation Standard, five critical targets should be defined in the makefile: all, debug, install, clean and test. See https://www.nco.ncep.noaa.gov/idsb/implementation_standards/Implementation%20Standards%20v10.2.pdf?.
Configuration menu - View commit details
-
Copy full SHA for 9ade8fa - Browse repository at this point
Copy the full SHA 9ade8faView commit details
Commits on Oct 19, 2022
-
Enhancement: removed include statements
Remove include statements (other than the netcdf/mpi ones). Moved what would have been included into modules. This follows modern Fortran practices and has numerous benefits. Modified and tested both CMake and Makefile files. (#655)
Configuration menu - View commit details
-
Copy full SHA for f9fd317 - Browse repository at this point
Copy the full SHA f9fd317View commit details
Commits on Nov 1, 2022
-
Add scrape of outer edge of domain so water doesn't pile up. (#658)
Add scrape of outer edge of domain so water doesn't pile up
Configuration menu - View commit details
-
Copy full SHA for 718ec64 - Browse repository at this point
Copy the full SHA 718ec64View commit details
Commits on Nov 2, 2022
-
TG goes to 0 when all remaining snow melts during crocus call. Set ba…
…ckground temperature fields to freezing instead of 0.
Configuration menu - View commit details
-
Copy full SHA for 81e76de - Browse repository at this point
Copy the full SHA 81e76deView commit details
Commits on Nov 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5ab0af5 - Browse repository at this point
Copy the full SHA 5ab0af5View commit details
Commits on Nov 7, 2022
-
* Updates to scale and min/max values for Crocus outputs. * Adjust crocus output fill values and scale/min/max metadata. * Updates to nodata cell treatments. * A few extra output updates and fix to Crocus to reset GLACR and smc after meltout. * Revert standalone accet variable tracking - doesn't seem necessary. * A couple of patches for problem values coming from crocus.
Configuration menu - View commit details
-
Copy full SHA for fabc221 - Browse repository at this point
Copy the full SHA fabc221View commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1a043af - Browse repository at this point
Copy the full SHA 1a043afView commit details
Commits on Jan 18, 2023
-
Bump certifi from 2019.6.16 to 2022.12.7 in /tests/local
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.6.16 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](certifi/python-certifi@2019.06.16...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c31c59 - Browse repository at this point
Copy the full SHA 7c31c59View commit details
Commits on Jan 24, 2023
-
Bug fix to ACSNOW calculation to output as accumulated depth (not rat…
…e). Add to retro IO option.
Configuration menu - View commit details
-
Copy full SHA for 0500f24 - Browse repository at this point
Copy the full SHA 0500f24View commit details
Commits on Feb 1, 2023
-
Crocus has been turned into a compile time option that can be turned …
…off, default is on. Changes have been made to files for the CMake and Makefile build systems. Crocus licensing info has been added to the README.
Configuration menu - View commit details
-
Copy full SHA for 2b0ee31 - Browse repository at this point
Copy the full SHA 2b0ee31View commit details -
routing bugfix: removed CHANN_K from debug print statement. The varia…
…ble is unitialized and can change values every time executable is run. (#668) config debug: fixes in read_crocus_namelist subroutine
Configuration menu - View commit details
-
Copy full SHA for b31c78f - Browse repository at this point
Copy the full SHA b31c78fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b6f34 - Browse repository at this point
Copy the full SHA 72b6f34View commit details
Commits on Feb 9, 2023
-
Don't report success if underlying Make failed
The `make; make install` command will report success even if the first Make process failed. The result of this compound expression is passed to the code that prints success/failure to the user. Fixed by switching to `make && make install` to chain the result codes.
Configuration menu - View commit details
-
Copy full SHA for f76d4bc - Browse repository at this point
Copy the full SHA f76d4bcView commit details -
Import isnan() from IEEE_ARITHMETIC
Use IEEE_ARITHMETIC's ieee_is_nan() instead of compiler-specific intrinsics for broader compatibility.
Configuration menu - View commit details
-
Copy full SHA for fdbbc9d - Browse repository at this point
Copy the full SHA fdbbc9dView commit details -
Update CMake with proper MPI and PGI/NVHPC support
* Use find_package(MPI required) instead of overriding compiler binaries * Add support for PGI (and NVHPC) in CMake build system * Update minimum CMake to 3.0
Configuration menu - View commit details
-
Copy full SHA for a341277 - Browse repository at this point
Copy the full SHA a341277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9175ab4 - Browse repository at this point
Copy the full SHA 9175ab4View commit details
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f181e6 - Browse repository at this point
Copy the full SHA 4f181e6View commit details
Commits on Mar 1, 2023
-
Enhancement: compiler info added to NetCDF restart output (#678)
* enhancement: add compiler info to all netcdf output files
Configuration menu - View commit details
-
Copy full SHA for 5af61ea - Browse repository at this point
Copy the full SHA 5af61eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4be0a2 - Browse repository at this point
Copy the full SHA e4be0a2View commit details -
Update Nudging IO to netCDF NF90 API (#684)
* Update nudging_io to NF90 API * Since NetCDF subroutines have been converted to nf90 we can remove the 'include netcdf.inc' statements Co-authored-by: Soren Rasmussen <s.c.rasmussen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c540f9 - Browse repository at this point
Copy the full SHA 1c540f9View commit details
Commits on Mar 2, 2023
-
Changes to reflect the renaming of the directory trunk/NDHMS to src (#…
…681) * Changes to represent the renaming of of the directory trunk/NDHMS to src * Adding build directory to .gitignore
Configuration menu - View commit details
-
Copy full SHA for 85078a0 - Browse repository at this point
Copy the full SHA 85078a0View commit details
Commits on May 24, 2023
-
Bump requests from 2.20.0 to 2.31.0 in /tests/local (#692)
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.20.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f39d6e - Browse repository at this point
Copy the full SHA 1f39d6eView commit details
Commits on May 25, 2023
-
Enhancement: quick CMake build instructions (#691)
* Creating new directory structure for expanded documentation within the github repo and adding quick build documentation to the README. Removed large netcdf file support line from unsupported functionality table.
Configuration menu - View commit details
-
Copy full SHA for 09bb6c1 - Browse repository at this point
Copy the full SHA 09bb6c1View commit details
Commits on Jun 7, 2023
-
bumping actions checkout and upload-artifact to v3 because github act…
…ions Node.js 12 has been depricated, current version 16 (#693)
Configuration menu - View commit details
-
Copy full SHA for 5beb90a - Browse repository at this point
Copy the full SHA 5beb90aView commit details -
Auto-generation and posting of model difference plots for CI tests (#674
) * Added scripts for plotting test candidate diffs and uploading diff images to the PR comment * Added diff plotting with limited plot generation. Modified test-pr.yml temporarily to develop attaching plots to PR. * Added logic to pull a list of channel and lake ids to plot from the test domain file, if there are differences to plot * Archive diff plots --------- Co-authored-by: Andrew Gaydos <gaydos@yar.rap.ucar.edu> Co-authored-by: Ryan Cabell <rcabell@ucar.edu> Co-authored-by: Soren Rasmussen <s.c.rasmussen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 953c343 - Browse repository at this point
Copy the full SHA 953c343View commit details
Commits on Jun 9, 2023
-
Bump pillow from 9.2.0 to 9.3.0 in /tests/local/utils (#695)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 38e47f1 - Browse repository at this point
Copy the full SHA 38e47f1View commit details
Commits on Jun 12, 2023
-
bugfix: release and debug CMake build types (#669)
* bugfix: release and debug build types now choose correct optimization flags * adding backtrace/traceback to Debug mode * cmake: added build flags for Cray * cmake: -fallow-argument-mismatch was required to build with GCC+MPICH on Gust, a Cray cluster * If gfortran is 9+ then use the -fallow-argument-mismatch * Per Ryan's advice, added 'LANGUAGES Fortran' to CMake project statement so it won't fail if there is no C++ compiler present. --------- Co-authored-by: Soren Rasmussen <soren@ucar.edu> Co-authored-by: Ryan Cabell <rcabell@ucar.edu>
Configuration menu - View commit details
-
Copy full SHA for 4864147 - Browse repository at this point
Copy the full SHA 4864147View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05bd385 - Browse repository at this point
Copy the full SHA 05bd385View commit details -
* Add support for RedHat-style separated f90 modules to CMake build * Add support for RH-style f90 mods to legacy build
Configuration menu - View commit details
-
Copy full SHA for 4a0b8a2 - Browse repository at this point
Copy the full SHA 4a0b8a2View commit details
Commits on Jul 5, 2023
-
bugfix: unallocated variables (#700)
* Running with -fcheck=all lead to errors of the following variables not being allocated: gw_buck_loss, RT_DOMAIN(did)%LLINKID, gw2d, qgw_chanrt, and vis_icealb. Also switch crocus variable from optional to allocatable.
Configuration menu - View commit details
-
Copy full SHA for 97f245d - Browse repository at this point
Copy the full SHA 97f245dView commit details
Commits on Aug 17, 2023
-
Adding ctest structure and two basic tests. Adding ability to run $ m…
…ake croton to download Croton testcase, extract tarball and setup. Makefile copied to Run directory. Cleanup of Run directory handled differently. (#702) Croton CMake tests: adding ability to choose the different test options as a Makefile target
Configuration menu - View commit details
-
Copy full SHA for a821261 - Browse repository at this point
Copy the full SHA a821261View commit details -
Bump certifi from 2022.12.7 to 2023.7.22 in /tests/local (#703)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d9e489 - Browse repository at this point
Copy the full SHA 5d9e489View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67d879c - Browse repository at this point
Copy the full SHA 67d879cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d58ae32 - Browse repository at this point
Copy the full SHA d58ae32View commit details -
Update code to fix Cray-related compiler issues
* Use assumed shape / volatile arrays with ext libs * Replace timestep multiple check with mod operator
Configuration menu - View commit details
-
Copy full SHA for 7c589c9 - Browse repository at this point
Copy the full SHA 7c589c9View commit details -
Optimize inefficient MPI routines
* Convert MPP_LAND p2p MPI to collectives * Remove unneeded mpp_land_sync() calls
Configuration menu - View commit details
-
Copy full SHA for dcdf382 - Browse repository at this point
Copy the full SHA dcdf382View commit details
Commits on Oct 17, 2023
-
Issue 714 Bugfix: need to check if optional arguments are present bef…
…ore assigning them to a variable
Configuration menu - View commit details
-
Copy full SHA for 3deb607 - Browse repository at this point
Copy the full SHA 3deb607View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4851a86 - Browse repository at this point
Copy the full SHA 4851a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for b97bf47 - Browse repository at this point
Copy the full SHA b97bf47View commit details -
Adding authors from the technical document citation, listed using Goc…
…his first then alphabetically ordered
Configuration menu - View commit details
-
Copy full SHA for 100c551 - Browse repository at this point
Copy the full SHA 100c551View commit details -
Bump urllib3 from 1.26.5 to 1.26.18 in /tests/local
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.5...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a97ff7e - Browse repository at this point
Copy the full SHA a97ff7eView commit details -
Bump pillow from 9.3.0 to 10.2.0 in /tests/local/utils
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.3.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 7afc6b3 - Browse repository at this point
Copy the full SHA 7afc6b3View commit details
Commits on Mar 22, 2024
-
Add capability to define name of forcing variables in namelist.hrldas…
…; add optional snow to forcing
Configuration menu - View commit details
-
Copy full SHA for ecec5e9 - Browse repository at this point
Copy the full SHA ecec5e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 060de6b - Browse repository at this point
Copy the full SHA 060de6bView commit details -
WRF-Hydro now reads in LQFRC (liquid water fraction) when HRLDAS forc…
…ing is read in, currently occuring for forcing types 1,2,6 when READFORC_HRLDAS is called
Configuration menu - View commit details
-
Copy full SHA for 430f06a - Browse repository at this point
Copy the full SHA 430f06aView commit details -
the SNOW variable as well. The liquid water fraction is now used to set SNOWBL if SNOW is not present.
Configuration menu - View commit details
-
Copy full SHA for 6871aa5 - Browse repository at this point
Copy the full SHA 6871aa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6f5a4 - Browse repository at this point
Copy the full SHA fb6f5a4View commit details -
The forcing variables names that have been added to namelist.hrldas a…
…re now passed around to all other IO functions
Configuration menu - View commit details
-
Copy full SHA for 42114d7 - Browse repository at this point
Copy the full SHA 42114d7View commit details
There are no files selected for viewing