I am trying to build WRFDA after successfully building WRF and WPS. I've set CRTM=1 for environment setting and not using RTTOV. The part where the error is in the entire error message is the following..
Seems like da_control.mod is not generated during the compilation..
Code:
gen_be_stage0_gsi.f:15:7:
use da_control, only : num_fft_factors, pi, stdout, stderr, &
1
Fatal Error: Can't open module file 'da_control.mod' for reading at (1): No such file or directory
compilation terminated.
gen_be_stage0_wrf.f:17:7:
use da_control, only : num_fft_factors, pi, stdout, stderr, &
1
Fatal Error: Can't open module file 'da_control.mod' for reading at (1): No such file or directory
compilation terminated.
Seems like da_control.mod is not generated during the compilation..