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 5837 for branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2015-10-26T15:59:39+01:00 (9 years ago)
Author:
timgraham
Message:

Upgraded to r5518 of trunk (NEMO 3.6 stable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r5106 r5837  
    234234      ln_profb_enatim(:) = .TRUE. 
    235235      ln_velfb_av(:) = .FALSE. 
    236       ln_ignmis = .FALSE.       
     236      ln_ignmis = .FALSE. 
     237 
    237238      CALL ini_date( dobsini ) 
    238239      CALL fin_date( dobsend ) 
     
    485486      CALL obs_grid_setup( ) 
    486487      IF ( ( n1dint < 0 ).OR.( n1dint > 1 ) ) THEN 
    487          IF(lwp) WRITE(numout,cform_err) 
    488          IF(lwp) WRITE(numout,*) ' Choice of vertical (1D) interpolation method', & 
    489             &                    ' is not available' 
    490          nstop = nstop + 1 
     488         CALL ctl_stop(' Choice of vertical (1D) interpolation method', & 
     489            &                    ' is not available') 
    491490      ENDIF 
    492491      IF ( ( n2dint < 0 ).OR.( n2dint > 4 ) ) THEN 
    493          IF(lwp) WRITE(numout,cform_err) 
    494          IF(lwp) WRITE(numout,*) ' Choice of horizontal (2D) interpolation method', & 
    495             &                    ' is not available' 
    496          nstop = nstop + 1 
     492         CALL ctl_stop(' Choice of horizontal (2D) interpolation method', & 
     493            &                    ' is not available') 
    497494      ENDIF 
    498495 
Note: See TracChangeset for help on using the changeset viewer.