INTERFACE:
subroutine postinit_3d(runtype,timestep,hotstart)USES:
use domain, only: imin,imax,jmin,jmax, az,au,av IMPLICIT NONEINPUT PARAMETERS:
integer, intent(in) :: runtype REALTYPE, intent(in) :: timestep logical, intent(in) :: hotstartINPUT/OUTPUT PARAMETERS:
OUTPUT PARAMETERS:
DESCRIPTION:
This routine provides possibility to reset/initialize 3D variables to ensure that velocities are correctly set on land cells after read of a hotstart file. LOCAL VARIABLES:
integer :: i,j,rc