Browse Source

Added vert interpolation routines (untested)

main
Bill Ladwig 9 years ago
parent
commit
06a5f5b163
  1. 3
      wrf_open/var/src/python/wrf/var/wrfext.f90

3
wrf_open/var/src/python/wrf/var/wrfext.f90

@ -2128,7 +2128,8 @@ SUBROUTINE f_vintrp(datain,dataout,pres,tk,qvp,ght,terrain,&
IF (datain(i,j,1) .EQ. rmsg) THEN IF (datain(i,j,1) .EQ. rmsg) THEN
tempout(i,j) = rmsg tempout(i,j) = rmsg
GOTO 333 ! CYCLE !GOTO 333 ! CYCLE
CYCLE
END IF END IF

Loading…
Cancel
Save