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 2129 for branches/devukmo2010/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2010-09-29T13:01:23+02:00 (14 years ago)
Author:
rfurner
Message:

pervious merge had mised bits of OBS branch, adding these now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devukmo2010/NEMO/OPA_SRC/opa.F90

    r2128 r2129  
    5858   USE sshwzv          ! vertical velocity used in asm 
    5959   USE diaptr          ! poleward transports           (dia_ptr_init routine) 
     60   USE diaobs          ! Observation diagnostics       (dia_obs_init routine) 
    6061   USE step            ! OPA time-stepping                  (stp     routine) 
    6162#if defined key_oasis3 
     
    160161         END DO 
    161162      ENDIF 
     163 
     164      IF( lk_diaobs ) CALL dia_obs_wri 
    162165        
    163166      !                            !------------------------! 
     
    294297      !                                     ! diagnostics 
    295298      CALL iom_init                             ! iom_put initialization 
     299 
     300      IF( lk_diaobs ) THEN 
     301         CALL dia_obs_init                  ! Initialize observational data 
     302         CALL dia_obs( nit000 - 1 )         ! Observation operator for restart 
     303      ENDIF       
     304 
    296305      CALL dia_ptr_init                         ! Poleward TRansports initialization 
    297306      CALL trd_mod_init                         ! Mixed-layer/Vorticity/Integral constraints trends 
Note: See TracChangeset for help on using the changeset viewer.