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

Ignore:
Timestamp:
2008-01-07T10:07:26+01:00 (16 years ago)
Author:
rblod
Message:

Improvment of AGRIF-NEMO routines, see ticket #42

File:
1 edited

Legend:

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

    r719 r782  
    134134   !!---------------------------------------------------------------------- 
    135135   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    136    !! $Header$  
     136   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/step.F90,v 1.35 2007/06/01 16:55:39 opalod Exp $  
    137137   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)  
    138138   !!---------------------------------------------------------------------- 
     
    333333                             CALL tra_ldf    ( kstp )       ! lateral mixing 
    334334#if defined key_agrif 
    335       IF(.NOT. Agrif_Root()) CALL Agrif_Sponge_tra( kstp )  ! tracers sponge 
     335      IF(.NOT. Agrif_Root()) CALL Agrif_Sponge_tra          ! tracers sponge 
    336336#endif 
    337337                             CALL tra_zdf    ( kstp )       ! vertical mixing 
     
    370370                               CALL dyn_ldf( kstp )           ! lateral mixing 
    371371#if defined key_agrif 
    372       IF(.NOT. Agrif_Root())   CALL Agrif_Sponge_dyn( kstp )  ! momemtum sponge 
     372      IF(.NOT. Agrif_Root())   CALL Agrif_Sponge_dyn          ! momemtum sponge 
    373373#endif 
    374374                               CALL dyn_hpg( kstp )           ! horizontal gradient of Hydrostatic pressure 
Note: See TracChangeset for help on using the changeset viewer.