INTERFACE:
subroutine init_temperature_field(hotstart)DESCRIPTION:
Initialise the temperature field as specified with temp_method and exchange the HALO zones
USES:
IMPLICIT NONEINPUT PARAMETERS:
logical, intent(in) :: hotstartINPUT/OUTPUT PARAMETERS:
OUTPUT PARAMETERS:
LOCAL VARIABLES:
integer :: k,i,j,n
integer, parameter :: nmax=10000
REALTYPE :: zlev(nmax),prof(nmax)
integer :: status