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 3161 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/DYN/dynbfr.F90 – NEMO

Ignore:
Timestamp:
2011-11-20T16:02:18+01:00 (12 years ago)
Author:
cetlod
Message:

New dynamical allocation & timing in OPA_SRC/DYN routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/DYN/dynbfr.F90

    r3116 r3161  
    1818   USE in_out_manager  ! I/O manager 
    1919   USE prtctl          ! Print control 
     20   USE timing          ! Timing 
    2021 
    2122   IMPLICIT NONE 
     
    5253      !!--------------------------------------------------------------------- 
    5354      ! 
    54       IF( .not. ln_bfrimp) THEN     ! only for explicit bottom friction form 
     55      IF( nn_timing == 1 )  CALL timing_start('dyn_bfr') 
     56      ! 
     57      IF( .NOT.ln_bfrimp) THEN     ! only for explicit bottom friction form 
    5558                                    ! implicit bfr is implemented in dynzdf_imp 
    5659                                    ! H. Liu,  Sept. 2011 
     
    9194        ! 
    9295      ENDIF     ! end explicit bottom friction 
     96      ! 
     97      IF( nn_timing == 1 )  CALL timing_stop('dyn_bfr') 
     98      ! 
    9399   END SUBROUTINE dyn_bfr 
    94100 
Note: See TracChangeset for help on using the changeset viewer.