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_silhs_parallel_ifort # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
 > 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 850b6c69edb39c9a47b7edf85bce3deca07b0cc8 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 850b6c69edb39c9a47b7edf85bce3deca07b0cc8 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 54063504021c09c54346da26e76e5888b2f50fe2 Author: domkesteffen Date: Tue Nov 14 15:39:40 2023 -0600 BIT_CHANGING! Updated taus code calculations - CLUBB ticket #1115 (#1125) - Changed invrs_tau_xp2/wp2 calculations to match the wpxp calculation:    Those now have a brunt_freq_pos and a brunt_freq_out_cloud term - Changed tmp_calc magic number from .007 to .001 - Changed upper clipping bound for Ri_zm from 12 to 2 in invrs_tau_wpxp calculation - Reversed accidental changes to input_misc/tuner/error_four_cases.in"
 > git rev-list --no-walk 13782ab5a0bb23f6bae9adeebc3d4c8b73fd3f6d # timeout=10