subroutine, public gfs_physics_post::gfs_physics_post_run | ( | integer, intent(in) | ncol, |
integer, intent(in) | nlev, | ||
integer, intent(in) | ntoz, | ||
integer, intent(in) | ntracp100, | ||
integer, intent(in) | nprocess, | ||
integer, intent(in) | nprocess_summed, | ||
integer, dimension(:,:), intent(in) | dtidx, | ||
logical, dimension(:), intent(in) | is_photochem, | ||
logical, intent(in) | ldiag3d, | ||
integer, intent(in) | ip_physics, | ||
integer, intent(in) | ip_photochem, | ||
integer, intent(in) | ip_prod_loss, | ||
integer, intent(in) | ip_ozmix, | ||
integer, intent(in) | ip_temp, | ||
integer, intent(in) | ip_overhead_ozone, | ||
real(kind=kind_phys), dimension(:,:), intent(in), optional, pointer | do3_dt_prd, | ||
real(kind=kind_phys), dimension(:,:), intent(in), optional, pointer | do3_dt_ozmx, | ||
real(kind=kind_phys), dimension(:,:), intent(in), optional, pointer | do3_dt_temp, | ||
real(kind=kind_phys), dimension(:,:), intent(in), optional, pointer | do3_dt_ohoz, | ||
real(kind=kind_phys), dimension(:,:,:), intent(inout), optional | dtend, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg ) |
[in] | dtidx | Bookkeeping indices for GFS diagnostic tendencies |
[in] | ldiag3d | Flag for 3d diagnostic fields |
[in] | is_photochem | Flags for photochemistry processes to sum |
[in] | do3_dt_ohoz | Physics tendency: overhead ozone effect |
[in,out] | dtend | Diagnostic tendencies for state variables |
[out] | errmsg | CCPP error message |
[out] | errflg | CCPP error flag |
ncol | Horizontal dimension |
nlev | Number of vertical layers |
ntoz | Index for ozone mixing ratio |
ntracp100 | Number of tracers plus 100 |
nprocess | Number of processes that cause changes in state variables |
nprocess_summed | Number of causes in dtidx per tracer summed for total physics tendency |
ip_physics | Index for process in diagnostic tendency output |
ip_photochem | Index for process in diagnostic tendency output |
ip_prod_loss | Index for process in diagnostic tendency output |
ip_ozmix | Index for process in diagnostic tendency output |
ip_temp | Index for process in diagnostic tendency output |
do3_dt_prd | Physics tendency: production and loss effect |
do3_dt_ozmx | Physics tendency: ozone mixing ratio effect |
do3_dt_temp | Physics tendency: temperature effect |