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 4164 for trunk/NEMOGCM/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2013-11-07T17:36:32+01:00 (10 years ago)
Author:
hadcv
Message:

Ticket #1136: ctl_stop call to prevent hanging when nn_fsbc/nn_dttrc > 9 & key_iomput

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/trcnam.F90

    r3882 r4164  
    139139      ENDIF 
    140140 
     141      IF( lk_iomput .AND. nn_dttrc > 9 )   &  
     142         &   CALL ctl_stop( 'nn_dttrc > 9 cannot currently be used with key_iomput' ) 
     143 
    141144      ln_diatrc = .FALSE. 
    142145      ln_diabio = .FALSE. 
Note: See TracChangeset for help on using the changeset viewer.