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 2771 for branches/2011/dev_r2769_LOCEAN_dynamic_mem/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2011-05-31T17:05:34+02:00 (13 years ago)
Author:
rblod
Message:

First implementation of timing, with tvd as an example, see ticket #829

File:
1 edited

Legend:

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

    r2715 r2771  
    8787   !!---------------------------------------------------------------------- 
    8888   LOGICAL ::   ln_ctl     = .FALSE.   !: run control for debugging 
     89   LOGICAL ::   ln_timing  = .FALSE.   !: 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 
     
    111112   INTEGER ::   numevo_ice =   -1      !: logical unit for ice variables (temp. evolution) 
    112113   INTEGER ::   numsol     =   -1      !: logical unit for solver statistics 
     114   INTEGER ::   numtime    =   -1      !: logical unit for timing statistics 
    113115 
    114116   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.