Code Monkey home page Code Monkey logo

interfacer989 / cmaq Goto Github PK

View Code? Open in Web Editor NEW

This project forked from usepa/cmaq

0.0 0.0 0.0 88.27 MB

Code base for the U.S. EPA’s Community Multiscale Air Quality Model (CMAQ). For additional background on CMAQ please visit: www.epa.gov/CMAQ

License: MIT License

Shell 2.46% C++ 0.03% Python 0.01% C 0.02% Fortran 96.95% TeX 0.02% SystemVerilog 0.02% Makefile 0.11% Jupyter Notebook 0.23% Asymptote 0.06% NASL 0.03% Visual Basic 6.0 0.05%

cmaq's Introduction

CMAQv5.4

US EPA Community Multiscale Air Quality Model (CMAQ) Website: https://www.epa.gov/cmaq

DOI

CMAQ is an active open-source development project of the U.S. EPA's Office of Research and Development that consists of a suite of programs for conducting air quality model simulations. CMAQ is supported by the CMAS Center: http://www.cmascenter.org

CMAQ combines current knowledge in atmospheric science and air quality modeling with multi-processor computing techniques in an open-source framework to deliver fast, technically sound estimates of ozone, particulates, toxics, and acid deposition.

CMAQ version 5.4 Overview:

New features in CMAQ version 5.4 include:

  • Updated chemistry for ozone (O3) and particulate matter (PM) formation from global-to-local scales
  • Introduction of the Community Regional Atmospheric Chemistry Multiphase Model (CRACMM)
  • Biogenic emissions algorithm options have been expanded
  • Revised algorithms for modeling the dry deposition of particles from the atmosphere (M3DRY and STAGE updates)
  • Streamlined building of the coupled WRF-CMAQ system compatible with WRFv4.4+
  • Improved efficiency, accuracy, and user experience for CMAQ instrumented model extensions CMAQ-DDM-3D and CMAQ-ISAM
  • Expansion of emissions diagnostic output features
  • Introduction of a domain-wide Budget Reporting tool
  • Online integration of common pollutant post-processing tasks (i.e. output total PM2.5 mass and more directly!)
  • Community Contribution: Incorporation of the Two-Dimensional Volatility Bases Set (2D-VBS) chemical mechanism
  • See the full list of CMAQv5.4 updates on our new CMAQ Wiki page. CMAQv5.4 Updates

Important update for WRF-CMAQ users

A bug was identified within the CMAQ to WRF coupling routine (twoway_feedback.F90) where aerosol feedback information is transferred from CMAQ to WRF. In doing so, it was found that WRF was not receiving the correct aerosol feedback information due to a looping error relating to the number of layers set to 1 in some cases. The bug impacts the WRF-CMAQ coupled system in the CMAQv5.3 release series (v5.3, v5.3.1, v5.3.2, v5.3.3) when running with short wave radiative feedback. The bug was not present in prior WRF-CMAQ versions. The bugfix in CMAQv5.4 now correctly captures the variations in the aerosol optical properties and consequently the direct feedback effects through all layers. Users of WRF-CMAQ are strongly encouraged to update to CMAQv5.4.

Getting the CMAQ Repository

This CMAQ Git archive is organized with each official public release stored as a branch on the main USEPA/CMAQ repository. The most recently released version of the the model will always be on the branch called 'main'. To clone code from the CMAQ Git archive, specify the branch (i.e. version number) and issue the following command from within a working directory on your server:

git clone -b main https://github.com/USEPA/CMAQ.git CMAQ_REPO

CMAQ Repository Guide

Source code and scripts are organized as follows:

  • CCTM (CMAQ Chemical Transport Model): code and scripts for running the 3D-CTM at the heart of CMAQ.
  • DOCS: CMAQ User's Guide, developers guidance, and short tutorials.
  • PREP: Data preprocessing tools for important input files like initial and boundary conditions, meteorology, etc.
  • POST: Data postprocessing tools for aggregating and evaluating CMAQ output products (e.g. Combine, Site-Compare, etc)
  • PYTOOLS: Python pre- and postprocessing tools (currently this includes the DMSCHLO preprocessor)
  • UTIL: Utilities for generating code and using CMAQ (e.g. chemical mechanism generation)

Documentation

Code documentation is included within this repository (they are version-controlled along with the code itself).

CMAQ Test Cases

Benchmark/tutorial data for the CMAQv5.4 release are available from the CMAS Data Warehouse. The input and output files are stored on Google Drive and an annoymous FTP server. CMAQv5.4 comes with new input and output benchmark data for July 1-2, 2018 over the Northeast US (links provided below). Tutorials are provided for using the benchmark data to test running of the base CMAQ model, WRF-CMAQ, CMAQ-ISAM, and CMAQ-DDM-3D. The input datasets include a grid mask file for the United States (GRIDMASK_STATES_12SE1.nc). The grid mask file is used for running the new ISAM and DDM-3D test cases, or to test out regional emissions scaling with DESID. The input datasets also include an ocean file with new variables needed to use the cb6r5_ae7 and cb6r5m_ae7 mechanisms. See the Ocean File tutorial for more information on changes to the required ocean file input in v5.4.

CMAQ Version Data Type (Size) Domain Simulation Dates Data Access
v5.4 Input (10.3 Gb) Northeast US July 1 - 2, 2018 Google Drive Link
FTP Link
v5.4 Output (13.9 Gb) Northeast US July 1 - 2, 2018 Google Drive Link
FTP Link

User Support

EPA Disclaimer

The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.

cmaq's People

Contributors

bhutzell avatar bnmurphy avatar kmfoley avatar lizadams avatar havalapye avatar fisidi avatar dwongepa avatar cgnolte avatar tlspero avatar chogrefe avatar gxsarwar avatar rcboykin avatar mathurrohit avatar dkang2 avatar kfahey92 avatar jessebash avatar sergeynk avatar zacadelman avatar jpleim avatar deborahluecken avatar hforout avatar dschwede avatar barronh avatar jeff-willison avatar joellenb avatar coastwx avatar wkappel avatar mmallard avatar bryanplace avatar karlseltzer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.