subroutine cu_gf_deep::cup_output_ens_3d |
( |
real(kind=kind_phys), dimension (its:ite,2), intent(in) | xff_mid, |
|
|
real(kind=kind_phys), dimension (its:ite,1:maxens3), intent(inout) | xf_ens, |
|
|
integer, dimension (its:ite), intent(inout) | ierr, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte,1), intent(in) | dellat, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte,1), intent(in) | dellaq, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte,1), intent(in) | dellaqc, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte), intent(inout) | outtem, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte), intent(inout) | outq, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte), intent(inout) | outqc, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(in) | dx, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | zu, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(inout) | pre, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte,1), intent(in) | pw, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(inout) | xmb, |
|
|
integer, dimension (its:ite), intent(in) | ktop, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(in) | edt, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | pwd, |
|
|
character *(*), intent(in) | name, |
|
|
integer, dimension (its:ite), intent(inout) | ierr2, |
|
|
integer, dimension (its:ite), intent(inout) | ierr3, |
|
|
real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | p_cup, |
|
|
real(kind=kind_phys), dimension (its:ite,1:maxens3), intent(inout) | pr_ens, |
|
|
integer, intent(in) | maxens3, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(in) | sig, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(inout) | closure_n, |
|
|
integer, dimension (its:ite), intent(in) | xland1, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(in) | xmbm_in, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(in) | xmbs_in, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(in) | rrfs_factor, |
|
|
integer, intent(in) | ichoice, |
|
|
integer, intent(in) | imid, |
|
|
integer, intent(in) | ipr, |
|
|
integer, intent(in) | itf, |
|
|
integer, intent(in) | ktf, |
|
|
integer, intent(in) | its, |
|
|
integer, intent(in) | ite, |
|
|
integer, intent(in) | kts, |
|
|
integer, intent(in) | kte, |
|
|
integer, intent(in) | dicycle, |
|
|
real(kind=kind_phys), dimension (its:ite), intent(in) | xf_dicycle ) |