New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3139 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2011-11-16T17:11:51+01:00 (13 years ago)
Author:
rblod
Message:

Add timing module see ticket #829

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r3104 r3139  
    8787   !!---------------------------------------------------------------------- 
    8888   LOGICAL ::   ln_ctl     = .FALSE.   !: run control for debugging 
     89   INTEGER ::   nn_timing    =    0    !: run control for timing 
    8990   INTEGER ::   nn_print     =    0    !: level of print (0 no print) 
    9091   INTEGER ::   nn_ictls     =    0    !: Start i indice for the SUM control 
     
    106107   !!---------------------------------------------------------------------- 
    107108   INTEGER ::   numstp      =   -1      !: logical unit for time step 
     109   INTEGER ::   numtime     =   -1      !: logical unit for timing 
    108110   INTEGER ::   numout      =    6      !: logical unit for output print 
    109111   INTEGER ::   numnam      =   -1      !: logical unit for namelist 
Note: See TracChangeset for help on using the changeset viewer.