Compiling error on WRFDA4.2

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

zhuming

New member
I can compile WRFDA v4.2 for 3DVar, but I got error while compiling w/ 4DVar:

da_wrfvar.exe is not created. Below is the error messages:

mpif90 -f90=ifort -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -r8 -real-size `expr 8 \* 8` -i4 -I/gpf

s/fs1/work/zhuming/github_clone/WRFPLUS/dyn_em -I/gpfs/fs1/work/zhuming/github_clone/WRFPLUS/main -I/gpfs/fs1/work/zhuming/github_clone/WRFPLUS/frame -I/g

pfs/fs1/work/zhuming/github_clone/WRFPLUS/share -I/gpfs/fs1/work/zhuming/github_clone/WRFPLUS/wrftladj da_4dvar.f

da_4dvar.f(193): error #6460: This is not a field name that is defined in the encompassing structure. [G_SCALAR]

head_grid%g_scalar = 0.0

-------------^

da_4dvar.f(194): error #6460: This is not a field name that is defined in the encompassing structure. [G_TKE_2]

head_grid%g_tke_2 = 0.0


Any helps would be appreciated, Thanks.
 
Back
Top