subroutine, public maximum_hourly_diagnostics::maximum_hourly_diagnostics_run |
( |
integer, intent(in) | im, |
|
|
integer, intent(in) | levs, |
|
|
logical, intent(in) | reset, |
|
|
logical, intent(in) | lradar, |
|
|
integer, intent(in) | imp_physics, |
|
|
integer, intent(in) | imp_physics_gfdl, |
|
|
integer, intent(in) | imp_physics_thompson, |
|
|
integer, intent(in) | imp_physics_fer_hires, |
|
|
integer, intent(in) | imp_physics_nssl, |
|
|
real(kind_phys), intent(in) | con_g, |
|
|
real(kind_phys), dimension(:,:), intent(in) | phil, |
|
|
real(kind_phys), dimension(:,:), intent(in) | gt0, |
|
|
real(kind_phys), dimension(:,:), intent(in) | refl_10cm, |
|
|
real(kind_phys), dimension(:), intent(inout) | refdmax, |
|
|
real(kind_phys), dimension(:), intent(inout) | refdmax263k, |
|
|
real(kind_phys), dimension(:), intent(in) | u10m, |
|
|
real(kind_phys), dimension(:), intent(in) | v10m, |
|
|
real(kind_phys), dimension(:), intent(inout) | u10max, |
|
|
real(kind_phys), dimension(:), intent(inout) | v10max, |
|
|
real(kind_phys), dimension(:), intent(inout) | spd10max, |
|
|
real(kind_phys), dimension(:), intent(in) | pgr, |
|
|
real(kind_phys), dimension(:), intent(in) | t2m, |
|
|
real(kind_phys), dimension(:), intent(in) | q2m, |
|
|
real(kind_phys), dimension(:), intent(inout) | t02max, |
|
|
real(kind_phys), dimension(:), intent(inout) | t02min, |
|
|
real(kind_phys), dimension(:), intent(inout) | rh02max, |
|
|
real(kind_phys), dimension(:), intent(inout) | rh02min, |
|
|
real(kind_phys), intent(in) | dtp, |
|
|
real(kind_phys), dimension(:), intent(in) | rain, |
|
|
real(kind_phys), dimension(:), intent(inout) | pratemax, |
|
|
logical, intent(in) | lightning_threat, |
|
|
real(kind_phys), dimension(:), intent(inout), optional | ltg1_max, |
|
|
real(kind_phys), dimension(:), intent(inout), optional | ltg2_max, |
|
|
real(kind_phys), dimension(:), intent(inout), optional | ltg3_max, |
|
|
real(kind_phys), dimension(:,:), intent(in), optional | wgrs, |
|
|
real(kind_phys), dimension(:,:), intent(in) | prsi, |
|
|
real(kind_phys), dimension(:,:), intent(in) | qgraupel, |
|
|
real(kind_phys), dimension(:,:), intent(in) | qsnowwat, |
|
|
real(kind_phys), dimension(:,:), intent(in) | qicewat, |
|
|
real(kind_phys), dimension(:,:), intent(in) | tgrs, |
|
|
real(kind_phys), intent(in) | con_rd, |
|
|
real(kind_phys), dimension(:,:), intent(in) | prsl, |
|
|
integer, intent(in) | kdt, |
|
|
character(len=*), intent(out) | errmsg, |
|
|
integer, intent(out) | errflg ) |