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 10727 for utils/tools_AGRIF_CMEMS_2020/DOMAINcfg/src/domcfg.f90 – NEMO

Ignore:
Timestamp:
2019-02-27T17:02:02+01:00 (5 years ago)
Author:
rblod
Message:

new nesting tools (attempt) and brutal cleaning of DOMAINcfg, see ticket #2129

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_AGRIF_CMEMS_2020/DOMAINcfg/src/domcfg.f90

    r9598 r10727  
    3737      !!---------------------------------------------------------------------- 
    3838      ! 
    39       IF( nn_timing == 1 )  CALL timing_start('dom_cfg') 
     39    !  IF( nn_timing == 1 )  CALL timing_start('dom_cfg') 
    4040      ! 
    4141      IF(lwp) THEN                   ! Control print 
     
    6060      CALL dom_glo                   ! global domain versus zoom and/or local domain 
    6161      ! 
    62       IF( nn_timing == 1 )  CALL timing_stop('dom_cfg') 
     62    !  IF( nn_timing == 1 )  CALL timing_stop('dom_cfg') 
    6363      ! 
    6464   END SUBROUTINE dom_cfg 
Note: See TracChangeset for help on using the changeset viewer.