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 1111 for trunk/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2008-06-13T16:35:46+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: remove a small bug related to the non-penetrative convective adjustment scheme, see ticket: #203

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/step.F90

    r1037 r1111  
    276276      IF(.NOT. Agrif_Root()) CALL Agrif_Sponge_tra          ! tracers sponge 
    277277#endif 
    278                              CALL tra_zdf    ( kstp )       ! vertical mixing 
    279                              CALL tra_nxt( kstp )           ! tracer fields at next time step 
    280       IF( ln_zdfnpc      )   CALL tra_npc( kstp )           ! update the new (t,s) fields by non 
    281       !                                                     ! penetrative convective adjustment 
     278                             CALL tra_zdf    ( kstp )       ! vertical mixing and after tracer fields 
     279      IF( ln_zdfnpc      )   CALL tra_npc    ( kstp )       ! update after fields by non-penetrative convection 
     280                             CALL tra_nxt    ( kstp )       ! tracer fields at next time step 
    282281 
    283282      IF( ln_dynhpg_imp  ) THEN                             ! semi-implicit hpg 
Note: See TracChangeset for help on using the changeset viewer.