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 4284 – NEMO

Changeset 4284


Ignore:
Timestamp:
2013-11-20T14:12:24+01:00 (10 years ago)
Author:
cbricaud
Message:

add comments and calls to timong for dev_r3856_MERCATOR3_QSRMEAN24H changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3856_MERCATOR3_QSRMEAN24H/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r4275 r4284  
    450450      !!--------------------------------------------------------------------- 
    451451      !! 
    452       !! 
     452      !! ** Purpose :   provide the daily qsr_mean over sea_ice for PISCES when 
     453      !!                analytic diurnal cycle is applied in physic 
     454      !! 
     455      !! ** Method  :   compute qsr 
     456      !!  
    453457      !!--------------------------------------------------------------------- 
    454458      REAL(wp), DIMENSION(:,:,:), INTENT(in   ) ::   palb       ! ice albedo (clear sky) (alb_ice_cs)               [%] 
     
    460464      REAL(wp) ::   zztmp         ! temporary variable 
    461465      !!--------------------------------------------------------------------- 
     466      IF( nn_timing == 1 )  CALL timing_start('blk_ice_meanqsr') 
    462467      ! 
    463468      ijpl  = pdim                            ! number of ice categories 
     
    472477         END DO 
    473478      END DO 
     479      ! 
     480      IF( nn_timing == 1 )  CALL timing_stop('blk_ice_meanqsr') 
    474481      ! 
    475482   END SUBROUTINE blk_ice_meanqsr   
Note: See TracChangeset for help on using the changeset viewer.