|
integer, parameter | forcing_mod::divergence =0 |
|
integer, parameter | forcing_mod::subsidence =1 |
|
integer, parameter | forcing_mod::tendency =0 |
|
integer, parameter | forcing_mod::relaxation =1 |
|
integer, parameter | forcing_mod::increment =2 |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::theta_profile |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::q_profile |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::u_profile |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::v_profile |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::dtheta_profile |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::dq_profile |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::du_profile |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::dv_profile |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::du_profile_diag |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::dv_profile_diag |
|
real(kind=default_precision), dimension(:), allocatable | forcing_mod::dtheta_profile_diag |
|
real(kind=default_precision), dimension(:,:), allocatable | forcing_mod::dq_profile_diag |
|
real(kind=default_precision) | forcing_mod::forcing_timescale_theta |
|
real(kind=default_precision) | forcing_mod::forcing_timescale_q |
|
real(kind=default_precision) | forcing_mod::forcing_timescale_u |
|
real(kind=default_precision) | forcing_mod::forcing_timescale_v |
|
logical | forcing_mod::l_constant_forcing_theta |
|
logical | forcing_mod::l_constant_forcing_q |
|
logical | forcing_mod::l_constant_forcing_u |
|
logical | forcing_mod::l_constant_forcing_v |
|
integer | forcing_mod::constant_forcing_type_theta =TENDENCY |
|
integer | forcing_mod::constant_forcing_type_q =TENDENCY |
|
integer | forcing_mod::constant_forcing_type_u =RELAXATION |
|
integer | forcing_mod::constant_forcing_type_v =RELAXATION |
|
logical | forcing_mod::l_constant_forcing_theta_z2pressure |
|
logical | forcing_mod::relax_to_initial_u_profile |
|
logical | forcing_mod::relax_to_initial_v_profile |
|
logical | forcing_mod::relax_to_initial_theta_profile |
|
logical | forcing_mod::l_subs_pl_theta |
|
logical | forcing_mod::l_subs_pl_q |
|
logical | forcing_mod::l_subs_local_theta |
|
logical | forcing_mod::l_subs_local_q |
|
character(len=string_length), dimension(:), allocatable | forcing_mod::names_force_pl_q |
|