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 5704 for branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_surf.F90 – NEMO

Ignore:
Timestamp:
2015-08-21T15:00:38+02:00 (9 years ago)
Author:
mattmartin
Message:

Updated simplified obs operator after testing sea-ice concentration and velocity data types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_surf.F90

    r5682 r5704  
    197197            ENDIF 
    198198 
     199            IF (lwp) WRITE(numout,*)'Observation file contains ',inpfiles(jj)%nobs,' observations' 
     200 
    199201            !------------------------------------------------------------------ 
    200202            !  Change longitude (-180,180) 
     
    398400               surfdata%mj  (iobs) = inpfiles(jj)%iobsj(ji,1) 
    399401 
     402               ! WMO number 
     403               surfdata%cwmo(iobs) = inpfiles(jj)%cdwmo(ji) 
     404 
    400405               ! Instrument type 
    401406               READ( inpfiles(jj)%cdtyp(ji), '(I4)', IOSTAT = ios, ERR = 901 ) itype 
Note: See TracChangeset for help on using the changeset viewer.