cloud_spec_mod defines the variables that are used in a partic- ular cloud parameterization to specify the cloud location, cloud type and cloud magnitude for the active cloud parameterization(s).
time_manager_mod
fms_mod
tracer_manager_mod
field_manager_mod
data_override_mod
rad_utilities_mod
esfsw_parameters_mod
strat_clouds_W_mod
diag_clouds_W_mod
zetac_clouds_W_mod
specified_clouds_W_mod
rh_based_clouds_mod
donner_deep_clouds_W_mod
mgrp_prscr_clds_mod
standalone_clouds_mod
call cloud_spec_init ( pref, lonb, latb, axes, Time)
pref | reference pressure levels containing two reference pressure profiles
for use in defining transmission functions [ Pa ] [real] |
lonb | the longitude array of the model grid point [real] |
latb | the latitude array of the model grid point [real] |
axes | diagnostic variable axes for netcdf files [real] |
Time | current time [ time_type(days, seconds) ] [time_type] |
call cloud_spec (is, ie, js, je, lat, z_half, z_full, Rad_time, Atmos_input, & Surface, Cld_spec, Lsc_microphys, & Meso_microphys, Cell_microphys, cloud_water_in, & cloud_ice_in, cloud_area_in, r, kbot, mask)
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] |
cloud_water_in | OPTIONAL: cloud water mixing ratio present when running
standalone columns or sa_gcm [real] |
cloud_ice_in | OPTIONAL: cloud ice mixing ratio present when running
standalone columns or sa_gcm [real] |
cloud_area_in | OPTIONAL: fractional cloud area, present when running
standalone columns or sa_gcm [real] |
r | OPTIONAL: model tracer fields on the current time step [real] |
kbot | OPTIONAL: present when running eta vertical coordinate,
index of lowest model level above ground [integer] |
mask | OPTIONAL: present when running eta vertical coordinate,
mask to remove points below ground [real] |
Atmos_input | atmospheric input fields on model grid, [atmos_input_type] |
Cld_spec | cloud specification properties on model grid, [cld_specification_type] |
Lsc_microphys | microphysical specification for large-scale
clouds [microphysics_type] |
Meso_microphys | microphysical specification for meso-scale
clouds assciated with donner convection [microphysics_type] |
Cell_microphys | microphysical specification for convective cell
clouds associated with donner convection [microphysics_type] |
Surface | Surface boundary condition to radiation package [Surface] |
call cloud_spec_dealloc (Cld_spec, Lsc_microphys, Meso_microphys,& Cell_microphys)
Cld_spec | cloud specification properties on model grid, [cld_specification_type] |
Lsc_microphys | microphysical specification for large-scale
clouds [microphysics_type] |
Meso_microphys | microphysical specification for meso-scale
clouds assciated with donner convection [microphysics_type] |
Cell_microphys | microphysical specification for convective cell
clouds associated with donner convection [microphysics_type] |
call initialize_cldamts (ix, jx, kx, Lsc_microphys, & Meso_microphys, Cell_microphys, Cld_spec)
ix, jx, kx | ix size of i dimension of physics window
jx size of j dimension of physics window
kx size of k dimension of physics window [integer] |
Cld_spec | cloud specification properties on model grid, [cld_specification_type] |
Lsc_microphys | microphysical specification for large-scale
clouds [microphysics_type] |
Meso_microphys | microphysical specification for meso-scale
clouds assciated with donner convection [microphysics_type] |
Cell_microphys | microphysical specification for convective cell
clouds associated with donner convection [microphysics_type] |
call combine_cloud_properties (Lsc_microphys, Meso_microphys, & Cell_microphys, Cld_spec)
Lsc_microphys | microphysical specification for large-scale
clouds [microphysics_type] |
Meso_microphys | microphysical specification for meso-scale
clouds assciated with donner convection [microphysics_type] |
Cell_microphys | microphysical specification for convective cell
clouds associated with donner convection [microphysics_type] |
Cld_spec | cloud specification properties on model grid, [cld_specification_type] |
call microphs_presc_conc
is | starting indice of the x dimension in the physics domain [integer] |
ie | ending indice of the x dimension in the physics domain [integer] |
js | starting indice of the y dimension in the physics domain [integer] |
je | ending indice of the y dimension in the physics domain [integer] |
deltaz | Height of each pressure layers. [real] |
temp | Temperatures of pressure levels [real] |
Cld_spec | cloud specification properties on model grid, [cld_specification_type] |
Lsc_microphys | microphysical specification for large-scale
clouds [microphysics_type] |