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 13388 for NEMO/branches/UKMO/NEMO_4.0.1_icesheet_and_river_coupling/src/OCE/SBC/cpl_rnf_1d.F90 – NEMO

Ignore:
Timestamp:
2020-08-06T17:05:16+02:00 (4 years ago)
Author:
dancopsey
Message:

Fix conflicts with penetrating solar branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_icesheet_and_river_coupling/src/OCE/SBC/cpl_rnf_1d.F90

    r13102 r13388  
    143143 
    144144      IF ( MINVAL(rivers%river_area) <= 0 ) THEN 
    145          CALL oasis_abort ( ncomp_id, 'cpl_rnf_1d_init', 'There is at least one river with a river outflow area of zero. Please check your file_riv_number file that all the allocated river numbers are at ocean points as defined by the bathymetry file.')   ;   RETURN 
     145         WRITE(numout,*) 'ERROR: There is at least one river with a river outflow area of zero. Please check your file_riv_number file' 
     146         WRITE(numout,*) 'that all the allocated river numbers are at ocean points as defined by the bathymetry file with no river' 
     147         WRITE(numout,*) 'numbers within the north fold or wraparound points.' 
     148         CALL ctl_stop ( 'STOP', 'ERROR: There is at least one river with a river outflow area of zero. See stdout.') 
    146149      END IF 
    147150       
Note: See TracChangeset for help on using the changeset viewer.