mgroup prescribed cloud properties module
(this module runnable in SKYHI and FMS;
zonal_clouds_mod is FMS native equivalent)
fms_mod
constants_mod
rad_utilities_mod
microphys_rad_mod
call mgrp_prscr_clds_init ( pref, latb )
pref |
[] |
latb |
[real] |
call mgrp_prscr_clds_end
call find_nearest_index (latb, jindx2)
latb |
[real] |
jindx2 |
[integer] |
call prscr_clds_amt (is, ie, js, je, Cld_spec)
is |
[integer] |
ie |
[integer] |
js |
[integer] |
je |
[integer] |
Cld_spec |
[cld_specification_type] |
call obtain_bulk_lw_prscr (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 obtain_bulk_sw_prscr (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: %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 cldht (plevel, kkbh, kkth)
plevel |
[real] |
kkbh |
[integer] |
kkth |
[integer] |
call cldint (plevel, cldobs, kindex, nl)
plevel |
[real] |
cldobs |
[real] |
nl |
[integer] |
kindex |
[integer] |