MONET-v1.0
收藏资源简介:
Initial applications of the Model and ObservatioN Evaluation Tool (MONET) v1.0. MONET was developed to evaluate the Community Multiscale Air Quality Model (CMAQ) for the NOAA National Air Quality Forecast Capability (NAQFC) modeling system. MONET is designed to be a modularized Python package for 1) pairing model output to observational data in space and time, 2) leveraging the pandas Python package for easy searching and grouping, and 3) analyzing and visualizing data. A convenient method for evaluating model output is introduced through this process. Data processed by MONET is easily searchable and can be grouped using meta-data found within the observational datasets. Included in the package are common statistical metrics (e.g. bias, correlation, and skill scores), plotting routines such as scatter plots, timeseries, spatial plots, and more. MONET is well modularized and effortlessly able to add further observational datasets and different models.
模型与观测评估工具(Model and ObservatioN Evaluation Tool,MONET)v1.0的初步应用。该工具专为评估NOAA国家空气质量预报能力(NAQFC)建模系统中的多尺度通用空气质量模型(Community Multiscale Air Quality Model,CMAQ)而开发。MONET是一款模块化Python软件包,旨在实现三大核心功能:1)将模型输出数据与观测数据进行时空匹配;2)依托Python的pandas数据分析库实现便捷的数据检索与分组操作;3)开展数据分析与可视化工作。本流程提出了一种便捷的模型输出评估方法。经MONET处理的数据可通过观测数据集内的元数据实现快速检索与分组。该软件包内置多种常用统计指标(如偏差、相关性与技能评分),并提供散点图、时间序列图、空间绘图等可视化脚本。此外,MONET具备良好的模块化特性,可轻松扩展接入更多观测数据集与不同模型。



