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 22fe3bed4d4022b32fd050ca30f9da6396345ddd (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 22fe3bed4d4022b32fd050ca30f9da6396345ddd # timeout=10
Commit message: "Autoupdated tunable_parameters Commit 9e59dc4769f9362564a50e74dc1aa8301bf68b34 Author: domkesteffen Date: Tue Feb 18 07:06:49 2025 -0600 Set l_wp2_fill_holes_tke to true by default (#1226) This code change is BIT_CHANGING for extreme cases (e.g. TWP_ICE, LBA, ARM_97). Changed configurable_model_flags.in files and default value in model_flags.F90."
> git rev-list --no-walk 3bfdb42481f1b3a750db757632744274544b39fb # timeout=10