bulkphys_rad_mod defines cloud radiative properties based on bulk cloud physics values in contrast to microphysically-based properties.
fms_mod
time_manager_mod
rad_utilities_mod
rh_based_clouds_mod
diag_clouds_W_mod
strat_clouds_W_mod
standalone_clouds_mod
call bulkphys_rad_init (pref, lonb, latb)
pref | pref array containing two reference pressure profiles
for use in defining transmission functions [ Pa ]
[real] |
lonb | lonb array of model longitudes on cell boundaries
[ radians ]
[real] |
latb | latb array of model latitudes at cell boundaries [radians]
[real] |
call bulkphys_sw_driver (is, ie, js, je, cosz, Cld_spec, & Cldrad_props)
is | is,ie,js,je starting/ending subdomain i,j indices of data in
the physics_window being integrated
[integer] |
ie |
[integer] |
js |
[integer] |
je |
[integer] |
cosz | cosz cosine of the zenith angle [ dimensionless ]
[real] |
Cld_spec | Cld_spec cloud specification arrays defining the
location, amount and type (hi, middle, lo)
of clouds that are present, provides input
to this subroutine
[ cld_specification_type ]
[cld_specification_type] |
Cldrad_props | Cldrad_props cloud radiative properties on model grid,
[ cldrad_properties_type ]
the following components of this variable are output from this routine: %cirabsw absorptivity of clouds in the infrared frequency band [ dimensionless ] %cirrfsw reflectivity of clouds in the infrared frequency band [ dimensionless ] %cvisrfsw reflectivity of clouds in the visible frequency band [ dimensionless ] [cldrad_properties_type] |
call bulkphys_lw_driver (is, ie, js, je, Cld_spec, Cldrad_props)
is | is,ie,js,je starting/ending subdomain i,j indices of data in
the physics_window being integrated
[integer] |
ie |
[integer] |
js |
[integer] |
je |
[integer] |
Cld_spec | Cld_spec cloud specification arrays defining the
location, amount and type (hi, middle, lo)
of clouds that are present, provides input
to this subroutine
[ cld_specification_type ]
[cld_specification_type] |
Cldrad_props | Cldrad_props cloud radiative properties on model grid,
[ cldrad_properties_type ]
the following components of this variable are output from this routine: %emrndlw longwave cloud emissivity for randomly overlapped clouds in each of the longwave frequency bands [ dimensionless ] %emmxolw longwave cloud emissivity for maximally overlapped clouds in each of the longwave frequency bands [ dimensionless ] [cldrad_properties_type] |
call bulkphys_rad_end