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 4294 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90 – NEMO

Ignore:
Timestamp:
2013-11-20T18:04:09+01:00 (10 years ago)
Author:
cetlod
Message:

dev_MERGE_2013 : changes to improve compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90

    r4292 r4294  
    845845               IF(lwp) THEN         ! Since all procs read global data only need to do this check on one proc... 
    846846                  IF( nbrdta(ib,igrd,ib_bdy) < nbrdta(ibm1,igrd,ib_bdy) ) THEN 
    847                      CALL ctl_stop('bdy_init : ERROR : boundary data in file must be defined in order of distance from edge nbr.', & 
    848                                    'A utility for re-ordering boundary coordinates and data files exists in the TOOLS/OBC directory') 
     847                     CALL ctl_stop('bdy_init : ERROR : boundary data in file must be defined ', & 
     848                          &        ' in order of distance from edge nbr A utility for re-ordering ', & 
     849                          &        ' boundary coordinates and data files exists in the TOOLS/OBC directory') 
    849850                  ENDIF     
    850851               ENDIF 
Note: See TracChangeset for help on using the changeset viewer.