shr_timer_mod.F90 File Reference

Go to the source code of this file.

Modules

module  shr_timer_mod

Functions/Subroutines

subroutine shr_timer_mod::shr_timer_init
subroutine shr_timer_mod::shr_timer_get (n, str)
subroutine shr_timer_mod::shr_timer_start (n)
subroutine shr_timer_mod::shr_timer_stop (n)
subroutine shr_timer_mod::shr_timer_print (n)
subroutine shr_timer_mod::shr_timer_print_all
subroutine shr_timer_mod::shr_timer_zero (n)
subroutine shr_timer_mod::shr_timer_zero_all
subroutine shr_timer_mod::shr_timer_check (n)
subroutine shr_timer_mod::shr_timer_check_all
subroutine shr_timer_mod::shr_timer_free (n)
subroutine shr_timer_mod::shr_timer_free_all
subroutine shr_timer_mod::shr_timer_sleep (sec)

Variables

integer(SHR_KIND_IN), parameter shr_timer_mod::stat_free = 0
integer(SHR_KIND_IN), parameter shr_timer_mod::stat_inuse = 1
integer(SHR_KIND_IN), parameter shr_timer_mod::stat_started = 2
integer(SHR_KIND_IN), parameter shr_timer_mod::stat_stopped = 3
integer(SHR_KIND_IN), parameter shr_timer_mod::max_timers = 200
integer(SHR_KIND_IN),
dimension(max_timers) 
shr_timer_mod::status
integer(SHR_KIND_IN),
dimension(max_timers) 
shr_timer_mod::cycles1
integer(SHR_KIND_IN),
dimension(max_timers) 
shr_timer_mod::cycles2
integer(SHR_KIND_IN) shr_timer_mod::cycles_max = -1
character(len=80), dimension(max_timers) shr_timer_mod::name
real(SHR_KIND_R8), dimension(max_timers) shr_timer_mod::dt
integer(SHR_KIND_IN),
dimension(max_timers) 
shr_timer_mod::calls
real(SHR_KIND_R8) shr_timer_mod::clock_rate
 All Classes Namespaces Files Functions Variables Defines

Generated on Wed Jun 23 12:04:55 2010 for CESM_Driver by  doxygen 1.6.1