zetac_clouds_W_mod obtains the cloud specification variables for the zetac cloud parameterization from microphys_cloud_mod and makes them available to the radiation package.
time_manager_mod
fms_mod
constants_mod
rad_utilities_mod
microphys_cloud_mod
call zetac_clouds_W_init
call zetac_clouds_amt (is, ie, js, je, z_half, z_full, land, & phalf, deltaz, Cld_spec, Lsc_microphys)
is, ie, js, je | starting/ending subdomain i,j indices of data in
the physics_window being integrated [integer] |
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 zetac_clouds_W_end