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 2402 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/TOP_SRC/TRP/trcadv.F90 – NEMO

Ignore:
Timestamp:
2010-11-17T17:14:31+01:00 (13 years ago)
Author:
cetlod
Message:

Update TOP component according to changes related to cross-land advection. see ticket #127

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/TOP_SRC/TRP/trcadv.F90

    r2287 r2402  
    150150      IF( ioptio /= 1 )   CALL ctl_stop( 'Choose ONE advection scheme in namelist namtrc_adv' ) 
    151151 
    152       IF( n_cla == 1 .AND. .NOT. ln_trcadv_cen2 )   & 
    153          &                CALL ctl_stop( 'cross-land advection only with 2nd order advection scheme' ) 
    154  
    155152      !                              ! Set nadv 
    156153      IF( ln_trcadv_cen2   )   nadv =  1 
Note: See TracChangeset for help on using the changeset viewer.