Hi everyone,
I am trying to compile WRFDA V4.0 using the ifort compiler with icc (dmpar) option and I am getting errors such:
a_synop.f(28): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [DA_PHYSICS]
use da_physics, only : da_sfc_pre, da_transform_xtopsfc, &
-------^
da_synop.f(28): error #6580: Name in only-list does not exist. [DA_SFC_PRE]
use da_physics, only : da_sfc_pre, da_transform_xtopsfc, &
Any idea of what could be the reason of such errors? [I have attached the configure.wrf file in case it could help to figure out what is going on]
Thanks in advance,
Diego
I am trying to compile WRFDA V4.0 using the ifort compiler with icc (dmpar) option and I am getting errors such:
a_synop.f(28): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [DA_PHYSICS]
use da_physics, only : da_sfc_pre, da_transform_xtopsfc, &
-------^
da_synop.f(28): error #6580: Name in only-list does not exist. [DA_SFC_PRE]
use da_physics, only : da_sfc_pre, da_transform_xtopsfc, &
Any idea of what could be the reason of such errors? [I have attached the configure.wrf file in case it could help to figure out what is going on]
Thanks in advance,
Diego