external/developers/solarwind/
solarwind_load_omni1h.pro
NAME: SOLARWIND_LOAD_OMNI1H PURPOSE: Plug-in subroutine for driver routine solarwind_load.pro provides solar wind (SW) data time-shifted to the bow-shock nose. Time resolution of data is fixed: 1 hour. SW data source: OMNI-2. Data is already time-shifted. In all cases of insufficient data, the code produces nominal static SW parameters, following SPDF standards. CATEGORY: Data Processing CALLING SEQUENCE: solarwind_load_omni1h,isomni1h,times,timee,swdata,dstout INPUTS: times : - start time (at the magnetopause) for SW data (double UNIX time or any other TDAS time format) timee : - end time, formatted as above KEYWORDS: None PARAMETERS: fill values taken from OMNI-2 web site OUTPUTS: isomni1h - 1 if OMNI-2 data are found and 0 otherwise swdata: | t | Dp | Bz | of IMF at the bow-shock nose - 2D double array (ntpoints,3) dst_out: | Dst | - Dst index on the 1-hour OMNI-2 time grid - double array (ntpoints) DEPENDENCIES: omni2_load.pro, get_data.pro, xclip.pro, xdegap.pro, xdeflag.pro, cotrans.pro. The code is a lowest-level part of LMN transform package. MODIFICATION HISTORY: Written by: Vladimir Kondratovich 2007/12/28. Modified by Vladimir Kondratovich 2008/03/31.
Routines
File attributes
Modification date: | Thu Feb 13 16:42:00 2014 |
Lines: | 93 |