@@ -78,11 +78,11 @@ subroutine sgscloud_radpre_run( &
7878 & imp_physics_gfdl, imp_physics_fa, conv_cf_opt
7979 logical , intent (in ) :: flag_init, flag_restart, do_mynnedmf
8080
81- real (kind= kind_phys), dimension (:,:), intent (inout ) :: qc, qi
82- real (kind= kind_phys), dimension (:,:), intent (inout ) :: qr, qs , qg
81+ real (kind= kind_phys), dimension (:,:), intent (inout ) :: qc, qi, qs
82+ real (kind= kind_phys), dimension (:,:), intent (in ) :: qr, qg
8383 ! note: qci_conv only allocated if GF is used
84- real (kind= kind_phys), dimension (:,:), intent (inout ), optional :: qci_conv
85- real (kind= kind_phys), dimension (:,:), intent (inout ) :: qlc, qli ! for SAS
84+ real (kind= kind_phys), dimension (:,:), intent (in ), optional :: qci_conv
85+ real (kind= kind_phys), dimension (:,:), intent (in ) :: qlc, qli ! for SAS
8686 real (kind= kind_phys), dimension (:,:), intent (in ), optional :: ud_mf
8787 real (kind= kind_phys), dimension (:,:), intent (in ) :: T3D,delp
8888 real (kind= kind_phys), dimension (:,:), intent (in ) :: qv,P3D,exner
0 commit comments