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

Ignore:
Timestamp:
2009-02-03T15:22:22+01:00 (15 years ago)
Author:
cetlod
Message:

update modules, see ticket:320

File:
1 edited

Legend:

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

    r1152 r1291  
    8181      CALL dta_dyn( kstp )          ! Interpolation of the dynamical fields 
    8282 
    83 #if defined key_top 
    84       !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    85       ! Passive Tracer Model 
    86       !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    87       ! N.B. ua, va, ta, sa arrays are used as workspace in this section 
    88       !----------------------------------------------------------------------- 
     83      CALL trc_stp( kstp, indic)           ! time-stepping 
    8984 
    90                              CALL trc_stp( kstp, indic)           ! time-stepping 
    91  
    92  
    93 #endif 
    9485 
    9586      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    9788      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    9889      !                                            ! Time loop: control and print 
    99                        CALL stp_ctl( kstp ) 
     90       CALL stp_ctl( kstp ) 
    10091 
    10192 
Note: See TracChangeset for help on using the changeset viewer.