Hi,
I met an error when I compile wrf with tracer. I modify registry.EM and add these codes in solve_EM.F:
! Add in the Fukushima initial venting.
IF ( ( its .LE. 125 ) .AND. ( ite .GE. 124 ) .AND. &
( jts .LE. 89 ) .AND. ( jte .GE. 88 ) ) THEN
tracer(124:125,1:5,88:89,P_plume) = 1.
END IF
However, the error shows "This name does not have a type, and must have an explicit type. [P_PLUME]", do I need to define P_plume in advance?
Thanks,
Jun Hu
I met an error when I compile wrf with tracer. I modify registry.EM and add these codes in solve_EM.F:
! Add in the Fukushima initial venting.
IF ( ( its .LE. 125 ) .AND. ( ite .GE. 124 ) .AND. &
( jts .LE. 89 ) .AND. ( jte .GE. 88 ) ) THEN
tracer(124:125,1:5,88:89,P_plume) = 1.
END IF
However, the error shows "This name does not have a type, and must have an explicit type. [P_PLUME]", do I need to define P_plume in advance?
Thanks,
Jun Hu