Skip to content

Console Output

The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/wrf.git
 > git init /home/jenkins/workspace/wrf_clubb_plot_ifort # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision dbe4f0bc4ea17eab33036d8adf5a60ec74864406 (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 26644de2ea83ee6335b273f54dd57afc8f6f4b0c Author: Gunther Huebler Date: Thu Oct 2 15:55:29 2025 -0500 thlm_ed and rtm_ed caused GPU errors since those variables were added to a acc loop, but never added to the acc data statement. This change makes it so they're only calculated on the CPU, since they are only used for stats, fixing the issue without adding the GPU memory footprint."
 > git config remote.origin.url https://github.com/larson-group/wrf.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dbe4f0bc4ea17eab33036d8adf5a60ec74864406 # timeout=10
 > git rev-list --no-walk 07acaf17ed5e70d6886f2080bd303321dfd1982a # timeout=10