subroutine, public dcyc2t3_post::dcyc2t3_post_run | ( | integer, intent(in) | im, |
real(kind=kind_phys), dimension(im), intent(in) | adjsfcdsw, | ||
real(kind=kind_phys), dimension(im), intent(in) | adjsfcnsw, | ||
real(kind=kind_phys), dimension(im), intent(out) | adjsfcusw, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg | ||
) |
local_name | standard_name | long_name | units | type | dimensions | kind | intent | optional |
---|---|---|---|---|---|---|---|---|
im | horizontal_loop_extent | horizontal loop extent | count | integer | () | in | False | |
adjsfcdsw | surface_downwelling_shortwave_flux | surface downwelling shortwave flux at current time | W m-2 | real | (horizontal_dimension) | kind_phys | in | False |
adjsfcnsw | surface_net_downwelling_shortwave_flux | surface net downwelling shortwave flux at current time | W m-2 | real | (horizontal_dimension) | kind_phys | in | False |
adjsfcusw | surface_upwelling_shortwave_flux | surface upwelling shortwave flux at current time | W m-2 | real | (horizontal_dimension) | kind_phys | out | False |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | character | () | len=* | out | False |
errflg | ccpp_error_flag | error flag for error handling in CCPP | flag | integer | () | out | False |