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

Ignore:
Timestamp:
2010-10-08T23:49:03+02:00 (14 years ago)
Author:
cetlod
Message:

ensure restartability of PISCES

File:
1 edited

Legend:

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

    r2082 r2192  
    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.