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

Changeset 6214


Ignore:
Timestamp:
2016-01-05T17:08:59+01:00 (8 years ago)
Author:
kingr
Message:

Removed small bugfixes from diaobs as they were causing merge conflicts with GenObsOper? branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_add_var_to_assim_bkg/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r6212 r6214  
    466466      CALL obs_typ_init 
    467467       
    468       IF (ln_grid_global) THEN 
    469          CALL mppmap_init 
    470       END IF 
    471        
     468      CALL mppmap_init 
     469 
    472470      ! Parameter control 
    473471#if defined key_diaobs 
     
    10821080      IF ( ln_sst ) THEN 
    10831081         DO jsstset = 1, nsstsets 
    1084             ld_sstnight(jsstset)=.FALSE. 
    10851082            CALL obs_sst_opt( sstdatqc(jsstset),                & 
    10861083               &              kstp, jpi, jpj, nit000, idaystp,  & 
Note: See TracChangeset for help on using the changeset viewer.