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 14040 for NEMO/trunk/src/OCE – NEMO

Changeset 14040 for NEMO/trunk/src/OCE


Ignore:
Timestamp:
2020-12-03T12:29:58+01:00 (3 years ago)
Author:
epico
Message:

small changes in module_example file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/module_example

    r14033 r14040  
    125125      END SELECT 
    126126      ! 
     127      ! WARNING! the lbc_lnk call could not be compatible with the tiling approach 
     128      ! please refer to the manual for how to adapt your code 
    127129      CALL lbc_lnk( 'module_example', avm, 'T', 1., ncsten=true )     ! Lateral boundary conditions (unchanged sign) 
    128130      !                                                                ! ncsten=false for 5-points stencil communication 
     
    175177      IF( exa_mpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'exa_mpl_init : unable to allocate arrays' ) 
    176178      !                              ! Parameter control 
     179      IF( ln_tile .AND. ntile > 0 ) CALL ctl_stop( 'exa_mpl_init: tiling is not supported in this module by default, see manual for how to adapt your code' ) 
    177180      IF( ln_opt      )   CALL ctl_stop( 'exa_mpl_init: this work and option xxx are incompatible'   ) 
    178181      IF( nn_opt == 2 )   CALL ctl_stop( 'STOP',  'exa_mpl_init: this work and option yyy may cause problems'  ) 
Note: See TracChangeset for help on using the changeset viewer.