!================================================================= ! Parameter file for dataio.f. ! ! Separated from the main routine to allow one-time maintenance ! of the values. This entire file is included in any subroutine ! that needs any of these parameters. !================================================================= !----------------------------------------------------------- ! numTau is the number of synoptic periods ahead for which ! tropical cyclone position forecasts are done at a ! single forecast time, at this writing, ten. For ! all aids except cliper-120 the taus are 12, 24, ! 36, 48, and 72. Only the first five taus are used. ! For cliper-120 the taus are 12, 24, 36, 48, 60, ! 72, 84, 96, 108, and 120. All ten taus are used. !----------------------------------------------------------- integer, parameter :: numTau = 10 !-------------------------------------------------------- ! newNumTau is used for the newWriteAidRcd routine. This ! includes the above mentioned forecast periods ! and also include tau 0. So the taus are: ! 0, 12, 24, 36, 48, 60, 72, 84, 96, ! 108, 120, 132, 144, 156, 168 hours. ! Expanded to include six and seven days... ! - Sampson, Nov 2009 !-------------------------------------------------------- integer, parameter :: newNumTau = 15 !-------------------------------------------------------- ! llw is the second dimension of the ltlnwnd array. ! This is for the lat, lon and wind. !-------------------------------------------------------- integer, parameter :: llw = 3 !-------------------------------------------------------------- ! llwx is the expanded 2nd dimension of the ltlnwnd array. ! This is for the lat, lon and wind... for GPCE-AX. !-------------------------------------------------------------- integer, parameter :: llwx = 9