SCALE-RM
|
module COUPLER Variables More...
Functions/Subroutines | |
subroutine, public | cpl_vars_setup |
Setup. More... | |
subroutine, public | cpl_putatm (TEMP, PRES, W, U, V, DENS, QTRC, PBL, SFC_PRES, SFLX_rad_dn, cosSZA, SFLX_rain, SFLX_snow, countup) |
subroutine, public | cpl_putocn (SFC_TEMP, SFC_albedo, SFC_Z0M, SFC_Z0H, SFC_Z0E, SFLX_MW, SFLX_MU, SFLX_MV, SFLX_SH, SFLX_LH, SFLX_WH, SFLX_evap, U10, V10, T2, Q2, countup) |
subroutine, public | cpl_putlnd (SFC_TEMP, SFC_albedo, SFC_Z0M, SFC_Z0H, SFC_Z0E, SFLX_MW, SFLX_MU, SFLX_MV, SFLX_SH, SFLX_LH, SFLX_GH, SFLX_evap, U10, V10, T2, Q2, countup) |
subroutine, public | cpl_puturb (SFC_TEMP, SFC_albedo, SFC_Z0M, SFC_Z0H, SFC_Z0E, SFLX_MW, SFLX_MU, SFLX_MV, SFLX_SH, SFLX_LH, SFLX_GH, SFLX_evap, U10, V10, T2, Q2, countup) |
subroutine, public | cpl_getsfc_atm (SFC_TEMP, SFC_albedo, SFC_Z0M, SFC_Z0H, SFC_Z0E, SFLX_MW, SFLX_MU, SFLX_MV, SFLX_SH, SFLX_LH, SFLX_GH, SFLX_QTRC, U10, V10, T2, Q2) |
subroutine, public | cpl_getatm_ocn (TEMP, PRES, W, U, V, DENS, QV, PBL, SFC_PRES, SFLX_rad_dn, cosSZA, SFLX_rain, SFLX_snow) |
subroutine, public | cpl_getatm_lnd (TEMP, PRES, W, U, V, DENS, QV, PBL, SFC_PRES, SFLX_rad_dn, cosSZA, SFLX_rain, SFLX_snow) |
subroutine, public | cpl_getatm_urb (TEMP, PRES, W, U, V, DENS, QV, PBL, SFC_PRES, SFLX_rad_dn, cosSZA, SFLX_rain, SFLX_snow) |
Variables | |
real(rp), dimension(:,:), allocatable, public | ocn_sfc_temp |
real(rp), dimension(:,:,:), allocatable, public | ocn_sfc_albedo |
real(rp), dimension(:,:), allocatable, public | ocn_sfc_z0m |
real(rp), dimension(:,:), allocatable, public | ocn_sfc_z0h |
real(rp), dimension(:,:), allocatable, public | ocn_sfc_z0e |
real(rp), dimension(:,:), allocatable, public | ocn_sflx_mw |
real(rp), dimension(:,:), allocatable, public | ocn_sflx_mu |
real(rp), dimension(:,:), allocatable, public | ocn_sflx_mv |
real(rp), dimension(:,:), allocatable, public | ocn_sflx_sh |
real(rp), dimension(:,:), allocatable, public | ocn_sflx_lh |
real(rp), dimension(:,:), allocatable, public | ocn_sflx_wh |
real(rp), dimension(:,:), allocatable, public | ocn_sflx_evap |
real(rp), dimension(:,:), allocatable, public | ocn_u10 |
real(rp), dimension(:,:), allocatable, public | ocn_v10 |
real(rp), dimension(:,:), allocatable, public | ocn_t2 |
real(rp), dimension(:,:), allocatable, public | ocn_q2 |
real(rp), dimension(:,:), allocatable, public | lnd_sfc_temp |
real(rp), dimension(:,:,:), allocatable, public | lnd_sfc_albedo |
real(rp), dimension(:,:), allocatable, public | lnd_sfc_z0m |
real(rp), dimension(:,:), allocatable, public | lnd_sfc_z0h |
real(rp), dimension(:,:), allocatable, public | lnd_sfc_z0e |
real(rp), dimension(:,:), allocatable, public | lnd_sflx_mw |
real(rp), dimension(:,:), allocatable, public | lnd_sflx_mu |
real(rp), dimension(:,:), allocatable, public | lnd_sflx_mv |
real(rp), dimension(:,:), allocatable, public | lnd_sflx_sh |
real(rp), dimension(:,:), allocatable, public | lnd_sflx_lh |
real(rp), dimension(:,:), allocatable, public | lnd_sflx_gh |
real(rp), dimension(:,:), allocatable, public | lnd_sflx_evap |
real(rp), dimension(:,:), allocatable, public | lnd_u10 |
real(rp), dimension(:,:), allocatable, public | lnd_v10 |
real(rp), dimension(:,:), allocatable, public | lnd_t2 |
real(rp), dimension(:,:), allocatable, public | lnd_q2 |
real(rp), dimension(:,:), allocatable, public | urb_sfc_temp |
real(rp), dimension(:,:,:), allocatable, public | urb_sfc_albedo |
real(rp), dimension(:,:), allocatable, public | urb_sfc_z0m |
real(rp), dimension(:,:), allocatable, public | urb_sfc_z0h |
real(rp), dimension(:,:), allocatable, public | urb_sfc_z0e |
real(rp), dimension(:,:), allocatable, public | urb_sflx_mw |
real(rp), dimension(:,:), allocatable, public | urb_sflx_mu |
real(rp), dimension(:,:), allocatable, public | urb_sflx_mv |
real(rp), dimension(:,:), allocatable, public | urb_sflx_sh |
real(rp), dimension(:,:), allocatable, public | urb_sflx_lh |
real(rp), dimension(:,:), allocatable, public | urb_sflx_gh |
real(rp), dimension(:,:), allocatable, public | urb_sflx_evap |
real(rp), dimension(:,:), allocatable, public | urb_u10 |
real(rp), dimension(:,:), allocatable, public | urb_v10 |
real(rp), dimension(:,:), allocatable, public | urb_t2 |
real(rp), dimension(:,:), allocatable, public | urb_q2 |
real(rp), dimension(:,:), allocatable, public | ocn_atm_temp |
real(rp), dimension(:,:), allocatable, public | ocn_atm_pres |
real(rp), dimension(:,:), allocatable, public | ocn_atm_w |
real(rp), dimension(:,:), allocatable, public | ocn_atm_u |
real(rp), dimension(:,:), allocatable, public | ocn_atm_v |
real(rp), dimension(:,:), allocatable, public | ocn_atm_dens |
real(rp), dimension(:,:), allocatable, public | ocn_atm_qv |
real(rp), dimension(:,:), allocatable, public | ocn_atm_pbl |
real(rp), dimension(:,:), allocatable, public | ocn_atm_sfc_pres |
real(rp), dimension(:,:,:,:), allocatable, public | ocn_atm_sflx_rad_dn |
real(rp), dimension(:,:), allocatable, public | ocn_atm_cossza |
real(rp), dimension(:,:), allocatable, public | ocn_atm_sflx_rain |
real(rp), dimension(:,:), allocatable, public | ocn_atm_sflx_snow |
real(rp), dimension(:,:), allocatable, public | lnd_atm_temp |
real(rp), dimension(:,:), allocatable, public | lnd_atm_pres |
real(rp), dimension(:,:), allocatable, public | lnd_atm_w |
real(rp), dimension(:,:), allocatable, public | lnd_atm_u |
real(rp), dimension(:,:), allocatable, public | lnd_atm_v |
real(rp), dimension(:,:), allocatable, public | lnd_atm_dens |
real(rp), dimension(:,:), allocatable, public | lnd_atm_qv |
real(rp), dimension(:,:), allocatable, public | lnd_atm_pbl |
real(rp), dimension(:,:), allocatable, public | lnd_atm_sfc_pres |
real(rp), dimension(:,:,:,:), allocatable, public | lnd_atm_sflx_rad_dn |
real(rp), dimension(:,:), allocatable, public | lnd_atm_cossza |
real(rp), dimension(:,:), allocatable, public | lnd_atm_sflx_rain |
real(rp), dimension(:,:), allocatable, public | lnd_atm_sflx_snow |
real(rp), dimension(:,:), allocatable, public | urb_atm_temp |
real(rp), dimension(:,:), allocatable, public | urb_atm_pres |
real(rp), dimension(:,:), allocatable, public | urb_atm_w |
real(rp), dimension(:,:), allocatable, public | urb_atm_u |
real(rp), dimension(:,:), allocatable, public | urb_atm_v |
real(rp), dimension(:,:), allocatable, public | urb_atm_dens |
real(rp), dimension(:,:), allocatable, public | urb_atm_qv |
real(rp), dimension(:,:), allocatable, public | urb_atm_pbl |
real(rp), dimension(:,:), allocatable, public | urb_atm_sfc_pres |
real(rp), dimension(:,:,:,:), allocatable, public | urb_atm_sflx_rad_dn |
real(rp), dimension(:,:), allocatable, public | urb_atm_cossza |
real(rp), dimension(:,:), allocatable, public | urb_atm_sflx_rain |
real(rp), dimension(:,:), allocatable, public | urb_atm_sflx_snow |
real(rp), public | cnt_putatm_ocn |
real(rp), public | cnt_putatm_lnd |
real(rp), public | cnt_putatm_urb |
real(rp), public | cnt_putocn |
real(rp), public | cnt_putlnd |
real(rp), public | cnt_puturb |
module COUPLER Variables
subroutine, public mod_cpl_vars::cpl_vars_setup | ( | ) |
Setup.
Definition at line 170 of file mod_cpl_vars.f90.
References cnt_putatm_lnd, cnt_putatm_ocn, cnt_putatm_urb, cnt_putlnd, cnt_putocn, cnt_puturb, scale_const::const_undef, scale_atmos_hydrometeor::i_qv, scale_grid_index::ia, scale_stdio::io_fid_log, scale_stdio::io_l, scale_grid_index::ja, mod_land_admin::land_sw, scale_landuse::landuse_fact_land, scale_landuse::landuse_fact_ocean, scale_landuse::landuse_fact_urban, lnd_atm_cossza, lnd_atm_dens, lnd_atm_pbl, lnd_atm_pres, lnd_atm_qv, lnd_atm_sfc_pres, lnd_atm_sflx_rad_dn, lnd_atm_sflx_rain, lnd_atm_sflx_snow, lnd_atm_temp, lnd_atm_u, lnd_atm_v, lnd_atm_w, lnd_q2, lnd_sfc_albedo, lnd_sfc_temp, lnd_sfc_z0e, lnd_sfc_z0h, lnd_sfc_z0m, lnd_sflx_evap, lnd_sflx_gh, lnd_sflx_lh, lnd_sflx_mu, lnd_sflx_mv, lnd_sflx_mw, lnd_sflx_sh, lnd_t2, lnd_u10, lnd_v10, mod_ocean_admin::ocean_sw, ocn_atm_cossza, ocn_atm_dens, ocn_atm_pbl, ocn_atm_pres, ocn_atm_qv, ocn_atm_sfc_pres, ocn_atm_sflx_rad_dn, ocn_atm_sflx_rain, ocn_atm_sflx_snow, ocn_atm_temp, ocn_atm_u, ocn_atm_v, ocn_atm_w, ocn_q2, ocn_sfc_albedo, ocn_sfc_temp, ocn_sfc_z0e, ocn_sfc_z0h, ocn_sfc_z0m, ocn_sflx_evap, ocn_sflx_lh, ocn_sflx_mu, ocn_sflx_mv, ocn_sflx_mw, ocn_sflx_sh, ocn_sflx_wh, ocn_t2, ocn_u10, ocn_v10, scale_process::prc_mpistop(), urb_atm_cossza, urb_atm_dens, urb_atm_pbl, urb_atm_pres, urb_atm_qv, urb_atm_sfc_pres, urb_atm_sflx_rad_dn, urb_atm_sflx_rain, urb_atm_sflx_snow, urb_atm_temp, urb_atm_u, urb_atm_v, urb_atm_w, urb_q2, urb_sfc_albedo, urb_sfc_temp, urb_sfc_z0e, urb_sfc_z0h, urb_sfc_z0m, urb_sflx_evap, urb_sflx_gh, urb_sflx_lh, urb_sflx_mu, urb_sflx_mv, urb_sflx_mw, urb_sflx_sh, urb_t2, urb_u10, urb_v10, and mod_urban_admin::urban_sw.
Referenced by mod_rm_driver::scalerm(), and mod_rm_prep::scalerm_prep().
subroutine, public mod_cpl_vars::cpl_putatm | ( | real(rp), dimension (ia,ja), intent(in) | TEMP, |
real(rp), dimension (ia,ja), intent(in) | PRES, | ||
real(rp), dimension (ia,ja), intent(in) | W, | ||
real(rp), dimension (ia,ja), intent(in) | U, | ||
real(rp), dimension (ia,ja), intent(in) | V, | ||
real(rp), dimension (ia,ja), intent(in) | DENS, | ||
real(rp), dimension (ia,ja,qa), intent(in) | QTRC, | ||
real(rp), dimension (ia,ja), intent(in) | PBL, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_PRES, | ||
real(rp), dimension(ia,ja,2,2), intent(in) | SFLX_rad_dn, | ||
real(rp), dimension (ia,ja), intent(in) | cosSZA, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_rain, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_snow, | ||
logical, intent(in) | countup | ||
) |
Definition at line 433 of file mod_cpl_vars.f90.
References cnt_putatm_lnd, cnt_putatm_ocn, cnt_putatm_urb, scale_atmos_hydrometeor::i_qv, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, lnd_atm_cossza, lnd_atm_dens, lnd_atm_pbl, lnd_atm_pres, lnd_atm_qv, lnd_atm_sfc_pres, lnd_atm_sflx_rad_dn, lnd_atm_sflx_rain, lnd_atm_sflx_snow, lnd_atm_temp, lnd_atm_u, lnd_atm_v, lnd_atm_w, ocn_atm_cossza, ocn_atm_dens, ocn_atm_pbl, ocn_atm_pres, ocn_atm_qv, ocn_atm_sfc_pres, ocn_atm_sflx_rad_dn, ocn_atm_sflx_rain, ocn_atm_sflx_snow, ocn_atm_temp, ocn_atm_u, ocn_atm_v, ocn_atm_w, urb_atm_cossza, urb_atm_dens, urb_atm_pbl, urb_atm_pres, urb_atm_qv, urb_atm_sfc_pres, urb_atm_sflx_rad_dn, urb_atm_sflx_rain, urb_atm_sflx_snow, urb_atm_temp, urb_atm_u, urb_atm_v, and urb_atm_w.
Referenced by mod_atmos_driver::atmos_surface_set().
subroutine, public mod_cpl_vars::cpl_putocn | ( | real(rp), dimension (ia,ja), intent(in) | SFC_TEMP, |
real(rp), dimension(ia,ja,2), intent(in) | SFC_albedo, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_Z0M, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_Z0H, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_Z0E, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_MW, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_MU, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_MV, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_SH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_LH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_WH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_evap, | ||
real(rp), dimension (ia,ja), intent(in) | U10, | ||
real(rp), dimension (ia,ja), intent(in) | V10, | ||
real(rp), dimension (ia,ja), intent(in) | T2, | ||
real(rp), dimension (ia,ja), intent(in) | Q2, | ||
logical, intent(in) | countup | ||
) |
Definition at line 625 of file mod_cpl_vars.f90.
References cnt_putocn, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, ocn_q2, ocn_sfc_albedo, ocn_sfc_temp, ocn_sfc_z0e, ocn_sfc_z0h, ocn_sfc_z0m, ocn_sflx_evap, ocn_sflx_lh, ocn_sflx_mu, ocn_sflx_mv, ocn_sflx_mw, ocn_sflx_sh, ocn_sflx_wh, ocn_t2, ocn_u10, and ocn_v10.
Referenced by mod_ocean_driver::ocean_surface_set().
subroutine, public mod_cpl_vars::cpl_putlnd | ( | real(rp), dimension (ia,ja), intent(in) | SFC_TEMP, |
real(rp), dimension(ia,ja,2), intent(in) | SFC_albedo, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_Z0M, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_Z0H, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_Z0E, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_MW, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_MU, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_MV, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_SH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_LH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_GH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_evap, | ||
real(rp), dimension (ia,ja), intent(in) | U10, | ||
real(rp), dimension (ia,ja), intent(in) | V10, | ||
real(rp), dimension (ia,ja), intent(in) | T2, | ||
real(rp), dimension (ia,ja), intent(in) | Q2, | ||
logical, intent(in) | countup | ||
) |
Definition at line 726 of file mod_cpl_vars.f90.
References cnt_putlnd, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, lnd_q2, lnd_sfc_albedo, lnd_sfc_temp, lnd_sfc_z0e, lnd_sfc_z0h, lnd_sfc_z0m, lnd_sflx_evap, lnd_sflx_gh, lnd_sflx_lh, lnd_sflx_mu, lnd_sflx_mv, lnd_sflx_mw, lnd_sflx_sh, lnd_t2, lnd_u10, and lnd_v10.
Referenced by mod_land_driver::land_surface_set().
subroutine, public mod_cpl_vars::cpl_puturb | ( | real(rp), dimension (ia,ja), intent(in) | SFC_TEMP, |
real(rp), dimension(ia,ja,2), intent(in) | SFC_albedo, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_Z0M, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_Z0H, | ||
real(rp), dimension (ia,ja), intent(in) | SFC_Z0E, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_MW, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_MU, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_MV, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_SH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_LH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_GH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_evap, | ||
real(rp), dimension (ia,ja), intent(in) | U10, | ||
real(rp), dimension (ia,ja), intent(in) | V10, | ||
real(rp), dimension (ia,ja), intent(in) | T2, | ||
real(rp), dimension (ia,ja), intent(in) | Q2, | ||
logical, intent(in) | countup | ||
) |
Definition at line 828 of file mod_cpl_vars.f90.
References cnt_puturb, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, urb_q2, urb_sfc_albedo, urb_sfc_temp, urb_sfc_z0e, urb_sfc_z0h, urb_sfc_z0m, urb_sflx_evap, urb_sflx_gh, urb_sflx_lh, urb_sflx_mu, urb_sflx_mv, urb_sflx_mw, urb_sflx_sh, urb_t2, urb_u10, and urb_v10.
Referenced by mod_urban_driver::urban_surface_set().
subroutine, public mod_cpl_vars::cpl_getsfc_atm | ( | real(rp), dimension (ia,ja), intent(out) | SFC_TEMP, |
real(rp), dimension(ia,ja,2), intent(out) | SFC_albedo, | ||
real(rp), dimension (ia,ja), intent(out) | SFC_Z0M, | ||
real(rp), dimension (ia,ja), intent(out) | SFC_Z0H, | ||
real(rp), dimension (ia,ja), intent(out) | SFC_Z0E, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_MW, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_MU, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_MV, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_SH, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_LH, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_GH, | ||
real(rp), dimension (ia,ja,qa), intent(out) | SFLX_QTRC, | ||
real(rp), dimension (ia,ja), intent(out) | U10, | ||
real(rp), dimension (ia,ja), intent(out) | V10, | ||
real(rp), dimension (ia,ja), intent(out) | T2, | ||
real(rp), dimension (ia,ja), intent(out) | Q2 | ||
) |
Definition at line 928 of file mod_cpl_vars.f90.
References cnt_putlnd, cnt_putocn, cnt_puturb, scale_atmos_hydrometeor::i_qv, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, scale_landuse::landuse_fact_land, scale_landuse::landuse_fact_ocean, scale_landuse::landuse_fact_urban, lnd_q2, lnd_sfc_albedo, lnd_sfc_temp, lnd_sfc_z0e, lnd_sfc_z0h, lnd_sfc_z0m, lnd_sflx_evap, lnd_sflx_gh, lnd_sflx_lh, lnd_sflx_mu, lnd_sflx_mv, lnd_sflx_mw, lnd_sflx_sh, lnd_t2, lnd_u10, lnd_v10, ocn_q2, ocn_sfc_albedo, ocn_sfc_temp, ocn_sfc_z0e, ocn_sfc_z0h, ocn_sfc_z0m, ocn_sflx_evap, ocn_sflx_lh, ocn_sflx_mu, ocn_sflx_mv, ocn_sflx_mw, ocn_sflx_sh, ocn_sflx_wh, ocn_t2, ocn_u10, ocn_v10, scale_tracer::qa, urb_q2, urb_sfc_albedo, urb_sfc_temp, urb_sfc_z0e, urb_sfc_z0h, urb_sfc_z0m, urb_sflx_evap, urb_sflx_gh, urb_sflx_lh, urb_sflx_mu, urb_sflx_mv, urb_sflx_mw, urb_sflx_sh, urb_t2, urb_u10, and urb_v10.
Referenced by mod_atmos_driver::atmos_surface_get().
subroutine, public mod_cpl_vars::cpl_getatm_ocn | ( | real(rp), dimension (ia,ja), intent(out) | TEMP, |
real(rp), dimension (ia,ja), intent(out) | PRES, | ||
real(rp), dimension (ia,ja), intent(out) | W, | ||
real(rp), dimension (ia,ja), intent(out) | U, | ||
real(rp), dimension (ia,ja), intent(out) | V, | ||
real(rp), dimension (ia,ja), intent(out) | DENS, | ||
real(rp), dimension (ia,ja), intent(out) | QV, | ||
real(rp), dimension (ia,ja), intent(out) | PBL, | ||
real(rp), dimension (ia,ja), intent(out) | SFC_PRES, | ||
real(rp), dimension(ia,ja,2,2), intent(out) | SFLX_rad_dn, | ||
real(rp), dimension (ia,ja), intent(out) | cosSZA, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_rain, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_snow | ||
) |
Definition at line 1067 of file mod_cpl_vars.f90.
References cnt_putatm_ocn, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, ocn_atm_cossza, ocn_atm_dens, ocn_atm_pbl, ocn_atm_pres, ocn_atm_qv, ocn_atm_sfc_pres, ocn_atm_sflx_rad_dn, ocn_atm_sflx_rain, ocn_atm_sflx_snow, ocn_atm_temp, ocn_atm_u, ocn_atm_v, and ocn_atm_w.
Referenced by mod_ocean_driver::ocean_surface_get().
subroutine, public mod_cpl_vars::cpl_getatm_lnd | ( | real(rp), dimension (ia,ja), intent(out) | TEMP, |
real(rp), dimension (ia,ja), intent(out) | PRES, | ||
real(rp), dimension (ia,ja), intent(out) | W, | ||
real(rp), dimension (ia,ja), intent(out) | U, | ||
real(rp), dimension (ia,ja), intent(out) | V, | ||
real(rp), dimension (ia,ja), intent(out) | DENS, | ||
real(rp), dimension (ia,ja), intent(out) | QV, | ||
real(rp), dimension (ia,ja), intent(out) | PBL, | ||
real(rp), dimension (ia,ja), intent(out) | SFC_PRES, | ||
real(rp), dimension(ia,ja,2,2), intent(out) | SFLX_rad_dn, | ||
real(rp), dimension (ia,ja), intent(out) | cosSZA, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_rain, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_snow | ||
) |
Definition at line 1135 of file mod_cpl_vars.f90.
References cnt_putatm_lnd, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, lnd_atm_cossza, lnd_atm_dens, lnd_atm_pbl, lnd_atm_pres, lnd_atm_qv, lnd_atm_sfc_pres, lnd_atm_sflx_rad_dn, lnd_atm_sflx_rain, lnd_atm_sflx_snow, lnd_atm_temp, lnd_atm_u, lnd_atm_v, and lnd_atm_w.
Referenced by mod_land_driver::land_surface_get().
subroutine, public mod_cpl_vars::cpl_getatm_urb | ( | real(rp), dimension (ia,ja), intent(out) | TEMP, |
real(rp), dimension (ia,ja), intent(out) | PRES, | ||
real(rp), dimension (ia,ja), intent(out) | W, | ||
real(rp), dimension (ia,ja), intent(out) | U, | ||
real(rp), dimension (ia,ja), intent(out) | V, | ||
real(rp), dimension (ia,ja), intent(out) | DENS, | ||
real(rp), dimension (ia,ja), intent(out) | QV, | ||
real(rp), dimension (ia,ja), intent(out) | PBL, | ||
real(rp), dimension (ia,ja), intent(out) | SFC_PRES, | ||
real(rp), dimension(ia,ja,2,2), intent(out) | SFLX_rad_dn, | ||
real(rp), dimension (ia,ja), intent(out) | cosSZA, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_rain, | ||
real(rp), dimension (ia,ja), intent(out) | SFLX_snow | ||
) |
Definition at line 1203 of file mod_cpl_vars.f90.
References cnt_putatm_urb, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, urb_atm_cossza, urb_atm_dens, urb_atm_pbl, urb_atm_pres, urb_atm_qv, urb_atm_sfc_pres, urb_atm_sflx_rad_dn, urb_atm_sflx_rain, urb_atm_sflx_snow, urb_atm_temp, urb_atm_u, urb_atm_v, and urb_atm_w.
Referenced by mod_urban_driver::urban_surface_get().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sfc_temp |
Definition at line 51 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_cpl_vars::ocn_sfc_albedo |
Definition at line 52 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sfc_z0m |
Definition at line 53 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sfc_z0h |
Definition at line 54 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sfc_z0e |
Definition at line 55 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sflx_mw |
Definition at line 56 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sflx_mu |
Definition at line 57 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sflx_mv |
Definition at line 58 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sflx_sh |
Definition at line 59 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sflx_lh |
Definition at line 60 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sflx_wh |
Definition at line 61 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_sflx_evap |
Definition at line 62 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_u10 |
Definition at line 63 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_v10 |
Definition at line 64 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_t2 |
Definition at line 65 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_q2 |
Definition at line 66 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sfc_temp |
Definition at line 69 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_cpl_vars::lnd_sfc_albedo |
Definition at line 70 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sfc_z0m |
Definition at line 71 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sfc_z0h |
Definition at line 72 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sfc_z0e |
Definition at line 73 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sflx_mw |
Definition at line 74 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sflx_mu |
Definition at line 75 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sflx_mv |
Definition at line 76 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sflx_sh |
Definition at line 77 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sflx_lh |
Definition at line 78 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sflx_gh |
Definition at line 79 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_sflx_evap |
Definition at line 80 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_u10 |
Definition at line 81 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_v10 |
Definition at line 82 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_t2 |
Definition at line 83 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_q2 |
Definition at line 84 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sfc_temp |
Definition at line 87 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_cpl_vars::urb_sfc_albedo |
Definition at line 88 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sfc_z0m |
Definition at line 89 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sfc_z0h |
Definition at line 90 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sfc_z0e |
Definition at line 91 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sflx_mw |
Definition at line 92 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sflx_mu |
Definition at line 93 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sflx_mv |
Definition at line 94 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sflx_sh |
Definition at line 95 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sflx_lh |
Definition at line 96 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sflx_gh |
Definition at line 97 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_sflx_evap |
Definition at line 98 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_u10 |
Definition at line 99 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_v10 |
Definition at line 100 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_t2 |
Definition at line 101 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_q2 |
Definition at line 102 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_temp |
Definition at line 105 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_pres |
Definition at line 106 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_w |
Definition at line 107 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_u |
Definition at line 108 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_v |
Definition at line 109 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_dens |
Definition at line 110 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_qv |
Definition at line 111 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_pbl |
Definition at line 112 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_sfc_pres |
Definition at line 113 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension(:,:,:,:), allocatable, public mod_cpl_vars::ocn_atm_sflx_rad_dn |
Definition at line 114 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_cossza |
Definition at line 115 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_sflx_rain |
Definition at line 116 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::ocn_atm_sflx_snow |
Definition at line 117 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_temp |
Definition at line 120 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_pres |
Definition at line 121 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_w |
Definition at line 122 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_u |
Definition at line 123 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_v |
Definition at line 124 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_dens |
Definition at line 125 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_qv |
Definition at line 126 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_pbl |
Definition at line 127 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_sfc_pres |
Definition at line 128 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension(:,:,:,:), allocatable, public mod_cpl_vars::lnd_atm_sflx_rad_dn |
Definition at line 129 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_cossza |
Definition at line 130 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_sflx_rain |
Definition at line 131 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::lnd_atm_sflx_snow |
Definition at line 132 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_temp |
Definition at line 135 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_pres |
Definition at line 136 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_w |
Definition at line 137 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_u |
Definition at line 138 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_v |
Definition at line 139 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_dens |
Definition at line 140 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_qv |
Definition at line 141 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_pbl |
Definition at line 142 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_sfc_pres |
Definition at line 143 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension(:,:,:,:), allocatable, public mod_cpl_vars::urb_atm_sflx_rad_dn |
Definition at line 144 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_cossza |
Definition at line 145 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_sflx_rain |
Definition at line 146 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_cpl_vars::urb_atm_sflx_snow |
Definition at line 147 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), public mod_cpl_vars::cnt_putatm_ocn |
Definition at line 150 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_ocn(), cpl_putatm(), and cpl_vars_setup().
real(rp), public mod_cpl_vars::cnt_putatm_lnd |
Definition at line 151 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_lnd(), cpl_putatm(), and cpl_vars_setup().
real(rp), public mod_cpl_vars::cnt_putatm_urb |
Definition at line 152 of file mod_cpl_vars.f90.
Referenced by cpl_getatm_urb(), cpl_putatm(), and cpl_vars_setup().
real(rp), public mod_cpl_vars::cnt_putocn |
Definition at line 153 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putocn(), and cpl_vars_setup().
real(rp), public mod_cpl_vars::cnt_putlnd |
Definition at line 154 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_putlnd(), and cpl_vars_setup().
real(rp), public mod_cpl_vars::cnt_puturb |
Definition at line 155 of file mod_cpl_vars.f90.
Referenced by cpl_getsfc_atm(), cpl_puturb(), and cpl_vars_setup().