INTERFACE:
subroutine get_meteo_data_ncdf(loop)
IMPLICIT NONE
DESCRIPTION:
Do book keeping about when new fields are to be read. Set variables used by do_meteo and finally calls read_data if necessary. INPUT PARAMETERS:
integer, intent(in) :: loopREVISION HISTORY:
See module for log.LOCAL VARIABLES:
integer :: i,indx
REALTYPE :: t
logical, save :: first=.true.
integer, save :: save_n=1
integer :: j,s
character(len=19) :: met_str