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 9161 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/closea.F90 – NEMO

Ignore:
Timestamp:
2017-12-22T11:31:53+01:00 (6 years ago)
Author:
davestorkey
Message:

Reformulation of closea module.
See ticket #2000
https://forge.ipsl.jussieu.fr/nemo/wiki/2017WP/ROBUST-14_Dave_Storkey-Closed_Seas_rewrite

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/closea.F90

    r9155 r9161  
    2929   USE lbclnk          ! lateral boundary condition - MPP exchanges 
    3030   USE lib_mpp         ! MPP library 
    31    USE timing 
     31   USE timing          ! Timing 
    3232 
    3333   IMPLICIT NONE 
     
    6565   !!---------------------------------------------------------------------- 
    6666   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
    67    !! $Id$ 
     67   !! $Id: usrdef_closea.F90 9124 2017-12-19 08:26:25Z gm $ 
    6868   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    6969   !!---------------------------------------------------------------------- 
     
    203203      !!---------------------------------------------------------------------- 
    204204      ! 
    205       IF( nn_timing == 1 )  CALL timing_start('sbc_clo') 
     205      IF( ln_timing )  CALL timing_start('sbc_clo') 
    206206      ! 
    207207      !                                                   !------------------!  
     
    328328      IF( jncse > 0 ) THEN 
    329329         ! 
    330          ! 3. Work out total fluxes over empmr source areas and add to empmr target areas. If jncse is zero does not loop.  
     330         ! 3. Work out total fluxes over empmr source areas and add to empmr target areas.  
    331331         ! 
    332332         DO jce = 1, jncse 
     
    387387      CALL lbc_lnk( emp , 'T', 1._wp ) 
    388388      ! 
    389       IF( nn_timing == 1 )  CALL timing_stop('sbc_clo') 
    390       ! 
    391389   END SUBROUTINE sbc_clo 
    392390 
Note: See TracChangeset for help on using the changeset viewer.