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 174 for trunk/NEMO/OPA_SRC/LDF/ldfdyn.F90 – NEMO

Ignore:
Timestamp:
2004-11-05T14:59:50+01:00 (19 years ago)
Author:
opalod
Message:

CT : BUGFIX119 : syntax error correction on a write step

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn.F90

    r71 r174  
    339339         WRITE(numout,'("  jk      ahm       ","  depth t-level " )') 
    340340         DO jk = 1, jpk 
    341             WRITE(numout,'(i6,2f12.4,3x,2f12.4)') jk, pah(:,:,jk), pdep(jk) 
     341            WRITE(numout,'(i6,2f12.4,3x,2f12.4)') jk, pah(1,1,jk), pdep(jk) 
    342342         END DO 
    343343      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.