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 5f44e28a5f21e54fb0ba1eec32e96abea321ea07 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5f44e28a5f21e54fb0ba1eec32e96abea321ea07 # timeout=10
Commit message: "Autoupdated stats Commit d4e06311a21b35319ff520a156da3f4e5ea21fa9 Author: Steffen Domke Date: Tue Dec 12 16:45:20 2023 -0600 Added new Brunt-Väisälä frequency plots to pyplotgen's VariableGroupTaus CLUBB ticket #1132, BIT_CHANGING because new output fields were added - Added 3 new Brunt-Väisälä output fields:     - bv_freq_sqd_smth: The smoothed bv_mixed which is used to calculate the invrs_taus     - bv_freq_pos: The positive part of the sqrt of bv_freq_sqd_smth     - bv_freq_out_cloud: The out-of-cloud part of bv_freq_pos - Added the plots of those fields to VariableGroupTaus"
 > git rev-list --no-walk 102288676ae3d9bc1d01f1b60a653d0926796ec8 # timeout=10