From b6ad858e2f3ee0ce2b228330633e907f78d95bfa Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Wed, 19 Jun 2024 23:32:24 +0000 Subject: [PATCH] Generate WRF build log. --- content/applications/app_specific/building_wrf.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/applications/app_specific/building_wrf.md b/content/applications/app_specific/building_wrf.md index eb456658..6ebb4962 100644 --- a/content/applications/app_specific/building_wrf.md +++ b/content/applications/app_specific/building_wrf.md @@ -284,7 +284,7 @@ This installation of NetCDF is 64-bit It will build in 64-bit -[demo01@c0604.crane WRFV3]$ ./compile em_real +[demo01@c0604.crane WRFV3]$ ./compile em_real | tee build.log 2>&1 None of WRF_EM_CORE, WRF_NMM_CORE, specified in shell environment.... copying Registry/Registry.EM to Registry/Registry @@ -539,7 +539,7 @@ NetCDF built with PnetCDF: no This build of WRF will use NETCDF4 with HDF5 compression ***************************************************************************** -[demo01@c0604.crane WRF]$ ./compile -j 1 em_real +[demo01@c0604.crane WRF]$ ./compile -j 1 em_real | tee build.log 2>&1 Neither WRF_EM_CORE nor WRF_PLUS_CORE are explicitly specified in shell environment.... copying Registry/Registry.EM to Registry/Registry @@ -669,7 +669,7 @@ This installation NetCDF is 64-bit C compiler is 64-bit Fortran compiler is 64-bit -[demo01@login.crane WPS]$ ./compile +[demo01@login.crane WPS]$ ./compile | tee build.log 2>&1 ============================================================================================== Version 4.4 @@ -797,7 +797,7 @@ This installation NetCDF is 64-bit C compiler is 64-bit Fortran compiler is 64-bit -[demo01@login.crane WPS]$ ./compile +[demo01@login.crane WPS]$ ./compile | tee build.log 2>&1 ============================================================================================== Version 4.4 -- GitLab