Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.mrao.cam.ac.uk/~bn204/alma/atmomodel.html
Дата изменения: Mon Apr 4 13:47:51 2016
Дата индексирования: Sun Apr 10 05:56:47 2016
Кодировка: ISO8859-5
Atmospheric Modelling for ALMA — Bojan Nikolic web pages (r. 329)

Atmospheric Modelling for ALMAТЖ

ATM and AATMТЖ

What is ATM?ТЖ

ATM is a library of routines for modelling transmission of cm/mm/sub-mm wavelength radiation through the Earths atmosphere. It is designed to simulate both the absorption/emission of radiation and the dispersion (i.e., the frequency dependent refractive index of the atmosphere).

It is authored and maintained by Juan Pardo: see this home page.

What is the relationship between ALMA and ATM?ТЖ

ATM will be used in certain calibration procedures of ALMA.

What is AATM?ТЖ

AATM is a re-packaging of the version of ATM as used by the ALMA online calibration software “TelCal”. The aim is to track the official version in the CVS repository very closely.

Why AATM?ТЖ

The main reason for AATM is to bring the version of ATM used by ALMA to an as wide an audience as possible.

I hope this will be useful to both third parties for their own research and to us by allowing much more intense testing than we can do and by hearing from the community about any flaws or problems with the software. If you do find flaws please do write to me or somebody within the ALMA project.

The AATM package adds following small features to the CVS version of ATM to allow it to be better used by the public:

  • Packaging and public distribution as standard ”.tar.gz” source packages
  • Clear, public, version numbering
  • A modern autoconf/automake based build and installation system
  • Reworked, hopefully clearer, example programs

But to re-iterate the basic library code is exactly the same as what is in the CVS repository.

Why “A”ATM?ТЖ

ATM is a package most recently maintained and developed by Juan Pardo. I wanted to have a slightly different name in case Juan wants to release code under name “ATM” and then we have a name clash.

LicenseТЖ

AATM is released to the public under the Gnu General Public License Version 3. The terms of the licence are described in file COPYING – please respect them.

AATM DownloadТЖ

Current version: V0.5ТЖ

This version is available at:

https://launchpad.net/aatm/trunk/0.5/+download/aatm-0.5.tar.gz

Previous version: V0.4.3.1ТЖ

This version is available at:

http://launchpad.net/aatm/trunk/0.4.3.1/+download/aatm-0.4.3.1.tar.gz

Previous version: V0.4.1ТЖ

This version is available at:

http://launchpad.net/aatm/trunk/0.4.1/+download/aatm-0.4.1.tar.gz

Previous version: V0.4ТЖ

This version is available at:

http://launchpad.net/aatm/trunk/0.4/+download/aatm-0.4.tar.gz

Previous version: V0.3ТЖ

This version is available at:

http://launchpad.net/aatm/trunk/0.3/+download/aatm-0.3.tar.gz

The aim of this version is to achieve good synchronisation with the versioning of ATM as used inside TELCAL. This version of AATM therefore corresponds exactly to version on ATM-0_3_0 branch of the CVS, and will (I believe) be the same as what is used in ALMA 7.1.

Previous version: V0.2ТЖ

This version is available at: http://launchpad.net/aatm/trunk/0.2/+download/aatm-0.2.tar.gz

Previous version: V0.1ТЖ

http://launchpad.net/aatm/trunk/0.1/+download/aatm-0.1.tar.gz. Please note this is a BETA version.

NEWS file extract:

Version 0.1
-----------

Improvements:

* Test programs dispersive and absorption now take into account the
  non-linearity in conversion of pwv to relative humidty. This
  resolves a small (~1%) problem with derivatives of path/absorption
  at high relative humidities.

* Test program "dispersive" now prints results with higher precision
  to allow more accurate derivative calculations


UPSTREAM TRACKING:

* ATMTemperature takes Faranhait as units (?)

* When fitting for coupling, there is a check that it doesn't exceed 1

* Removal of some dead code

* A number of functions in ATMProfile have been moved out-of-line and
  into the implementation file

* Algorigthm changes in ATMProfile

* Constructor in ATMPercent.cpp changed to reckognise the word "percent"

* Constructor in ATMOpacity changed to reckognise words neper

* Chnages to contructors in ATMLength

Previous version: V0.09ТЖ

Previous V0.09 version of AATM: http://launchpad.net/aatm/trunk/0.09/+download/aatm-0.09.tar.gz. Please note this is a BETA version

This version has been released to work around a compiler bug on i686-apple-darwin9-g++-4.0.1.

NEWS file extract:

Version 0.09
------------

Bug fixes:

* On certain compilers static const memebers in SMATest were not being
  compiled correctly, so replaced them with non-static members

Previous version: V0.08ТЖ

This is version V0.08 of AATM: http://launchpad.net/aatm/trunk/0.08/+download/aatm-0.08.tar.gz

NEWS file extract:

Version 0.08
------------

UPSTREAM TRACKING:

Synchronised with the current version of ATM in the ALMA CVS
Trunk. Some changes that occurred due to this synchronisation:

* Some function names with "Wet" in their name changed to "H2O" in
  their name.

* File "ATMTypeName.h" has been removed -- no more class AtmosphereType

* Files ATMAtmosphereType.h and ATMAtmosphereType.cpp have been removed

* Fiels ATMType.h and ATMType.cpp have been removed

* Atmosphere types are now specified by an unsigned integer *only*.
  See AtmProfile::getAtmosphereType() for descriptions.

OTHER CHANGES:

* Improvements to the test programs "dispersive" and "absorption"

Previous version: V0.07ТЖ

AATM V0.07: aatm-0.07

NEWS file extract:

Version 0.07
------------

Building:

* Use more modern boost autoconf macros which should make it easier to
  build on a variety of plotforms.

Previous version V0.06ТЖ

AATM V0.06: aatm-0.06. Please note this is a BETA version.

Previous version: V0.05ТЖ

The current version of AATM is V0.05: aatm-0.05. Please note this is a BETA version.

This is the first public release