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

Changeset 6395


Ignore:
Timestamp:
2016-03-17T18:21:58+01:00 (8 years ago)
Author:
kingr
Message:

Moved setting of dobsini and dobsend to after the reading of the reference namelist. Otherwise default dates from ref namelist use in obsoper.

File:
1 edited

Legend:

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

    r6326 r6395  
    245245      ln_ignmis = .FALSE. 
    246246 
    247       CALL ini_date( dobsini ) 
    248       CALL fin_date( dobsend ) 
    249   
    250247      ! Read Namelist namobs : control observation diagnostics 
    251248      REWIND( numnam_ref )              ! Namelist namobs in reference namelist : Diagnostic: control observation 
     
    253250901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namobs in reference namelist', lwp ) 
    254251 
     252      CALL ini_date( dobsini ) 
     253      CALL fin_date( dobsend ) 
     254  
    255255      REWIND( numnam_cfg )              ! Namelist namobs in configuration namelist : Diagnostic: control observation 
    256256      READ  ( numnam_cfg, namobs, IOSTAT = ios, ERR = 902 ) 
Note: See TracChangeset for help on using the changeset viewer.