UPP (develop)
|
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. | |
initpost_mpas() initializes UPP for MPAS / MPASSIT output
Definition in file INITPOST_MPAS.F.
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.
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 |
Definition at line 26 of file INITPOST_MPAS.F.
References collect_loc(), exch(), and zensun().
Referenced by wrfpost().