I need RIP to postprocess WRFoutputs.
when I use "./configure", the result is as below
I intensively appreciate if any one help me.
please help me to solve this problem.
I think path of NCARG_ROOT is OK.
Because, Test of Below is OK
Test NCL by 3tests
ncl -V
ncl $NCARG_ROOT/lib/ncarg/nclex/gsun/gsun02n.ncl
ncl $NCARG_ROOT/lib/ncarg/nclex/nug/NUG_multi_timeseries.ncl
ーーーーーーーーthe result of ./configureーーーーーーーーーーーーーーーー
The Fortran compiler, gfortran is not consistent with the version of NCAR Graphics.
Using NCAR Graphics in /home/koshiy/miniconda3/envs/ncl_stable
Will use NETCDF in dir: /home/koshiy/wrf/Build_WRF/LIBRARIES/netcdf
./configure: line 164: ncargversion: command not found
sw_ncarg_version =
library = -lgfortran -lgcc
------------------------------------------------------------------------
Please select from among the following supported platforms.
1. PC Linux i486 i586 i686 x86_64, PGI compiler
2. PC Linux i486 i586 i686 x86_64, g95 compiler
3. PC Linux i486 i586 i686 x86_64, gfortran compiler
4. PC Linux i486 i586 i686 x86_64, Intel compiler
Enter selection [1-4] : 3
------------------------------------------------------------------------
Configuration successful. To build RIP4, type: compile
------------------------------------------------------------------------
Testing compatability of compiler and libraries
COMPILER is gfortran
LOCAL_LIBS are -L/usr/X11R6/lib64 -lX11
NCARGLIBS are -L${NCARG_ROOT}/lib -lncarg -lncarg_gks -lncarg_c -lX11 -lXext -lpng -lz -lgfortran -lgcc
The Fortran compiler, gfortran is not consistent with the version of NCAR Graphics.
error in configuring RIP
Re: error in configuring RIP
Hello,
I have run into this problem installing other post processors for WRF but not with RIP.
Did you install NCL using conda or through a .tar file?
What is happening is the NCL and your RIP gfortran libraries are different. One is older then the other.
IF you used conda to install NCL open conda and try to install RIP again INSIDE the conda environment. This will fix the error of different gfortran libraries being used.
I have run into this problem installing other post processors for WRF but not with RIP.
Did you install NCL using conda or through a .tar file?
What is happening is the NCL and your RIP gfortran libraries are different. One is older then the other.
IF you used conda to install NCL open conda and try to install RIP again INSIDE the conda environment. This will fix the error of different gfortran libraries being used.