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 4678 – NEMO

Changeset 4678


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfini.F90

    r2715 r4678  
    115115      IF(lwp) WRITE(numout,*) 
    116116      IF(lwp) WRITE(numout,*) '   convection :' 
     117      ! 
     118      IF( ln_zdfnpc )   CALL ctl_stop( ' zdf_init: non penetrative convective scheme is not working',   & 
     119         &                                       ' set ln_zdfnpc to FALSE' ) 
     120      ! 
    117121      ioptio = 0 
    118122      IF( ln_zdfnpc ) THEN 
Note: See TracChangeset for help on using the changeset viewer.