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 5998 for branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2015-12-04T11:56:46+01:00 (8 years ago)
Author:
timgraham
Message:

Merge in changes from OBS simplification branch (branches/2015/dev_r5072_UKMO2_OBS_simplification)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r5960 r5998  
    179179#endif 
    180180 
    181       IF( lk_diaobs   )   CALL dia_obs_wri 
     181      IF( ln_diaobs   )   CALL dia_obs_wri 
    182182      ! 
    183183      IF( ln_icebergs )   CALL icb_end( nitend ) 
     
    194194      ! 
    195195#if defined key_agrif 
    196       IF(.NOT.Agrif_Root() ) THEN 
    197                                 CALL Agrif_ParentGrid_To_ChildGrid() 
    198          IF( lk_diaobs )        CALL dia_obs_wri 
     196      IF( .NOT. Agrif_Root() ) THEN 
     197                         CALL Agrif_ParentGrid_To_ChildGrid() 
     198         IF( ln_diaobs ) CALL dia_obs_wri 
    199199         IF( nn_timing == 1 )   CALL timing_finalize 
    200200                                CALL Agrif_ChildGrid_To_ParentGrid() 
     
    465465                            CALL dia_hsb_init   ! heat content, salt content and volume budgets 
    466466                            CALL     trd_init   ! Mixed-layer/Vorticity/Integral constraints trends 
    467       IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
    468467                            CALL dia_obs_init            ! Initialize observational data 
    469                             CALL dia_obs( nit000 - 1 )   ! Observation operator for restart 
    470       ENDIF 
    471       !                                      ! Assimilation increments 
     468      IF( ln_diaobs     )   CALL dia_obs( nit000 - 1 )   ! Observation operator for restart 
     469 
     470      !                                         ! Assimilation increments 
    472471      IF( lk_asminc     )   CALL asm_inc_init   ! Initialize assimilation increments 
    473472      IF(lwp) WRITE(numout,*) 'Euler time step switch is ', neuler 
Note: See TracChangeset for help on using the changeset viewer.