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 5965 for branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2015-12-01T16:35:30+01:00 (8 years ago)
Author:
timgraham
Message:

Upgraded branch to r5518 of trunk (v3.6 stable revision)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r4768 r5965  
    242242      ln_velfb_av(:) = .FALSE.  
    243243      ln_ignmis = .FALSE.  
     244 
    244245      CALL ini_date( dobsini ) 
    245246      CALL fin_date( dobsend ) 
     
    499500      CALL obs_grid_setup( ) 
    500501      IF ( ( n1dint < 0 ).OR.( n1dint > 1 ) ) THEN 
    501          IF(lwp) WRITE(numout,cform_err) 
    502          IF(lwp) WRITE(numout,*) ' Choice of vertical (1D) interpolation method', & 
    503             &                    ' is not available' 
    504          nstop = nstop + 1 
     502         CALL ctl_stop(' Choice of vertical (1D) interpolation method', & 
     503            &                    ' is not available') 
    505504      ENDIF 
    506505      IF ( ( n2dint < 0 ).OR.( n2dint > 4 ) ) THEN 
    507          IF(lwp) WRITE(numout,cform_err) 
    508          IF(lwp) WRITE(numout,*) ' Choice of horizontal (2D) interpolation method', & 
    509             &                    ' is not available' 
    510          nstop = nstop + 1 
     506         CALL ctl_stop(' Choice of horizontal (2D) interpolation method', & 
     507            &                    ' is not available') 
    511508      ENDIF 
    512509 
Note: See TracChangeset for help on using the changeset viewer.