tudat-team / nrlmsise-00-feedstock

A conda-smithy repository for nrlmsise-00.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About nrlmsise-00-feedstock

Feedstock license: BSD-3-Clause

Home: https://www.brodo.de/space/nrlmsise/

Package license:

Summary: The NRLMSIS-00 empirical atmosphere model

The NRLMSIS-00 empirical atmosphere model was developed by Mike Picone, Alan Hedin, and Doug Drob based on the MSISE90 model.

The MSISE90 model describes the neutral temperature and densities in Earth's atmosphere from ground to thermospheric heights. Below 72.5 km the model is primarily based on the MAP Handbook (Labitzke et al., 1985) tabulation of zonal average temperature and pressure by Barnett and Corney, which was also used for the CIRA-86. Below 20 km these data were supplemented with averages from the National Meteorological Center (NMC). In addition, pitot tube, falling sphere, and grenade sounder rocket measurements from 1947 to 1972 were taken into consideration. Above 72.5 km MSISE-90 is essentially a revised MSIS-86 model taking into account data derived from space shuttle flights and newer incoherent scatter results. For someone interested only in the thermosphere (above 120 km), the author recommends the MSIS-86 model. MSISE is also not the model of preference for specialized tropospheric work. It is rather for studies that reach across several atmospheric boundaries. (quoted from http://nssdc.gsfc.nasa.gov/space/model/atmos/nrlmsise00.html)

Current build status

Azure
VariantStatus
linux_64 variant
osx_64 variant
osx_arm64 variant
win_64 variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing nrlmsise-00

Installing nrlmsise-00 from the tudat-team channel can be achieved by adding tudat-team to your channels with:

conda config --add channels tudat-team
conda config --set channel_priority strict

Once the tudat-team channel has been enabled, nrlmsise-00 can be installed with conda:

conda install nrlmsise-00

or with mamba:

mamba install nrlmsise-00

It is possible to list all of the versions of nrlmsise-00 available on your platform with conda:

conda search nrlmsise-00 --channel tudat-team

or with mamba:

mamba search nrlmsise-00 --channel tudat-team

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search nrlmsise-00 --channel tudat-team

# List packages depending on `nrlmsise-00`:
mamba repoquery whoneeds nrlmsise-00 --channel tudat-team

# List dependencies of `nrlmsise-00`:
mamba repoquery depends nrlmsise-00 --channel tudat-team

Updating nrlmsise-00-feedstock

If you would like to improve the nrlmsise-00 recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the tudat-team channel, whereupon the built conda packages will be available for everybody to install and use from the tudat-team channel. Note that all branches in the tudat-team/nrlmsise-00-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

About

A conda-smithy repository for nrlmsise-00.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CMake 90.7%Language:Batchfile 5.8%Language:Shell 3.5%