MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
237 stars 318 forks source link

Add cloud top temperature and pressure estimates from NCL #1069

Open thomasuhoh opened 1 year ago

thomasuhoh commented 1 year ago

This PR add estimates for cloud top temperature and pressure based on the NCL "CTT" routine from https://github.com/NCAR/wrf-python/blob/develop/fortran/wrf_fctt.f90 to the diagnostics output. If no cloud is present, then cloud top temperature is set to -9999. as missing value.