Greetings WRF Help,
I wanted to potentially bring to the collective attention, and request some help in debugging an issue I have been having with compiling WRF in SCM.
Initial information:
GNU/Linux 4.15.0-39-generic
gcc version 7.3.0
ubuntu 18.04 LTS
All running in an oracle virtual box.
If I do a clean configure and compile for WRF, on the first compile I will receive build errors. WRF is unable to produce ideal.exe and wrf.exe. The only error that appears seems to be similar to the known error reported on June 8 of this year as reported in the following link:
http://www2.mmm.ucar.edu/wrf/users/wrfv4.0/known-prob-4.0.html
My experienced error:
Strangely though, on a second clean and compile, it outputs both ideal.exe and wrf.exe.
There were problems after this however. Attempting to run ideal brought up errors about the number of soil layers being incorrect, saying the "LSM only uses 4 layers" which is what the input_soil file had.
Restoring older release versions of both the namelist.input and input_soil file seemed to rectify this as now ideal and wrf both run in the test case. The versions appear identical, so I truly do not know what this alleviated.
Sorry for being light on the exact details. I didn't bother to archive any of the error files I produced. I hope the information provided is helpful, and not too stream of consciousness.
I do not know if the build and runtime errors are linked, so my apologies if those are orthogonal.
I am very much a novice WRF user, and I hope I have communicated these issues effectively.
Thanks,
-StatPat
I wanted to potentially bring to the collective attention, and request some help in debugging an issue I have been having with compiling WRF in SCM.
Initial information:
GNU/Linux 4.15.0-39-generic
gcc version 7.3.0
ubuntu 18.04 LTS
All running in an oracle virtual box.
If I do a clean configure and compile for WRF, on the first compile I will receive build errors. WRF is unable to produce ideal.exe and wrf.exe. The only error that appears seems to be similar to the known error reported on June 8 of this year as reported in the following link:
http://www2.mmm.ucar.edu/wrf/users/wrfv4.0/known-prob-4.0.html
My experienced error:
Code:
module_ra_rrtmg_swk.f90:4161:0:
use rrsw_vsn_k, only: hvrini, hnamini
internal compiler error: in gfc_trans_use_stmts
## ADDED: cannot recall the remainder and closed the log before drafting the email
Strangely though, on a second clean and compile, it outputs both ideal.exe and wrf.exe.
There were problems after this however. Attempting to run ideal brought up errors about the number of soil layers being incorrect, saying the "LSM only uses 4 layers" which is what the input_soil file had.
Restoring older release versions of both the namelist.input and input_soil file seemed to rectify this as now ideal and wrf both run in the test case. The versions appear identical, so I truly do not know what this alleviated.
Sorry for being light on the exact details. I didn't bother to archive any of the error files I produced. I hope the information provided is helpful, and not too stream of consciousness.
I do not know if the build and runtime errors are linked, so my apologies if those are orthogonal.
I am very much a novice WRF user, and I hope I have communicated these issues effectively.
Thanks,
-StatPat