INTERFACE:
subroutine read_data()
IMPLICIT NONE
DESCRIPTION:
Reads the relevant variables from the NetCDF file. Interpolates to the model grid if necessary. After a call to this routine updated versions of either variables used for calculating stresses and fluxes or directly the stresses/fluxes directly are available to do_meteo. REVISION HISTORY:
See module for log.LOCAL VARIABLES:
integer :: i1,i2,istr,j1,j2,jstr
integer :: i,j,err
REALTYPE :: angle,uu,vv,sinconv,cosconv