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 7837 for branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-03-27T10:50:24+02:00 (7 years ago)
Author:
mattmartin
Message:

First version of generic obs oper which works at NEMO3.6 with other GO6 branches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r7773 r7837  
    176176#endif 
    177177 
    178       IF( ln_diaobs   )   CALL dia_obs_wri 
     178      IF( lk_diaobs   )   CALL dia_obs_wri 
    179179      ! 
    180180      IF( ln_icebergs )   CALL icb_end( nitend ) 
     
    467467                            CALL dia_hsb_init   ! heat content, salt content and volume budgets 
    468468                            CALL     trd_init   ! Mixed-layer/Vorticity/Integral constraints trends 
     469      IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
    469470                            CALL dia_obs_init            ! Initialize observational data 
    470       IF( ln_diaobs     )   CALL dia_obs( nit000 - 1 )   ! Observation operator for restart 
    471  
     471                            CALL dia_obs( nit000 - 1 )   ! Observation operator for restart 
     472      ENDIF 
    472473      !                                         ! Assimilation increments 
    473474      IF( lk_asminc     )   CALL asm_inc_init   ! Initialize assimilation increments 
Note: See TracChangeset for help on using the changeset viewer.