! Data store configuration file. ! ! redone 3 Jan 2000 for field version of zeb from kwajex if (getenv ("DATA_DIR") <> "UNDEFINED") set datadir getenv("DATA_DIR") else set datadir "/zd/pacs" endif ! ! Our data source, with directory constancy (DirConst) and no cache cleanup for ! unavailable files (RememberAll) ! source main directory #datadir DirConst false RememberAll true ! ! MIT radar data lives elsewhere ! !platdir mit_rad '/home/disk/archive/coare/cdf/ship/vickers' ! ! changed to revised electra track 17 Apr 1996 SEY ! !platdir n308d_dap 'n308d.tcwid !platdir n308d_dap_old 'n308d_dap' ! ! ecmwf_sfc uses the same files as ecmwf ! !platdir ecmwf_sfc 'ecmwf' endsource set host getenv("HOST") ! use classes for goes data 05 Dec 1997 class Satellite organization image filetype raster maxsamples 1 endclass instance Satellite goes9-ir4km ! added 13 Mar 1995 for testing platform bogus organization 3dgrid filetype netcdf maxsamples 1 endplatform !add platform for NSSL GOES data platform nssl_goes organization 3dgrid filetype netcdf maxsamples 1 endplatform platform cires_goes organization 3dgrid filetype netcdf maxsamples 1 endplatform platform cires_ssmi organization 3dgrid filetype netcdf maxsamples 1 endplatform ! Satellites ! ! new way of declaring satellite data 23 March 95 SEY !class Satellite ! organization image ! filetype raster ! maxsamples 1 !endclass !instance Satellite gms gms-big flament_ir !instance Satellite ssmi_s2 ssmi_s4 ssmi_s5 !instance Satellite goes-wv goes-ir ! ! Brightness temperatures are put in a separate platform because ! of a hard limit in the number of fields in a raster file. ! !instance Satellite ssmi_s2_tb ssmi_s4_tb ssmi_s5_tb ! shiptrack information platform brown_st organization scalar filetype netcdf mobile maxsample 200 endplatform platform brown_imet organization scalar filetype netcdf mobile maxsample 200 endplatform platform brown_ocean organization scalar filetype netcdf mobile maxsample 200 endplatform platform brown_rain organization scalar filetype netcdf mobile maxsample 200 endplatform platform brown_pcode organization scalar filetype netcdf mobile maxsample 200 endplatform !Hurricane track platform hurricane organization scalar filetype netcdf mobile maxsample 200 endplatform ! QCed time series data platform rhb_met organization scalar filetype netcdf mobile maxsample 8640 endplatform platform rhb_sea organization scalar filetype netcdf mobile maxsample 8640 endplatform platform rhb_nav organization scalar filetype netcdf mobile maxsample 8640 endplatform platform rhb_rain organization scalar filetype netcdf mobile maxsample 8640 endplatform platform rhb_rainsiphon organization scalar filetype netcdf mobile maxsample 8640 endplatform platform rhb_ratesiphon organization scalar filetype netcdf mobile maxsample 8640 endplatform ! R/V Brown radar data platform brown_3d organization 3dgrid filetype netcdf endplatform platform brown_lowprf organization 3dgrid filetype netcdf endplatform platform brown_hires organization 3dgrid filetype netcdf endplatform ! reprocessed R/V Brown radar data platform rhb_3d organization 3dgrid filetype netcdf endplatform platform rhb_lowprf organization 3dgrid filetype netcdf endplatform platform rhb_hires organization 3dgrid filetype netcdf endplatform platform brown_convsf organization 3dgrid filetype netcdf endplatform platform brown_rainmap organization 3dgrid filetype netcdf endplatform ! for tuning the convsf algorithm platform tune_convsf organization 3dgrid filetype netcdf endplatform platform tunea_convsf organization 3dgrid filetype netcdf endplatform ! ! ISSish stuff. Profiler and RASS are identical, but might as well keep ! them separate. ! class Profiler organization 1dgrid filetype netcdf maxsamples 100 daysplit endclass class RASS organization 1dgrid filetype netcdf maxsamples 100 daysplit endclass class Sounding organization scalar filetype netcdf maxsamples 5000 mobile endclass instance Sounding sounding/brown instance RASS rass/brown instance Profiler prof/brown_s prof/brown_915 prof/brown_915l ! make a separate platform for opra platform opra organization 1dgrid filetype netcdf maxsamples 1000 endplatform ! ! Single surface stations, for met measurements from IMET on ship ! class Surface organization scalar filetype netcdf maxsamples 720 endclass instance Surface surf/whoi_imet ! do the 9 separate rain gauges, and the 4 distrometers each as separate platforms !platform rain_sensor ! organization irgrid ! filetype netCDF ! maxsamples 720 ! composite !endplatform !subplatform rain_sensor brownjm1 brownjm2 brownjm3 brownjm4 browmjm5 brownjm6 !subplatform rain_sensor brownjm7 brownsti1 brownsti2 !subplatform rain_sensor nasa1dis nasa2dis swissdis germanrg germandis ! ! The null placeholder platform. ! platform null organization scalar filetype zeb endplatform ! ! ! class Track organization scalar filetype netcdf mobile maxsample 3600 endclass instance Track brown_track ! for scan optimizer platform boundary organization outline filetype zeb endplatform