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

Changeset 7586


Ignore:
Timestamp:
2017-01-20T16:15:54+01:00 (7 years ago)
Author:
timgraham
Message:

More bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_for_static_diagnostics/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf.F90

    r7585 r7586  
    5959      REAL(wp), POINTER, DIMENSION(:,:,:) ::  ztrdu, ztrdv 
    6060      REAL(wp), POINTER, DIMENSION(:,:,:) ::  ztmp 
     61      INTEGER :: ji,jj 
    6162      !!---------------------------------------------------------------------- 
    6263      ! 
     
    8182#ifdef key_dynldf_c2d 
    8283          !Average ahm3 and ahm4 onto T points and output for CMIP6 diagnostics 
    83           ! Near coastal  
    84           IF (kt == nit000) THEN 
     84          IF(kt == nit000) THEN 
    8585             CALL wrk_alloc(jpi, jpj, ztmp) 
    8686             DO jj=2,jpj 
     
    9191                ENDDO 
    9292             ENDDO 
    93              ztmp =  
    9493             CALL iom_put("ahmt_blb", ztmp) 
    9594             CALL wrk_dealloc(jpi, jpj, ztmp) 
Note: See TracChangeset for help on using the changeset viewer.