While compiling WRFV3.9 code on Ubuntu 18.04 LTS with GNU gfortran version 7.4.0, it was not successfully creating the wrf.exe, real.exe, ndown.exe and tc.exe files. The following error messages are appeared during the compilation.
Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (12/33)
module_cu_g3.f90:3221:41:
call random_seed (PUT=seed)
1
Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (12/33)
module_cu_g3.f90:3236:41:
call random_seed (PUT=seed)
1
Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (12/33)
Command exited with non-zero status 1
0.08user 0.00system 0:00.09elapsed 100%CPU (0avgtext+0avgdata 24992maxresident)k
0inputs+8outputs (0major+6779minor)pagefaults 0swaps
../configure.wrf:341: recipe for target 'module_cu_g3.o' failed
make[3]: [module_cu_g3.o] Error 1 (ignored)
.........................................................
.........................................................
Fatal Error: Can't open module file ‘module_cu_g3.mod’ for reading at (1): No such file or directory
compilation terminated.
Command exited with non-zero status 1
0.54user 0.00system 0:00.55elapsed 100%CPU (0avgtext+0avgdata 50400maxresident)k
0inputs+8outputs (0major+15464minor)pagefaults 0swaps
../configure.wrf:533: recipe for target 'module_physics_init.o' failed
make[3]: [module_physics_init.o] Error 1 (ignored)
Appreciate any help and suggestions on these errors and solve it for successful compilation.
The compile.log and configure.wrf files are attached here for your reference and diagnosis.
Thanks
Dipak
Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (12/33)
module_cu_g3.f90:3221:41:
call random_seed (PUT=seed)
1
Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (12/33)
module_cu_g3.f90:3236:41:
call random_seed (PUT=seed)
1
Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (12/33)
Command exited with non-zero status 1
0.08user 0.00system 0:00.09elapsed 100%CPU (0avgtext+0avgdata 24992maxresident)k
0inputs+8outputs (0major+6779minor)pagefaults 0swaps
../configure.wrf:341: recipe for target 'module_cu_g3.o' failed
make[3]: [module_cu_g3.o] Error 1 (ignored)
.........................................................
.........................................................
Fatal Error: Can't open module file ‘module_cu_g3.mod’ for reading at (1): No such file or directory
compilation terminated.
Command exited with non-zero status 1
0.54user 0.00system 0:00.55elapsed 100%CPU (0avgtext+0avgdata 50400maxresident)k
0inputs+8outputs (0major+15464minor)pagefaults 0swaps
../configure.wrf:533: recipe for target 'module_physics_init.o' failed
make[3]: [module_physics_init.o] Error 1 (ignored)
Appreciate any help and suggestions on these errors and solve it for successful compilation.
The compile.log and configure.wrf files are attached here for your reference and diagnosis.
Thanks
Dipak