UPP (develop)
Loading...
Searching...
No Matches
INITPOST_MPAS.F File Reference

initpost_mpas() initializes UPP for MPAS / MPASSIT output More...

Go to the source code of this file.

Functions/Subroutines

subroutine initpost_mpas
 This routine initializes constants and variables when using UPP on MPAS model output.
 

Detailed Description

initpost_mpas() initializes UPP for MPAS / MPASSIT output

Author
Jaymes Kenyon (GSL)
Date
2024-08-30

Definition in file INITPOST_MPAS.F.

Function/Subroutine Documentation

◆ initpost_mpas()

subroutine initpost_mpas

This routine initializes constants and variables when using UPP on MPAS model output.

Specifcally, it processes output from netCDF files that have been generated by MPASSIT. MPASSIT reads MPAS output from an unstructured mesh and interpolates the output onto a structured grid. Since many MPASSIT array names follow WRF-ARW conventions, this routine (INITPOST_MPAS) was adapted from INITPOST, which was used to process WRF-ARW output.

Program History Log

Date Programmer Comments
2024-08-14 Jaymes Kenyon Copied INITPOST as INITPOST_MPAS (reference INITPOST history prior to this date)
2024-08-30 Jaymes Kenyon Add processing for lat-lon projection
2024-08-30 Jaymes Kenyon Add temporary hard coding of SLLEVEL (for RUC LSM) and PREC_ACC_DT
2024-09-09 Eric James Add checks for missing values before entering some computations
Author
Jaymes Kenyon (GSL)
Date
2024-08-14

Definition at line 26 of file INITPOST_MPAS.F.

References collect_loc(), exch(), and zensun().

Referenced by wrfpost().