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 4522 for branches – NEMO

Changeset 4522 for branches


Ignore:
Timestamp:
2014-03-04T13:06:17+01:00 (10 years ago)
Author:
rfurner
Message:

split long line over two, as some compilers cant deal with long line length

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf.F90

    r4488 r4522  
    153153      IF( ioptio >  1 ) CALL ctl_stop( '          use only ONE direction (level/hor/iso)' ) 
    154154 
    155       IF( ln_dynldf_iso .AND. ln_traldf_hor ) CALL ctl_stop( 'Not sensible to use geopotential diffusion for tracers with isoneutral diffusion for dynamics' ) 
     155      IF( ln_dynldf_iso .AND. ln_traldf_hor ) CALL ctl_stop & 
     156      &   ( 'Not sensible to use geopotential diffusion for tracers with isoneutral diffusion for dynamics' ) 
    156157 
    157158      !                                   ! Set nldf, the type of lateral diffusion, from ln_dynldf_... logicals 
Note: See TracChangeset for help on using the changeset viewer.