|
| real(kind=f64), dimension(:), pointer | buf1d |
| |
| real(kind=f64), dimension(:), pointer | buf1d_out |
| |
| real(kind=f64), dimension(:), pointer | dtab |
| |
| real(kind=f64), dimension(:), pointer | ltab |
| |
| real(kind=f64), dimension(:), pointer | mtab |
| |
| real(kind=f64), dimension(:), pointer | alphax |
| |
| real(kind=f64), dimension(:), pointer | prim |
| |
| real(kind=f64), dimension(:), pointer | bufout0 |
| |
| real(kind=f64), dimension(:), pointer | bufout |
| |
| real(kind=f64), dimension(:), pointer | p |
| |
| real(kind=f64) | eta_min |
| |
| real(kind=f64) | eta_max |
| |
| integer(kind=i32) | npts |
| |
| integer(kind=i32) | nbdr |
| |
Definition at line 40 of file sll_m_advection_1d_PSM.F90.
◆ advect_1d()
| procedure, pass(adv) advect_1d |
|
private |
◆ advect_1d_constant()
| procedure, pass(adv) advect_1d_constant |
|
private |
◆ delete()
| procedure, pass(adv) delete |
|
private |
◆ initialize()
| procedure, pass(adv) initialize |
|
private |
◆ alphax
| real(kind=f64), dimension(:), pointer alphax |
|
private |
◆ buf1d
| real(kind=f64), dimension(:), pointer buf1d |
|
private |
◆ buf1d_out
| real(kind=f64), dimension(:), pointer buf1d_out |
|
private |
◆ bufout
| real(kind=f64), dimension(:), pointer bufout |
|
private |
◆ bufout0
| real(kind=f64), dimension(:), pointer bufout0 |
|
private |
◆ dtab
| real(kind=f64), dimension(:), pointer dtab |
|
private |
◆ eta_max
◆ eta_min
◆ ltab
| real(kind=f64), dimension(:), pointer ltab |
|
private |
◆ mtab
| real(kind=f64), dimension(:), pointer mtab |
|
private |
◆ nbdr
◆ npts
| real(kind=f64), dimension(:), pointer p |
|
private |
◆ prim
| real(kind=f64), dimension(:), pointer prim |
|
private |