Skip to content

Vertical Regridding in ExtData2G

Ben Auer edited this page Apr 3, 2025 · 34 revisions

Introduction

Start at version x.y.z of MAPL ExtData will support vertical regridding of inputs in very specific cases. The details of this will be described in detail in this wiki page. Note that I will make several references to the CF conventions. Here are the relevant links:

Vertical Coordinates

Hybrid Sigma Levels

Cell Boundaries for Hybrid Sigma Levels

Supported Use Cases

The first implementation supports regridding from one set of GEOS hybrid sigma levels (as defined in the input files) to another set of hybrid sigma levels (as defined by the model).

In addition this is only supported for quantities in the following units mol mol-1, kg kg-1, and kg m-2. In addition all these can be be per second, I.E. kg m-2 s-1 or mol mol-1 s-1. Note that the input files and the units in the GEOS fields being delivered to ExtData must agree.

Prerequisites

In order to enable vertical regridding, several conditions must be true.

ExtData Must Import PLE and Q

To regrid in the vertical ExtData needs the 3D edge pressures imported from dynamics. In addition volume mixing regridding requires the specific humidity from the moist component. To do this add the following to the CAP.rc, NOTE, NO SPACES BEFORE OR AFTER THE COMMA:

EXTDATA_IMPORTS:
PLE,DYN
QV,MOIST
::

Enable Vertical Regridding

Files Must Have Proper Format

This is just that. The files must follow the conventions that will be laid out in the next section

File Format for Vertical Regridding

Clone this wiki locally