ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
mod_suydam.f90
Go to the documentation of this file.
1 module mod_suydam
2 
3  use itm_types
4 
5  implicit none
6 
7  real(r8), allocatable :: cp0(:), cp1(:), cp2(:), cq0(:), cq1(:)
8  real(r8), allocatable :: b02(:), dt_b02(:), ds_b02(:)
9 
10  real(r8) :: qaxis
11 
12  integer(itm_i4) :: ncpq
13 
14 end module mod_suydam