|
CAM
|
Data Types | |
| interface | timelevel_init |
| type | timelevel_t |
Functions/Subroutines | |
| real(kind=real_kind) function, public | time_at (nstep) |
| subroutine | timelevel_init_default (tl) |
| subroutine | timelevel_init_copy (tl, tin) |
| subroutine | timelevel_init_specific (tl, n0, n1, n2, nstep) |
| subroutine, public | timelevel_qdp (tl, qsplit, n0, np1) |
| subroutine, public | timelevel_update (tl, uptype) |
Variables | |
| integer, public | nsplit =1 |
| integer, public | nmax |
| integer, public | nendstep |
| integer, public | ndays |
| real(kind=real_kind), public | tstep |
| real(kind=real_kind), public | phys_tscale =0. |
| real(kind=real_kind), parameter, public | secphr = 3600.0D0 |
| real(kind=real_kind), parameter, public | secpday = 86400.0D0 |
| real(kind=real_kind), public | smooth = 0.05D0 |
| integer, parameter | ptimelevels = 3 |
| real (kind=real_kind) function, public time_mod::time_at | ( | integer, intent(in) | nstep | ) |

| subroutine time_mod::timelevel_init_copy | ( | type (timelevel_t), intent(out) | tl, |
| type (timelevel_t), intent(in) | tin | ||
| ) |
| subroutine time_mod::timelevel_init_default | ( | type (timelevel_t), intent(out) | tl | ) |
| subroutine time_mod::timelevel_init_specific | ( | type (timelevel_t) | tl, |
| integer, intent(in) | n0, | ||
| integer, intent(in) | n1, | ||
| integer, intent(in) | n2, | ||
| integer, intent(in) | nstep | ||
| ) |
| subroutine, public time_mod::timelevel_qdp | ( | type (timelevel_t) | tl, |
| integer, intent(in) | qsplit, | ||
| integer, intent(inout) | n0, | ||
| integer, intent(inout), optional | np1 | ||
| ) |

| subroutine, public time_mod::timelevel_update | ( | type (timelevel_t) | tl, |
| character(len=*) | uptype | ||
| ) |

| integer, public time_mod::ndays |
| integer, public time_mod::nendstep |
| integer, public time_mod::nmax |
| integer, public time_mod::nsplit =1 |
| real (kind=real_kind), public time_mod::phys_tscale =0. |
| integer, parameter time_mod::ptimelevels = 3 |
| real (kind=real_kind), parameter, public time_mod::secpday = 86400.0D0 |
| real (kind=real_kind), parameter, public time_mod::secphr = 3600.0D0 |
| real (kind=real_kind), public time_mod::smooth = 0.05D0 |
| real (kind=real_kind), public time_mod::tstep |