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/SBC/sbcblk.F90 – NEMO

Ignore:
Timestamp:
2017-12-19T09:26:25+01:00 (6 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/SBC/sbcblk.F90

    r9098 r9124  
    5757   USE in_out_manager ! I/O manager 
    5858   USE lib_mpp        ! distribued memory computing library 
    59    USE timing         ! Timing 
    6059   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    6160   USE prtctl         ! Print control 
     
    383382      !!--------------------------------------------------------------------- 
    384383      ! 
    385       IF( ln_timing )   CALL timing_start('blk_oce') 
    386       ! 
    387384      ! local scalars ( place there for vector optimisation purposes) 
    388385      zst(:,:) = pst(:,:) + rt0      ! convert SST from Celcius to Kelvin (and set minimum value far above 0 K) 
     
    564561      ENDIF 
    565562      ! 
    566       IF( ln_timing )   CALL timing_stop('blk_oce') 
    567       ! 
    568563   END SUBROUTINE blk_oce 
    569564 
     
    713708      REAL(wp), DIMENSION(jpi,jpj) ::   zrhoa     ! transfer coefficient for momentum      (tau) 
    714709      !!--------------------------------------------------------------------- 
    715       ! 
    716       IF( ln_timing )   CALL timing_start('blk_ice_tau') 
    717710      ! 
    718711      ! set transfer coefficients to default sea-ice values 
     
    811804      ENDIF 
    812805      ! 
    813       IF( ln_timing )   CALL timing_stop('blk_ice_tau') 
    814       ! 
    815806   END SUBROUTINE blk_ice_tau 
    816807 
     
    845836      REAL(wp), DIMENSION(jpi,jpj)     ::   zrhoa 
    846837      !!--------------------------------------------------------------------- 
    847       ! 
    848       IF( ln_timing )   CALL timing_start('blk_ice_flx') 
    849838      ! 
    850839      zcoef_dqlw = 4.0 * 0.95 * Stef             ! local scalars 
     
    965954      ENDIF 
    966955      ! 
    967       IF( ln_timing )   CALL timing_stop('blk_ice_flx') 
    968       ! 
    969956   END SUBROUTINE blk_ice_flx 
    970957    
     
    1002989      REAL(wp), DIMENSION(jpi,jpj,jpl) ::   zgfac   ! enhanced conduction factor 
    1003990      !!--------------------------------------------------------------------- 
    1004  
    1005       IF( ln_timing )  CALL timing_start('blk_ice_qcn') 
    1006991       
    1007992      ! -------------------------------------! 
     
    10651050      END DO  
    10661051      !       
    1067       IF( ln_timing )  CALL timing_stop('blk_ice_qcn') 
    1068       ! 
    10691052   END SUBROUTINE blk_ice_qcn 
    10701053    
Note: See TracChangeset for help on using the changeset viewer.