source: trunk/WRF.COMMON/WRFV3/dyn_nmm/module_TIMERS.F @ 2759

Last change on this file since 2759 was 2759, checked in by aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

File size: 896 bytes
Line 
1!
2      MODULE MODULE_TIMERS
3!----------------------------------------------------------------------
4!----------------------------------------------------------------------
5!***  TIMERS OF FORECAST COMPONENTS
6!
7      REAL :: adve_tim,bocoh_tim,bocov_tim,chkout_tim,cltend_tim       &
8             ,cucnvc_tim,ddamp_tim,eps_tim,exch_tim,goss_tim           &
9             ,gsmdrive_tim,had2_tim,hadz_tim,hdiff_tim                 &
10             ,init_tim,nhb_tim,pdtedt_tim,pfdht_tim                    &
11             ,radtn_tim,rdtemp_tim,res_tim,surfce_tim,turbl_tim        &
12             ,vad2_tim,vadz_tim         
13      REAL :: allocm_tim,allocs_tim,digflt_tim,fltas_tim               &
14             ,gossip_tim,mpp_tim,runstream_tim
15      REAL :: brun_tim,btim,btimx,pct,tot_tim,tot2_tim
16!----------------------------------------------------------------------
17      END MODULE MODULE_TIMERS
Note: See TracBrowser for help on using the repository browser.