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 4677 for trunk – NEMO

Changeset 4677 for trunk


Ignore:
Timestamp:
2014-06-20T11:11:11+02:00 (10 years ago)
Author:
gm
Message:

#1092 and #1326 : npc algorithm is not working, prevent the use of npc in v3.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfini.F90

    r4624 r4677  
    121121      IF(lwp) WRITE(numout,*) 
    122122      IF(lwp) WRITE(numout,*) '   convection :' 
     123      ! 
     124      IF( ln_zdfnpc )   CALL ctl_stop( ' zdf_init: non penetrative convective scheme is not working',   & 
     125         &                                       ' set ln_zdfnpc to FALSE' ) 
     126      ! 
    123127      ioptio = 0 
    124128      IF( ln_zdfnpc ) THEN 
Note: See TracChangeset for help on using the changeset viewer.