| subroutine edmix_ugwp_v0 | ( | integer, intent(in) | im, |
| integer, intent(in) | levs, | ||
| real(kind=kind_phys), intent(in) | dtp, | ||
| t1, | |||
| u1, | |||
| v1, | |||
| q1, | |||
| del, | |||
| prsl, | |||
| real(kind=kind_phys), dimension(im,levs+1), intent(in) | prsi, | ||
| phil, | |||
| prslk, | |||
| real(kind=kind_phys), dimension(im,levs) | pdudt, | ||
| real(kind=kind_phys), dimension(im,levs) | pdvdt, | ||
| real(kind=kind_phys), dimension(im,levs) | pdTdt, | ||
| real(kind=kind_phys), dimension(im,levs) | pkdis, | ||
| real(kind=kind_phys), dimension(im,levs) | ed_dudt, | ||
| real(kind=kind_phys), dimension(im,levs) | ed_dvdt, | ||
| real(kind=kind_phys), dimension(im,levs) | ed_dTdt, | ||
| integer, intent(in) | me, | ||
| integer, intent(in) | master, | ||
| integer, intent(in) | kdt | ||
| ) |
References diff_1d_ptend(), and diff_1d_wtend().
Referenced by cires_ugwp_driver_v0(), and cires_ugwp::cires_ugwp_run().