INTERFACE:
subroutine postinit_2d(runtype,timestep,hotstart) 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 2D variables to ensure that velocities are correctly set on land cells after read of a hotstart file. LOCAL VARIABLES:
integer :: i,j, ischange