projects/erg/ground/radar/superdarn/sdaacgmlib/
aacgmmlt.pro
FUNCTION aacgmmlt :PURPOSE: A wrapper procedure to choose AACGM DLM or IDL-native routines to convert a AACGM longitude to AACGM MLT. Please be aware that this wrapper works with AACGM DLM of ver. 4.0 or older, in which AACGM_MLT() uses year and second of year (+ mlon) as arguments. The wrapper procedures/functions check !sdarn.aacgm_dlm_exists (if not defined, then define it by sd_init) to select appropriate AACGM routines (DLM, or IDL native ones attached to TDAS). :AUTHOR: Tomo Hori (E-mail: horit@stelab.nagoya-u.ac.jp) :Params: yr: 4-digit year for which MLT is calculated. t0: Second of year for which MLT is calculated. mlon: AACGM longitude to be converted to MLT. :Examples: mlt = aacgmmlt( yr, t0, mlon ) :HISTORY: 2011/10/04: created and got through the initial bug fixes $LastChangedBy: crussell $ $LastChangedDate: 2013-03-21 10:10:35 -0700 (Thu, 21 Mar 2013) $ $LastChangedRevision: 11857 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/erg/ground/radar/superdarn/sdaacgmlib/aacgmmlt.pro $
Routines
File attributes
Modification date: | Thu Feb 13 16:43:07 2014 |
Lines: | 16 |