FSU Fluxes Filenaming Conventions
Format = FSU_pppp_rrr_sssseeeev##$%&.nc
pppp = parameters
           flux - lat, lon, time, Wu (zonal pseudostress), Wv (meridional pseudostress), T_air,
                    q_air, SST, spd, TAU_u (zonal stress), TAU_v (meridional stress), LHF, SHF
            Tair - lat, lon, time, T_air
            qair - lat, lon, time, q_air
            ptau - lat, lon, time, Wu, Wv
            strs - lat, lon, time, TAU_u, TAU_v
            lhtf - lat, lon, time, LHF
            shtf - lat, lon, time, SHF
rrr = region
        atl - Atlantic
   
        ndn - Indian
        pac - Pacific
        
        glb - Global
ssss = 4 digit start year
eeee = 4 digit end year
v## = version
$%& = 3 different atributes describing data
       $ -  q = Quicklook
              r = Research
       % - m = monthly data
              c = climatology
              a = anomaly 
       & - f = filtered data (1-2-1)
             u = unfiltered data
Example:  FSU_flux_atl_19782003v30rmf.nc
This file contains research quality, filtered monthly flux data from 1978 through
December 2003 for the Atlantic Ocean.
Radiative Fluxes File Naming Conventions
FSU_ppp_rrr_mmssssnneeee$%&.nc
ppp = rad - lat,lon, time, date, SW_down (dwnwelling short-wave radiation), SW_up
           (upwelling short-wave radiation), LW_down (downwelling long-wave radiation),
            LW_up (upwelling long-wave radiation)
         swd - lat, lon, time, date, SW_down
         swu - lat, lon, time, date, SW_up
         lwd - lat, lon, time, date, LW_down
  
         lwu - lat, lon, time, date, LW_up
rrr = region
      atl - Atlantic
      ndn - Indian
      pac - Pacific
mm = 2 digit start month
ssss = 4 digit start year
nn = 2 digit end month
eeee = 4 digit end year
$, %, & = Same as above