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

Changeset 15482


Ignore:
Timestamp:
2021-11-08T21:02:22+01:00 (2 years ago)
Author:
cetlod
Message:

Minor bugfix

Location:
NEMO/trunk/src/TOP/PISCES/P4Z
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zmeso.F90

    r15459 r15482  
    507507      !!--------------------------------------------------------------------- 
    508508      ! 
    509       IF( ln_timing == 1 )  CALL timing_start('p4z_meso_zdepmig') 
     509      IF( ln_timing )  CALL timing_start('p4z_meso_depmig') 
    510510      ! 
    511511      oxymoy(:,:)  = 0. 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zmeso.F90

    r15459 r15482  
    615615      !!--------------------------------------------------------------------- 
    616616      ! 
    617       IF( ln_timing == 1 )  CALL timing_start('p5z_meso_zdepmig') 
     617      IF( ln_timing )  CALL timing_start('p5z_meso_depmig') 
    618618      ! 
    619619      oxymoy(:,:)  = 0. 
Note: See TracChangeset for help on using the changeset viewer.