/*! \file ionosphere.param \brief An example MIX code parameter file. \author Slava Merkin (vgm at bu.edu) \since August 2005 In this file, the parameters needed for running the ionospheric model are defined. The structure of the file should be as follows. There are a number of keywords (see below). There should necessarily be lines in the file, beginning with these keywords, followed, after an arbitrary number of blanks or a tab, by the parameter value. Any text is allowed after the parameter value in the same line, provided it is separated by an arbitrary number of blanks or a tab. Below is an example configuration (see Params.h for comments): \verbatim ============= INTERCOMM PARAMETERS ========================== XJD_NAME lfm-mix.xjd ============================================================= ================= IO PARAMETERS ============================= OUTPUT_FILE_PREFIX MIX FLUSH_FREQUENCY 50 ============================================================= ================= MHD MODEL PARAMETERS ====================== MHD_GRID_FILE_NAME LFM-para.hdf MHD_GRID_FILE_TYPE HDF ============================================================= ================= ITM MODEL PARAMETERS ====================== ITM_MODEL_TYPE TING ITM_GRID_FILE_NAME apex.dat ITM_GRID_FILE_TYPE 0 ============================================================= ================= LOCAL CONDUCTANCE MODEL PARAMETERS ======== EUV_MODEL_TYPE AMIE ALPHA 1.03 1.0332467 BETA 2.50 0.4362323 R 5.56e-2 8.3567956e-2 F107 226. PED_MIN 2. HALL_MIN 1. PED0 5. SIGMA_RATIO 1. CONST_SIGMA 0 ============================================================= \endverbatim */ PLEASE DO NOT CHANGE ANYTHING IN THIS FILE EXCEPT FOR THE PARAMETER VALUES IN THE LIST BETWEEN \verbatim and \endverbatim STATEMENTS. NEEDED FOR PROPER PARSING FOR DOCUMENTATION.