12 REAL, 
ALLOCATABLE, 
SAVE :: 
rlat(:), 
rlon(:)
 
   21   if (.not.
allocated(
rlat)) 
then 
   24     write(*,*) 
"phys_state_var_init: warning, rlat already allocated" 
real, dimension(:), allocatable, save rlon
 
real, dimension(:), allocatable, save rlat
 
subroutine phys_state_var_end
 
subroutine phys_state_var_init()