49// = {1.2e13,(EarthModel::R_EARTH-4.0E4)*(EarthModel::R_EARTH-4.0E4),EarthModel::R_EARTH*EarthModel::R_EARTH}; // average radii of boundaries between earth layers
50
51doublevolume; // sums the volume of medium (ice or salt)
52doubleice_area; // sums the area of the earth's surface that has antarctic ice underneath
113staticconstdoubleCOASTLINE; // if the rf leaves from beyond this "coastline" (in degrees of latitude relative to south pole) it's not in antarctica. Real coastline is always closer than this.
114
115// parameters of the Crust 2.0 earth model
116static constexpr intNLON=180; // number of bins in longitude for crust 2.0
117static constexpr intNLAT=90; // number of bins in latitude
118static constexpr intNPHI=180; // bins in longitude for visible ice in horizon
119staticconstdoubleMAXTHETA; // maximum value of theta in degrees in polar coordinates
120doublethetastep; // how big do you step in theta-> always 2deg with Crust 2.0
121doublephistep; // how big do you step in phi->always 2deg in Crust 2.0
131doublegeoid[NLAT]; // realistic shape of earth-radius at each latitude (in meters)
132doubleMIN_ALTITUDE_CRUST; // maximum depth of crust- determines when to start stepping
133//double MAX_VOL; // maximum volume of ice in a bin in Crust 2.0 - not used
134doubleelevationarray[NLON][NLAT]; // If no water, measures the elevation (relative to geoid, in meters) of the top of the ice or rock (i.e., air interface). If there is water, measures elevation to bottom of water. (There may or may not be ice on top of the water.)
163VectorPickPosnuForaLonLat(double lon,double lat,double theta,double phi); // given that an interaction occurs at a lon and lat, pick an interaction position in the ice
164
165 }; //class EarthModel
166
167
168 constexpr doubledensities[3]={14000.,3400.,2900.}; // average density of each earth layer
169
170#endif
Generated on Sat Nov 15 2014 22:18:21 for icemc by 1.8.3.1