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 15487 for NEMO/branches/UKMO/NEMO_4.0.4_generic_obs/src/OCE/OBS/obs_read_surf.F90 – NEMO

Ignore:
Timestamp:
2021-11-09T16:27:42+01:00 (3 years ago)
Author:
dford
Message:

Remove some comments and add some spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_generic_obs/src/OCE/OBS/obs_read_surf.F90

    r15288 r15487  
    325325            ENDIF 
    326326 
    327             IF (lwp) WRITE(numout,*)'Observation file contains ',inpfiles(jj)%nobs,' observations' 
     327            IF (lwp) WRITE(numout,*) 'Observation file contains ', inpfiles(jj)%nobs, ' observations' 
    328328 
    329329            !------------------------------------------------------------------ 
     
    595595                  ityp(itype+1) = ityp(itype+1) + 1 
    596596               ELSE 
    597                   IF(lwp)WRITE(numout,*)'WARNING:Increase jpsurfmaxtype in ',& 
    598                      &                  cpname 
     597                  IF(lwp)WRITE(numout,*) 'WARNING: Increase jpsurfmaxtype in ', & 
     598                     &                   cpname 
    599599               ENDIF 
    600600 
     
    665665         DO jj = 1,8 
    666666            IF ( itypmpp(jj) > 0 ) THEN 
    667                WRITE(numout,'(1X,A4,I4,A3,I10)')'Type ', jj,' = ',itypmpp(jj) 
     667               WRITE(numout,'(1X,A4,I4,A3,I10)') 'Type ', jj, ' = ', itypmpp(jj) 
    668668            ENDIF 
    669669         END DO 
Note: See TracChangeset for help on using the changeset viewer.