I started to recompile WRF by following the steps in the following URL, I'm going to use 5 libiaries all the time without loading any compiler
cd Build_WRF
git clone --recurse-submodules GitHub - wrf-model/WRF: The official repository for the Weather Research and Forecasting (WRF) model
cd WRF
. /configure
Which of these numbers should I choose? I used to choose 32 and 0
Some people suggest 34 and 1
. /compile em_real >& log.compile
Attached is an error with log.compile that didn't succeed in generating 4 exes.
error: ld returned 1 exit status
I'm going to ask the forum about this, also I've heard that with RACC turned off, the next time I log in to compile WRF and WPS I need to reset the paths to netcdf etc?
Thank you for your help.
cd Build_WRF
git clone --recurse-submodules GitHub - wrf-model/WRF: The official repository for the Weather Research and Forecasting (WRF) model
cd WRF
. /configure
Which of these numbers should I choose? I used to choose 32 and 0
Some people suggest 34 and 1
. /compile em_real >& log.compile
Attached is an error with log.compile that didn't succeed in generating 4 exes.
error: ld returned 1 exit status
I'm going to ask the forum about this, also I've heard that with RACC turned off, the next time I log in to compile WRF and WPS I need to reset the paths to netcdf etc?
Thank you for your help.