FV3 Bundle
fv_timing_nlm.F90 File Reference

Go to the source code of this file.

Data Types

type  fv_timing_nlm_mod::tms
 

Modules

module  fv_timing_nlm_mod
 

Functions/Subroutines

subroutine fv_timing_nlm_mod::timing_init
 
subroutine fv_timing_nlm_mod::timing_on (blk_name)
 
subroutine fv_timing_nlm_mod::timing_off (blk_name)
 
subroutine fv_timing_nlm_mod::timing_clear ()
 
subroutine fv_timing_nlm_mod::timing_prt (gid)
 
subroutine fv_timing_nlm_mod::upper (string, length)
 

Variables

integer, private fv_timing_nlm_mod::nblks
 
character(len=20), dimension(nblks), private fv_timing_nlm_mod::blkname
 
integer, private fv_timing_nlm_mod::tblk
 
real, private fv_timing_nlm_mod::etime
 
real(kind=8), private fv_timing_nlm_mod::totim
 
real, dimension(2), private fv_timing_nlm_mod::tarray
 
type(tms), dimension(nblks), private fv_timing_nlm_mod::accum
 
type(tms), dimension(nblks), private fv_timing_nlm_mod::last
 
real(kind=8), public fv_timing_nlm_mod::comm_timer
 
real(kind=8), public fv_timing_nlm_mod::wait_timer
 
real, dimension(nblks, 2), private fv_timing_nlm_mod::us_tmp1
 
real, dimension(nblks, 2), private fv_timing_nlm_mod::us_tmp2
 
logical, private fv_timing_nlm_mod::module_initialized = .false.