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 2194 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2010-10-09T00:08:28+02:00 (14 years ago)
Author:
cetlod
Message:

ensure restartability of PISCES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/TRP/trctrp.F90

    r2082 r2194  
    7474#endif 
    7575                                CALL trc_zdf( kstp )            ! vertical mixing and after tracer fields 
     76                                CALL trc_nxt( kstp )            ! tracer fields at next time step      
     77         IF( ln_trcrad )        CALL trc_rad( kstp )            ! Correct artificial negative concentrations 
    7678         IF( ln_zps    )        CALL zps_hde( kstp, jptra, trn, gtru, gtrv )  ! Partial steps: now horizontal gradient of passive 
    7779                                                                ! tracers at the bottom ocean level 
    78                                 CALL trc_nxt( kstp )            ! tracer fields at next time step      
    79          IF( ln_trcrad )        CALL trc_rad( kstp )            ! Correct artificial negative concentrations 
    8080         ! 
    8181      ELSE                                               ! 1D vertical configuration 
Note: See TracChangeset for help on using the changeset viewer.