strat_clouds_W_mod obtains the cloud specification variables for the klein strat cloud parameterization from cloud_rad_mod and makes them available to the radiation package.
constants_mod
time_manager_mod
fms_mod
rad_utilities_mod
esfsw_parameters_mod
cloud_rad_mod
random_numbers_mod
cloud_generator_mod
call strat_clouds_W_init
call strat_clouds_amt (is, ie, js, je, Rad_time, pflux, press, temp, land, Cld_spec, Lsc_microphys)
is, ie, js, je | starting/ending subdomain i,j indices of data in
the physics_window being integrated [integer] |
Rad_time | time at which radiation calculation is to apply [time_type] |
pflux | pressure values at flux levels (average of pressure values at
model grid points [real] |
press | pressure values at model grid points. surface
pressure is stored at index value nlev+1 [real] |
temp | temperature at model levels (1:nlev), to be used
in cloud calculations [real] |
land | fraction of grid box covered by land [real] |
Cld_spec | cld_specification_type variable containing the
cloud specification input fields needed by the
radiation package [cld_specification_type] |
Lsc_microphys | microphysics_type variable containing the size,
concentration and fraction of the four condensate
types (cloud drop, cloud ice, rain, snow) in the
grid box, present when microphysically-based
cloud radiation properties are desired. [microphys_type] |
call obtain_bulk_lw_strat (is, ie, js, je, Cld_spec, Cldrad_props)
is, ie, js, je | starting/ending subdomain i,j indices of data in
the physics_window being integrated [integer] |
Cld_spec | cld_specification_type variable containing the
cloud specification input fields needed by the
radiation package [cld_specification_type] |
cldrad_properties | cloud radiative properties on model grid [microphys_type] |
call obtain_bulk_sw_strat (is, ie, js, je, cosz, Cld_spec, Cldrad_props)
is, ie, js, je | starting/ending subdomain i,j indices of data in
the physics_window being integrated [integer] |
cosz | cosine of the solar zenith angle [real] |
Cld_spec | cld_specification_type variable containing the
cloud specification input fields needed by the
radiation package [cld_specification_type] |
cldrad_properties | cloud radiative properties on model grid [microphys_type] |
call strat_clouds_W_end