SCALE-RM
|
module ATMOSPHERE / Physics Radiation More...
Functions/Subroutines | |
subroutine, public | atmos_phy_rd_driver_setup |
Setup. More... | |
subroutine, public | atmos_phy_rd_driver_resume |
Resume. More... | |
subroutine, public | atmos_phy_rd_driver (update_flag) |
Driver. More... | |
module ATMOSPHERE / Physics Radiation
name | description | unit | variable |
---|---|---|---|
COSZ | cos(solar zenith angle) | 1 | cosSZA |
OLR | TOA net longwave radiation flux | W/m2 | flux_net_toa |
OSR | TOA net shortwave radiation flux | W/m2 | flux_net_toa |
RADFLUX_LW | net longwave radiation flux | W/m2 | flux_net |
RADFLUX_LWDN | downward longwave radiation flux | W/m2 | flux_dn |
RADFLUX_LWUP | upward longwave radiation flux | W/m2 | flux_up |
RADFLUX_SW | net shortwave radiation flux | W/m2 | flux_net |
RADFLUX_SWDN | downward shortwave radiation flux | W/m2 | flux_dn |
RADFLUX_SWUP | upward shortwave radiation flux | W/m2 | flux_up |
RFLX_LW_dn | downward longwave radiation flux (cell face) | W/m2 | flux_rad |
RFLX_LW_up | upward longwave radiation flux (cell face) | W/m2 | flux_rad |
RFLX_SW_dn | downward shortwave radiation flux (cell face) | W/m2 | flux_rad |
RFLX_SW_up | upward shortwave radiation flux (cell face) | W/m2 | flux_rad |
RHOT_t_RD | tendency of RHOT in rd | K.kg/m3/s | RHOT_t_RD |
SFLX_LW_dn | SFC downward longwave radiation flux | W/m2 | SFCFLX_LW_dn |
SFLX_LW_dn_c | SFC downward longwave radiation flux (clr) | W/m2 | SFCFLX_LW_dn_c |
SFLX_LW_dn_dif | SFC downward longwave flux (diffuse) | W/m2 | SFLX_rad_dn |
SFLX_LW_dn_dir | SFC downward longwave flux (direct ) | W/m2 | SFLX_rad_dn |
SFLX_LW_up | SFC upward longwave radiation flux | W/m2 | SFCFLX_LW_up |
SFLX_LW_up_c | SFC upward longwave radiation flux (clr) | W/m2 | SFCFLX_LW_up_c |
SFLX_SW_dn | SFC downward shortwave radiation flux | W/m2 | SFCFLX_SW_dn |
SFLX_SW_dn_c | SFC downward shortwave radiation flux (clr) | W/m2 | SFCFLX_SW_dn_c |
SFLX_SW_dn_dif | SFC downward shortwave flux (diffuse) | W/m2 | SFLX_rad_dn |
SFLX_SW_dn_dir | SFC downward shortwave flux (direct ) | W/m2 | SFLX_rad_dn |
SFLX_SW_up | SFC upward shortwave radiation flux | W/m2 | SFCFLX_SW_up |
SFLX_SW_up_c | SFC upward shortwave radiation flux (clr) | W/m2 | SFCFLX_SW_up_c |
SLR | SFC net longwave radiation flux | W/m2 | flux_net_sfc |
SOLINS | solar insolation | W/m2 | solins |
SSR | SFC net shortwave radiation flux | W/m2 | flux_net_sfc |
TEMP_t_rd | tendency of temp in rd | K/day | TEMP_t |
TEMP_t_rd_LW | tendency of temp in rd(LW) | K/day | TEMP_t |
TEMP_t_rd_SW | tendency of temp in rd(SW) | K/day | TEMP_t |
TOAFLX_LW_dn | TOA downward longwave radiation flux | W/m2 | TOAFLX_LW_dn |
TOAFLX_LW_dn_c | TOA downward longwave radiation flux (clr) | W/m2 | TOAFLX_LW_dn_c |
TOAFLX_LW_up | TOA upward longwave radiation flux | W/m2 | TOAFLX_LW_up |
TOAFLX_LW_up_c | TOA upward longwave radiation flux (clr) | W/m2 | TOAFLX_LW_up_c |
TOAFLX_SW_dn | TOA downward shortwave radiation flux | W/m2 | TOAFLX_SW_dn |
TOAFLX_SW_dn_c | TOA downward shortwave radiation flux (clr) | W/m2 | TOAFLX_SW_dn_c |
TOAFLX_SW_up | TOA upward shortwave radiation flux | W/m2 | TOAFLX_SW_up |
TOAFLX_SW_up_c | TOA upward shortwave radiation flux (clr) | W/m2 | TOAFLX_SW_up_c |
subroutine, public mod_atmos_phy_rd_driver::atmos_phy_rd_driver_setup | ( | ) |
Setup.
Definition at line 52 of file mod_atmos_phy_rd_driver.f90.
References mod_atmos_phy_rd_vars::atmos_phy_rd_cossza, scale_atmos_phy_rd::atmos_phy_rd_setup(), mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_downall, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_lw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_lw_up, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_sw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_sw_up, mod_atmos_phy_rd_vars::atmos_phy_rd_solins, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_lw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_lw_up, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_sw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_sw_up, mod_atmos_admin::atmos_phy_rd_type, mod_atmos_admin::atmos_sw_phy_rd, scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by mod_atmos_driver::atmos_driver_setup().
subroutine, public mod_atmos_phy_rd_driver::atmos_phy_rd_driver_resume | ( | ) |
Resume.
Definition at line 104 of file mod_atmos_phy_rd_driver.f90.
References atmos_phy_rd_driver(), mod_atmos_admin::atmos_sw_phy_rd, scale_prof::prof_rapend(), and scale_prof::prof_rapstart().
Referenced by mod_atmos_driver::atmos_driver_resume1().
subroutine, public mod_atmos_phy_rd_driver::atmos_phy_rd_driver | ( | logical, intent(in) | update_flag | ) |
Driver.
Definition at line 123 of file mod_atmos_phy_rd_driver.f90.
References scale_atmos_phy_rd::atmos_phy_rd, mod_atmos_phy_rd_vars::atmos_phy_rd_cossza, scale_atmos_phy_rd_common::atmos_phy_rd_heating(), mod_atmos_phy_rd_vars::atmos_phy_rd_rhot_t, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_downall, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_lw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_lw_up, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_sw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_sw_up, mod_atmos_phy_rd_vars::atmos_phy_rd_solins, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_lw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_lw_up, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_sw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_sw_up, mod_atmos_admin::atmos_phy_rd_type, mod_atmos_phy_sf_vars::atmos_phy_sf_sfc_albedo, mod_atmos_phy_sf_vars::atmos_phy_sf_sfc_temp, scale_const::const_cpdry, scale_const::const_pre00, scale_const::const_rdry, mod_atmos_vars::dens, mod_atmos_vars::dens_av, scale_atmos_phy_rd_common::i_diffuse, scale_atmos_phy_rd_common::i_direct, scale_atmos_phy_rd_common::i_dn, scale_atmos_phy_rd_common::i_lw, scale_atmos_hydrometeor::i_qc, scale_atmos_hydrometeor::i_qg, scale_atmos_hydrometeor::i_qi, scale_atmos_hydrometeor::i_qr, scale_atmos_hydrometeor::i_qs, scale_atmos_hydrometeor::i_qv, scale_atmos_phy_rd_common::i_sw, scale_atmos_phy_rd_common::i_up, scale_grid_index::ia, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::ja, scale_grid_index::je, scale_grid_index::js, scale_grid_index::ka, scale_grid_index::ke, scale_grid_index::ks, scale_landuse::landuse_fact_land, scale_landuse::landuse_fact_ocean, scale_landuse::landuse_fact_urban, scale_process::prc_mpistop(), mod_atmos_vars::pres, mod_atmos_vars::qtrc, mod_atmos_vars::qtrc_av, scale_grid_real::real_cz, scale_grid_real::real_fz, scale_grid_real::real_lat, scale_grid_real::real_lon, mod_atmos_vars::rhot, mod_atmos_vars::rhot_av, mod_atmos_vars::rhot_tp, scale_rm_statistics::statistics_checktotal, scale_atmos_phy_rd_mm5sw::swrad(), mod_atmos_vars::temp, scale_time::time_dtsec_atmos_phy_rd, scale_time::time_nowdate, and scale_time::time_offset_year.
Referenced by mod_atmos_driver::atmos_driver(), and atmos_phy_rd_driver_resume().