subroutine module_ozphys::run_o3prog_2015 |
( |
class(ty_ozphys), intent(in) | this, |
|
|
real(kind_phys), intent(in) | con_1ovg, |
|
|
real(kind_phys), intent(in) | dt, |
|
|
real(kind_phys), dimension(:,:), intent(in) | p, |
|
|
real(kind_phys), dimension(:,:), intent(in) | t, |
|
|
real(kind_phys), dimension(:,:), intent(in) | dp, |
|
|
real(kind_phys), dimension(:,:,:), intent(in) | ozpl, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | oz, |
|
|
real(kind_phys), dimension(:,:), intent(inout), optional | do3_dt_prd, |
|
|
real(kind_phys), dimension(:,:), intent(inout), optional | do3_dt_ozmx, |
|
|
real(kind_phys), dimension(:,:), intent(inout), optional | do3_dt_temp, |
|
|
real(kind_phys), dimension(:,:), intent(inout), optional | do3_dt_ohoz ) |