INTERFACE:
subroutine flux_from_meteo(jul,secs)DESCRIPTION:
For calc_fluxes=.true., this routine reads meteo data from meteo_file and calculates for each time step in meteo_file the fluxes of heat and momentum, and the long-wave back radiation by calling the routines humidity, back_radiation and airsea_fluxes, see sections section 5.3.1, section 5.3.2, and section 5.3.3, a wrapper routine for using the bulk fomulae from either Kondo (1975) or (). Afterwards, the airsea fluxes are interpolated to the actual time step of GOTM. Finally, the incoming short-wave radiation is calculated by using the interpolated cloud cover and the actual UTC time of GOTM, see the routine short_wave_radiation described in section 5.3.6.
USES:
IMPLICIT NONEINPUT PARAMETERS:
integer, intent(in) :: jul,secsREVISION HISTORY:
Original author(s): Karsten Bolding
See log for airsea module