#include "cddefines.h"
#include "path.h"
Go to the source code of this file.
Defines | |
#define | LOCAL_DATA_PATH "/u/home1/gary/cloudy/current/data/" |
Variables | |
char | chDataPath [FILENAME_PATH_LENGTH] = LOCAL_DATA_PATH |
bool | lgDataPathSet = true |
define LOCAL_DATA_PATH "XXXX"
below, so the code is set up so that data will be automatically located. "XXXX" gives the location of the data files on your computer.
This can also be set by using an argument to the compiler. That is discussed on the web site at https://cloud9.pa.uky.edu/trac/cloudy/wiki/EditPath
The data path can also be set by the CLOUDY_DATA_PATH shell variable, but it is generally better to provide the permanent location at compile time by editing LOCAL_DATA_PATH below.
Definition in file path.cpp.
#define LOCAL_DATA_PATH "/u/home1/gary/cloudy/current/data/" |
char chDataPath[FILENAME_PATH_LENGTH] = LOCAL_DATA_PATH |
path to subdir where ancillary data lives
Definition at line 53 of file path.cpp.
Referenced by AtlasInterpolate(), atmdat_readin(), AtmospheresAvail(), Badnell_rec_init(), cdGetLineList(), cdInit(), ContBandsCreate(), CoStarInterpolate(), FeIIBandsCreate(), FeIICreate(), FillGFF(), GetStandardHeLines(), GridInterpolate(), H2_Read_hminus_distribution(), H2_ReadCollRates(), H2_ReadDissprob(), H2_ReadEnergies(), H2_ReadTransprob(), HeCreate(), HelikeRecombSetup(), HelikeTransProbSetup(), HyperfineCreate(), t_yield::init_yield(), Kurucz79Interpolate(), mie_read_opc(), MihalasInterpolate(), OpacityCreateAll(), ParseInit(), ParsePrint(), path_not_set(), RauchInterpolateHCa(), RauchInterpolateHelium(), RauchInterpolateHNi(), RauchInterpolateHpHe(), RauchInterpolateHydr(), RauchInterpolatePG1159(), read_continuum_mesh(), read_hm05(), t_ADfA::t_ADfA(), t_hydrobranch::t_hydrobranch(), TlustyInterpolate(), WernerInterpolate(), and WMBASICInterpolate().
bool lgDataPathSet = true |
true if path is set by entering a string in path.cpp, false if path is not known
Definition at line 55 of file path.cpp.
Referenced by AtlasInterpolate(), atmdat_readin(), AtmospheresAvail(), Badnell_rec_init(), cdGetLineList(), cdInit(), ContBandsCreate(), CoStarInterpolate(), FeIIBandsCreate(), FeIICreate(), FillGFF(), GetStandardHeLines(), GridInterpolate(), H2_Read_hminus_distribution(), H2_ReadCollRates(), H2_ReadDissprob(), H2_ReadEnergies(), H2_ReadTransprob(), HeCreate(), HelikeRecombSetup(), HelikeTransProbSetup(), HyperfineCreate(), t_yield::init_yield(), Kurucz79Interpolate(), mie_read_opc(), MihalasInterpolate(), OpacityCreateAll(), ParseInit(), ParsePrint(), path_not_set(), RauchInterpolateHCa(), RauchInterpolateHelium(), RauchInterpolateHNi(), RauchInterpolateHpHe(), RauchInterpolateHydr(), RauchInterpolatePG1159(), read_continuum_mesh(), t_ADfA::t_ADfA(), t_hydrobranch::t_hydrobranch(), TlustyInterpolate(), WernerInterpolate(), and WMBASICInterpolate().