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 1119 for trunk/NEMO/TOP_SRC/trcctl.F90 – NEMO

Ignore:
Timestamp:
2008-06-20T17:17:41+02:00 (16 years ago)
Author:
cetlod
Message:

style of all top namelist has been modified ; update modules to take it into account, see ticket:196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcctl.F90

    r1077 r1119  
    6565      ENDIF 
    6666 
    67       ! Don't USE non penetrative convective mixing option 
    68       ! it's not implemented for passive tracer 
    69       IF( ln_zdfnpc ) THEN 
    70          IF(lwp) WRITE (numout,*) ' ===>>>> : w a r n i n g ' 
    71          IF(lwp) WRITE (numout,*) ' =======   ============= ' 
    72          IF(lwp) WRITE (numout,*) ' STOP, this sheme is not implemented' 
    73          IF(lwp) WRITE (numout,*) ' in passive tracer model:' 
    74          IF(lwp) WRITE (numout,*) ' non penetrative convect. mixing scheme' 
    75          istop = istop + 1 
    76       ENDIF 
    77  
    7867      ! transport scheme option 
    7968      CALL trc_trp_ctl 
Note: See TracChangeset for help on using the changeset viewer.