Closed zxdawn closed 4 years ago
We can add the output of tropopause in the Registry.EM_COMMON
:
state real hgttrop ij dyn_em 1 - i1 "HGTTROP" "Height of the tropopause" "m"
state real ptrop ij dyn_em 1 - i1 "PTROP" "Pressure of the tropopause" "Pa"
state real ttrop ij dyn_em 1 - i1 "TTROP" "Temperature of the tropopause" "K"
Close now.
The variables above are input data, not output. So, reopen now.
The tropopause module can be found in chem/module_tropopause.F
.
I find the NCL version of calculating thermal tropopause defined by WMO: troppo_wmo. The Fortran source code can be found on the NCL Github: stattrop_dp.f.
Hope that's easy to add it to wrf-python :) Thanks in advance!