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 1191 for trunk/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2008-09-18T10:33:07+02:00 (16 years ago)
Author:
smasson
Message:

improve control print for debugging ticket #252

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/IOM/iom.F90

    r1152 r1191  
    609609 
    610610         IF( istop == nstop ) THEN   ! no additional errors until this point... 
    611             IF(lwp) WRITE(numout,*) '           read '//TRIM(cdvar)//' in '//TRIM(iom_file(kiomid)%name)//' ok' 
    612              
     611            IF(lwp) WRITE(numout,"(10x,' read ',a,' (rec: ',i4,') in ',a,' ok')") TRIM(cdvar), itime, TRIM(iom_file(kiomid)%name) 
     612           
    613613            !--- overlap areas and extra hallows (mpp) 
    614614            IF(     PRESENT(pv_r2d) .AND. idom /= jpdom_unknown ) THEN 
Note: See TracChangeset for help on using the changeset viewer.