Skip to content

Commit

Permalink
Add some info to module docstring [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Mar 22, 2024
1 parent 9b1eb73 commit 903b759
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions monetio/models/icap_mme.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
"""
ICAP-MME
"`ICAP <https://aero.und.edu/atmos/icap/index.html>`__
(International Cooperative for Aerosol Prediction)
is an international forum for aerosol forecast centres,
remote sensing data providers and lead system developers
to share best practices and discuss pressing issues
facing the operational aerosol community."
The ICAP multi-model ensemble (ICAP-MME) is constructed from
the following aerosol forecast systems:
- ECMWF CAMS
- JMA MASINGAR
- NASA GEOS-5
- NRL NAAPS
- NOAA NGAC
- Météo‐France MOCAGE
- FMI SILAM
The C4C product is a core four multi-model consensus product,
including members that use MODIS total AOD in assimilation.
- ECMWF CAMS
- JMA MASINGAR
- NASA GEOS-5
- NRL NAAPS
The data is 6-hourly, each file including multiple time steps (e.g. 21 or 25).
Online visualizer: https://usgodae.org/metools/ensemble/
"""

import pandas as pd

valid_filetypes = ("MMC", "C4", "MME")
Expand Down

0 comments on commit 903b759

Please sign in to comment.