iasi

This repository provides a collection of codes for the analysis of remote sensing observations of EUMETSAT's Infrared Atmospheric Sounding Interferometer (IASI).

https://github.com/slcs-jsc/iasi

Science Score: 85.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 1 committers (100.0%) from academic institutions
  • Institutional organization owner
    Organization slcs-jsc has institutional domain (www.fz-juelich.de)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.6%) to scientific vocabulary

Keywords

atmospheric-science climate climate-science high-performance-computing meteorology remote-sensing
Last synced: 6 months ago · JSON representation ·

Repository

This repository provides a collection of codes for the analysis of remote sensing observations of EUMETSAT's Infrared Atmospheric Sounding Interferometer (IASI).

Basic Info
  • Host: GitHub
  • Owner: slcs-jsc
  • License: gpl-3.0
  • Language: C
  • Default Branch: master
  • Homepage:
  • Size: 26.3 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
atmospheric-science climate climate-science high-performance-computing meteorology remote-sensing
Created almost 4 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

IASI Code Collection

This repository provides a collection of codes for the analysis of observations of Eumetsat's Infrared Atmospheric Sounding Interferometer (IASI).

release (latest by date) commits since latest release (by SemVer) last commit top language code size repo size codacy codecov tests docs Ask DeepWiki license doi

Installation

This documentation describes the installation on a Linux system. A number of standard tools such as the GNU Compiler Collection (gcc) and 'make' are required for installation.

Start by downloading the source code from the git repository:

git clone https://github.com/slcs-jsc/gps

Change to the directory iasi/ which holds source codes, libraries, documentation, etc:

cd iasi

The GNU Scientific Library (https://www.gnu.org/software/gsl) is required for numerical calculations and the Unidata netCDF library (http://www.unidata.ucar.edu/software/netcdf) is needed for file-I/O. Furthermore, the CODA library (http://stcorp.nl/coda/) is required to read IASI data. Copies of these libraries can be found in the repository, if they are not available on your system. A script is provided to build the libraries:

cd lib
./build.sh

Next, change to the source directory and edit the Makefile according to your needs. In particular, check the paths to the libraries (INCDIR and LIBDIR). Then try to compile the code:

cd ../src
emacs Makefile
make

The binaries will be linked statically, i.e., they can be copied to other machines. Sometimes static compilations causes problems, in particular in combination with MPI. In this case remove the '-static' flag from the CFLAGS in the Makefile and compile again.

By default we use rather strict compiler warnings. All warning messages will be turned into errors and no binaries will be produced. This behavior is enforced by the flag '-Werror'.

The binaries will remain in the src/ directory.

Contact

We are interested in sharing the IASI code for research applications.

Please do not hesitate to contact us if you have any further questions:

Dr. Lars Hoffmann
Forschungszentrum Jülich
Jülich Supercomputing Centre
52425 Jülich
Germany

e-mail: l.hoffmann@fz-juelich.de

License

The IASI Code Collection is distributed under the GNU GPL v3. Software libraries distributed along with this software package may have their own licenses and copyrights, please see corresponding documentation.

Owner

  • Name: Simulation and Data Laboratory Climate Science
  • Login: slcs-jsc
  • Kind: organization
  • Email: slcs_jsc@fz-juelich.de
  • Location: Forschungszentrum Jülich, Germany

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: IASI Code Collection
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Lars
    family-names: Hoffmann
    email: l.hoffmann@fz-juelich.de
    affiliation: Forschungszentrum Jülich
    orcid: 'https://orcid.org/0000-0003-3773-4377'
identifiers:
  - type: doi
    value: 10.5281/zenodo.15867855
    description: Latest release on Zenodo.
  - type: url
    value: 'https://github.com/slcs-jsc/iasi'
    description: Software repository on GitHub.
abstract: >-
  This repository provides a collection of codes for the analysis of
  observations of Eumetsat's Infrared Atmospheric Sounding
  Interferometer (IASI).
keywords:
  - atmospheric science
  - remote sensing
  - infrared sounding
license: GPL-3.0

GitHub Events

Total
  • Release event: 2
  • Watch event: 1
  • Push event: 18
  • Create event: 3
Last Year
  • Release event: 2
  • Watch event: 1
  • Push event: 18
  • Create event: 3

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 9
  • Total Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Lars Hoffmann l****n@f****e 9
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/codecov.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v5 composite
.github/workflows/docs.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • mattnotmitt/doxygen-action v1.9.4 composite
  • peaceiris/actions-gh-pages v4 composite
.github/workflows/tests.yml actions
  • actions/checkout v4 composite