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/LIM_SRC_3/icealb.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/LIM_SRC_3/icealb.F90

    r9019 r9124  
    112112      !!--------------------------------------------------------------------- 
    113113      ! 
    114       IF( nn_timing == 1 )   CALL timing_start('icealb') 
     114      IF( ln_timing )   CALL timing_start('icealb') 
    115115      ! 
    116116      z1_href_pnd = 0.05 
     
    173173      palb_cs(:,:,:) = palb_os(:,:,:) - ( - 0.1010 * palb_os(:,:,:) * palb_os(:,:,:) + 0.1933 * palb_os(:,:,:) - 0.0148 ) 
    174174      ! 
    175       IF( nn_timing == 1 )   CALL timing_stop('icealb') 
     175      IF( ln_timing )   CALL timing_stop('icealb') 
    176176      ! 
    177177   END SUBROUTINE ice_alb 
Note: See TracChangeset for help on using the changeset viewer.