Skip to content

Commit

Permalink
Add units to cloud optics arguments. Closes #125.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
RobertPincus committed Jul 8, 2021
1 parent 142317d commit d3956f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/cloud_optics/mo_cloud_optics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ function cloud_optics(this, &
optical_props) result(error_msg)
class(ty_cloud_optics), &
intent(in ) :: this
real(wp), intent(in ) :: clwp (:,:), & ! cloud ice water path (units?)
ciwp (:,:), & ! cloud liquid water path (units?)
real(wp), intent(in ) :: clwp (:,:), & ! cloud ice water path (g/m2)
ciwp (:,:), & ! cloud liquid water path (g/m2)
reliq (:,:), & ! cloud ice particle effective size (microns)
reice (:,:) ! cloud liquid particle effective radius (microns)
class(ty_optical_props_arry), &
Expand Down Expand Up @@ -558,7 +558,7 @@ function cloud_optics(this, &
type is (ty_optical_props_nstr)
error_msg = "cloud optics: n-stream calculations not yet supported"
end select
end if
end if
!$acc end data
!$omp end target data
end function cloud_optics
Expand Down

0 comments on commit d3956f7

Please sign in to comment.