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 11456 for branches/UKMO/dev_r5518_obs_oper_update_addclim/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_surf.F90 – NEMO

Ignore:
Timestamp:
2019-08-19T18:27:52+02:00 (5 years ago)
Author:
mattmartin
Message:

First wrking version which produces correct seeming results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update_addclim/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_surf.F90

    r11455 r11456  
    463463                  IF ( TRIM(surfdata%cvars(1)) == 'SLA' ) surfdata%rext(iobs,:) = fbrmdi 
    464464               ENDIF 
    465  
     465                
     466               ! Initialise climatology if set 
     467               IF ( surfdata%lclim ) surfdata%rclm(iobs,1) = fbrmdi 
     468                
    466469               ! STD (obs error standard deviation) read from file and passed through obs operator 
    467470               IF ( iadd_std(jj) /= -1 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.