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 9124 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg.F90 – NEMO

Ignore:
Timestamp:
2017-12-19T09:26:25+01:00 (7 years ago)
Author:
gm
Message:

dev_merge_2017: ln_timing instead of nn_timing + restricted timing to nemo_init and routine called by step in OPA_SRC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg.F90

    r9023 r9124  
    194194      !!---------------------------------------------------------------------- 
    195195      ! 
    196       IF( ln_timing )   CALL timing_start('dyn_spg_init') 
    197       ! 
    198196      REWIND( numnam_ref )              ! Namelist namdyn_spg in reference namelist : Free surface 
    199197      READ  ( numnam_ref, namdyn_spg, IOSTAT = ios, ERR = 901) 
     
    231229      IF( nspg == np_TS ) THEN   ! split-explicit scheme initialisation 
    232230         CALL dyn_spg_ts_init          ! do it first: set nn_baro used to allocate some arrays later on 
    233          IF( dyn_spg_ts_alloc() /= 0  )   CALL ctl_stop('STOP', 'dyn_spg_init: failed to allocate dynspg_ts  arrays' ) 
    234          IF( neuler/=0 .AND. ln_bt_fw )   CALL ts_rst( nit000, 'READ' ) 
    235       ENDIF 
    236       ! 
    237       IF( ln_timing )   CALL timing_stop('dyn_spg_init') 
     231      ENDIF 
    238232      ! 
    239233   END SUBROUTINE dyn_spg_init 
Note: See TracChangeset for help on using the changeset viewer.