julian-lau
New member
Hello, everyone.
I'm new in WRF and I was trying to use the planetWRF which is based on WRF module. I use the planetWRF instead of WRF because I want to use it on Mars.
I configure and compile like this:
and
I checked the log file and here is the first error:
I guess the problem come from here but I don't know how to solve it.
Some of my information:
OS Information: Debian 5.4.19-1 (2020-02-13)
gcc: 9.3.0
gfortran: 9.3.0
netcdf : 4.6.0
openmpi: 2.1.0
attachment is my compile log and configure file. I hope someone can help me.
Thanks.
I'm new in WRF and I was trying to use the planetWRF which is based on WRF module. I use the planetWRF instead of WRF because I want to use it on Mars.
I configure and compile like this:
Code:
./configure mars
Code:
./compile em_global_mars >& log.compile
I checked the log file and here is the first error:
Code:
module_stoch.f90:216:28:
216 | call random_seed(put=iseed(1:18))
| 1
Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (18/33)
make[2]: [../configure.wrf:319: module_stoch.o] Error 1 (ignored)
I guess the problem come from here but I don't know how to solve it.
Some of my information:
OS Information: Debian 5.4.19-1 (2020-02-13)
gcc: 9.3.0
gfortran: 9.3.0
netcdf : 4.6.0
openmpi: 2.1.0
attachment is my compile log and configure file. I hope someone can help me.
Thanks.