Skip to content

Console Output

The recommended git tool is: git
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
 > 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
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision be4f797beb8a4c5ba31afa50248e783f3d89eac0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be4f797beb8a4c5ba31afa50248e783f3d89eac0 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 8572001d7a87cba485b292f57adfb7abc970e462 Author: Gunther Huebler Date: Fri Nov 22 04:21:52 2024 -0600 Multi col output update (#1211) * Multi_col output update to enable averaging over timesteps and outputting with single precision. This replaces the timestep batched output method used before, which was only noticably faster at low column numbers. This is technically BC (edited during merge, PR no longer BC), because the single precision output will be interpretted as different from the current double precision output."
 > git rev-list --no-walk 2badf79d0d72c1f557ee2584010911a7d657e808 # timeout=10