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 7881 for trunk/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90 – NEMO

Ignore:
Timestamp:
2017-04-07T10:33:13+02:00 (7 years ago)
Author:
cetlod
Message:

trunk: minor corrections to be able to compile and run ORCA2_LIM3 configuration referenced to ORCA2_LIM3_PISCES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90

    r7872 r7881  
    4444   PUBLIC   trc_nxt          ! routine called by step.F90 
    4545 
    46    REAL(wp) ::   r2dttrc, rfact1, rfact2 
     46   REAL(wp) ::   rfact1, rfact2 
    4747 
    4848   !!---------------------------------------------------------------------- 
     
    113113         END DO 
    114114      ELSE      
    115          IF( .NOT. lk_offline ) THEN ! Leap-Frog + Asselin filter time stepping 
     115         IF( .NOT. l_offline ) THEN ! Leap-Frog + Asselin filter time stepping 
    116116            IF( ln_linssh ) THEN   ;   CALL tra_nxt_fix( kt, nittrc000,         'TRC', trb, trn, tra, jptra )  !     linear ssh 
    117117            ELSE                   ;   CALL tra_nxt_vvl( kt, nittrc000, rdttrc, 'TRC', trb, trn, tra,      & 
Note: See TracChangeset for help on using the changeset viewer.