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 5075 for branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2015-02-11T11:50:34+01:00 (9 years ago)
Author:
timgraham
Message:

Upgraded branch to current head of trunk (r5072) so it can be used with the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r4811 r5075  
    486486      CALL obs_grid_setup( ) 
    487487      IF ( ( n1dint < 0 ).OR.( n1dint > 1 ) ) THEN 
    488          IF(lwp) WRITE(numout,cform_err) 
    489          IF(lwp) WRITE(numout,*) ' Choice of vertical (1D) interpolation method', & 
    490             &                    ' is not available' 
    491          nstop = nstop + 1 
     488         CALL ctl_stop(' Choice of vertical (1D) interpolation method', & 
     489            &                    ' is not available') 
    492490      ENDIF 
    493491      IF ( ( n2dint < 0 ).OR.( n2dint > 4 ) ) THEN 
    494          IF(lwp) WRITE(numout,cform_err) 
    495          IF(lwp) WRITE(numout,*) ' Choice of horizontal (2D) interpolation method', & 
    496             &                    ' is not available' 
    497          nstop = nstop + 1 
     492         CALL ctl_stop(' Choice of horizontal (2D) interpolation method', & 
     493            &                    ' is not available') 
    498494      ENDIF 
    499495 
Note: See TracChangeset for help on using the changeset viewer.