Versions in this module Expand all Collapse all v1 v1.0.0 Jun 8, 2015 Changes in this version + const NH3ToN + const NOxToN + const NtoNH4 + const NtoNO3 + const SOxToS + const StoSO4 + var EmisNames = []string + type Cell struct + AOrgPartitioning float64 + Above []*Cell + AboveFrac []float64 + BOrgPartitioning float64 + Below []*Cell + BelowFrac []float64 + Cf []float64 + Ci []float64 + Dx float64 + DxMinusHalf []float64 + DxPlusHalf []float64 + Dy float64 + DyMinusHalf []float64 + DyPlusHalf []float64 + Dz float64 + DzMinusHalf []float64 + DzPlusHalf []float64 + East []*Cell + EastFrac []float64 + Geom geom.T + GroundLevel []*Cell + GroundLevelFrac []float64 + IAbove []int + IBelow []int + IEast []int + IGroundLevel []int + INorth []int + ISouth []int + IWest []int + KxxEast []float64 + KxxWest []float64 + Kxxyy float64 + KyyNorth []float64 + KyySouth []float64 + Kzz float64 + KzzAbove []float64 + KzzBelow []float64 + Layer int + M2d float64 + M2u float64 + MortalityRate float64 + NH3DryDep float64 + NHPartitioning float64 + NOPartitioning float64 + NOxDryDep float64 + North []*Cell + NorthFrac []float64 + OtherGasWetDep float64 + ParticleDryDep float64 + ParticleWetDep float64 + PopData map[string]float64 + Row int + S1 float64 + SClass float64 + SO2DryDep float64 + SO2WetDep float64 + SO2oxidation float64 + SPartitioning float64 + South []*Cell + SouthFrac []float64 + Temperature float64 + UMinusSpeed float64 + UPlusSpeed float64 + VMinusSpeed float64 + VOCDryDep float64 + VPlusSpeed float64 + Volume float64 + WMinusSpeed float64 + WPlusSpeed float64 + WebMapGeom geom.T + West []*Cell + WestFrac []float64 + WindSpeed float64 + WindSpeedInverse float64 + WindSpeedMinusOnePointFour float64 + WindSpeedMinusThird float64 + func (c *Cell) Chemistry(d *InMAPdata) + func (c *Cell) DryDeposition(d *InMAPdata) + func (c *Cell) Mixing(Δt float64) + func (c *Cell) UpwindAdvection(Δt float64) + func (c *Cell) WetDeposition(Δt float64) + type InMAPdata struct + Data []*Cell + Dt float64 + LayerEnd []int + LayerStart []int + Nlayers int + NumIterations int + func InitInMAPdata(filetemplate string, nLayers int, numIterations int, httpPort string) *InMAPdata + func (d *InMAPdata) CalcPlumeRise(stackHeight, stackDiam, stackTemp, stackVel float64, row int) (plumeRow int, err error) + func (d *InMAPdata) GetGeometry(layer int) []geom.T + func (d *InMAPdata) IntakeFraction(breathingRate float64) map[string]map[string]float64 + func (d *InMAPdata) Run(emissions map[string][]float64, outputAllLayers bool) (outputConc map[string][][]float64) + func (d *InMAPdata) VerticalProfile(variable string, lon, lat float64) (height, vals []float64) + func (d *InMAPdata) WebServer(httpPort string)