Cannot Compile WRFDA

cce_space

New member
Good day,

I want to compile WRFDA by following this tutorial: Chapter 6: WRFDA. I am able to compile and build all of the executables, except for the da_wrfvar.exe.

Upon looking the compile logs, the reason is this line (and variations of it):

da_wrfvar_top.f:4223:101:

4223 | real ,DIMENSION(grid%sm31:grid%em31,grid%sm33:grid%em33,grid%sm32:grid%em32,num_irr_diag_mozcart) :: irr_diag_mozcart
| 1
Error: Symbol ‘num_irr_diag_mozcart’ at (1) has no IMPLICIT type; did you mean ‘irr_diag_mozcart’?

What could be causing this? I would guess that 'num_irr_diag_mozcart' should be defined somewhere, but it is either not compiled properly or is missing. I am attaching here the full compile logs as well.

I was compiling it on GNU Fortran 9.4.0.
 

Attachments

Back
Top