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 4843 for branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER – NEMO

Ignore:
Timestamp:
2014-11-12T12:34:53+01:00 (9 years ago)
Author:
andrewryan
Message:

removed dia_obs_init from nemo_init and removed guard logical from nemo_gcm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/NEMO/OOO_SRC/nemogcm.F90

    r4829 r4843  
    106106         !! Loop over various model counterparts 
    107107         DO jimatch = 1, cl4_match_len 
    108             IF (jimatch .GT. 1) THEN 
    109                !! Initialise obs_oper 
    110                CALL dia_obs_init 
    111             END IF 
     108            !! Initialise obs_oper 
     109            CALL dia_obs_init 
    112110            !! Interpolate to observation space 
    113111            CALL ooo_interp 
     
    294292 
    295293                            CALL  istate_init   ! ocean initial state (Dynamics and tracers) 
    296  
    297       !      
    298       IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
    299                             CALL dia_obs_init            ! Initialize observational data 
    300                             CALL dia_obs( nit000 - 1 )   ! Observation operator for restart 
    301       ENDIF 
    302294   END SUBROUTINE nemo_init 
    303295 
Note: See TracChangeset for help on using the changeset viewer.