SUEWS API Site
Documentation of SUEWS source code
Public Attributes | List of all members
suews_driver::spartacus_prm Type Reference

Public Attributes

real(kind(1d0)) air_ext_lw
 
real(kind(1d0)) air_ext_sw
 
real(kind(1d0)) air_ssa_lw
 
real(kind(1d0)) air_ssa_sw
 
real(kind(1d0)), dimension(:), allocatable height
 
real(kind(1d0)) ground_albedo_dir_mult_fact
 
integer n_stream_lw_urban
 
integer n_stream_sw_urban
 
integer n_vegetation_region_urban
 
real(kind(1d0)) sw_dn_direct_frac
 
real(kind(1d0)) use_sw_direct_albedo
 
real(kind(1d0)) veg_contact_fraction_const
 
real(kind(1d0)) veg_fsd_const
 
real(kind(1d0)) veg_ssa_lw
 
real(kind(1d0)) veg_ssa_sw
 

Detailed Description

Definition at line 302 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ air_ext_lw

real(kind(1d0)) suews_driver::spartacus_prm::air_ext_lw

Definition at line 303 of file suews_ctrl_driver.f95.

303 REAL(KIND(1D0)) :: air_ext_lw

◆ air_ext_sw

real(kind(1d0)) suews_driver::spartacus_prm::air_ext_sw

Definition at line 304 of file suews_ctrl_driver.f95.

304 REAL(KIND(1D0)) :: air_ext_sw

◆ air_ssa_lw

real(kind(1d0)) suews_driver::spartacus_prm::air_ssa_lw

Definition at line 305 of file suews_ctrl_driver.f95.

305 REAL(KIND(1D0)) :: air_ssa_lw

◆ air_ssa_sw

real(kind(1d0)) suews_driver::spartacus_prm::air_ssa_sw

Definition at line 306 of file suews_ctrl_driver.f95.

306 REAL(KIND(1D0)) :: air_ssa_sw

◆ ground_albedo_dir_mult_fact

real(kind(1d0)) suews_driver::spartacus_prm::ground_albedo_dir_mult_fact

Definition at line 308 of file suews_ctrl_driver.f95.

308 REAL(KIND(1D0)) :: ground_albedo_dir_mult_fact

◆ height

real(kind(1d0)), dimension(:), allocatable suews_driver::spartacus_prm::height

Definition at line 307 of file suews_ctrl_driver.f95.

307 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: height

◆ n_stream_lw_urban

integer suews_driver::spartacus_prm::n_stream_lw_urban

Definition at line 309 of file suews_ctrl_driver.f95.

309 INTEGER :: n_stream_lw_urban ! LW streams per hemisphere [-]

◆ n_stream_sw_urban

integer suews_driver::spartacus_prm::n_stream_sw_urban

Definition at line 310 of file suews_ctrl_driver.f95.

310 INTEGER :: n_stream_sw_urban ! shortwave diffuse streams per hemisphere [-]

◆ n_vegetation_region_urban

integer suews_driver::spartacus_prm::n_vegetation_region_urban

Definition at line 311 of file suews_ctrl_driver.f95.

311 INTEGER :: n_vegetation_region_urban ! Number of regions used to describe vegetation [-]

◆ sw_dn_direct_frac

real(kind(1d0)) suews_driver::spartacus_prm::sw_dn_direct_frac

Definition at line 312 of file suews_ctrl_driver.f95.

312 REAL(KIND(1D0)) :: sw_dn_direct_frac

◆ use_sw_direct_albedo

real(kind(1d0)) suews_driver::spartacus_prm::use_sw_direct_albedo

Definition at line 313 of file suews_ctrl_driver.f95.

313 REAL(KIND(1D0)) :: use_sw_direct_albedo

◆ veg_contact_fraction_const

real(kind(1d0)) suews_driver::spartacus_prm::veg_contact_fraction_const

Definition at line 314 of file suews_ctrl_driver.f95.

314 REAL(KIND(1D0)) :: veg_contact_fraction_const

◆ veg_fsd_const

real(kind(1d0)) suews_driver::spartacus_prm::veg_fsd_const

Definition at line 315 of file suews_ctrl_driver.f95.

315 REAL(KIND(1D0)) :: veg_fsd_const

◆ veg_ssa_lw

real(kind(1d0)) suews_driver::spartacus_prm::veg_ssa_lw

Definition at line 316 of file suews_ctrl_driver.f95.

316 REAL(KIND(1D0)) :: veg_ssa_lw

◆ veg_ssa_sw

real(kind(1d0)) suews_driver::spartacus_prm::veg_ssa_sw

Definition at line 317 of file suews_ctrl_driver.f95.

317 REAL(KIND(1D0)) :: veg_ssa_sw

The documentation for this type was generated from the following file: