init_temperature_field - initialisation of temperature field

INTERFACE:

    subroutine init_temperature_field()
DESCRIPTION:

Initialise the temperature field as specified with temp_method and exchange the HALO zones USES:

    IMPLICIT NONE
INPUT PARAMETERS:
INPUT/OUTPUT PARAMETERS:
OUTPUT PARAMETERS:
LOCAL VARIABLES:
    integer                   :: k,i,j,n
    integer, parameter        :: nmax=10000
    REALTYPE                  :: zlev(nmax),prof(nmax)
    integer                   :: status