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

Changeset 12139


Ignore:
Timestamp:
2019-12-10T12:31:14+01:00 (4 years ago)
Author:
kingr
Message:

Fix typo in comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update_SlaAssim/NEMOGCM/NEMO/OPA_SRC/OBS/obs_oper.F90

    r12035 r12139  
    694694         IF ( imeanend == 0 ) THEN 
    695695            zmeanstp = 1.0 / REAL( kmeanstp ) 
    696             IF (lwp) WRITE(numout,*)'Calculating surfdataaqc%vdmean time mean on time-step: ',kt,' with weight: ',zmeanstp 
     696            IF (lwp) WRITE(numout,*)'Calculating surfdataqc%vdmean time mean on time-step: ',kt,' with weight: ',zmeanstp 
    697697            DO jj = 1, jpj 
    698698               DO ji = 1, jpi 
    699699                  surfdataqc%vdmean(ji,jj) = surfdataqc%vdmean(ji,jj) & 
    700                   &                        * zmeanstp 
     700                     &                       * zmeanstp 
    701701               END DO 
    702702            END DO 
Note: See TracChangeset for help on using the changeset viewer.