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

Ignore:
Timestamp:
2006-03-10T11:55:45+01:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_update_038: first integration of Agrif :

  • add agrif to dynspg_flt_jki.F90
  • cosmetic change of key_AGRIF in key_agrif
File:
1 edited

Legend:

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

    r389 r392  
    118118   USE prtctl          ! Print control                    (prt_ctl routine) 
    119119 
    120 #if defined key_AGRIF 
     120#if defined key_agrif 
    121121   USE agrif_opa_sponge ! Momemtum and tracers sponges 
    122122#endif 
     
    140140 
    141141   SUBROUTINE stp( & 
    142 #if !defined key_AGRIF 
     142#if !defined key_agrif 
    143143   kstp & 
    144144#endif    
     
    175175      !! * Arguments 
    176176      INTEGER & 
    177 #if !defined key_AGRIF    
     177#if !defined key_agrif    
    178178      , INTENT( in ) & 
    179179#endif       
     
    184184      !! --------------------------------------------------------------------- 
    185185 
    186 #if defined key_AGRIF 
     186#if defined key_agrif 
    187187      kstp = nit000 + Agrif_Nb_Step() 
    188188      IF ( Agrif_Root() .and. lwp) Write(*,*) '---' 
     
    336336      IF( l_traldf_iso_zps )   CALL tra_ldf_iso_zps( kstp )           ! partial step iso-neutral/geopot. laplacian 
    337337 
    338 #if defined key_AGRIF 
     338#if defined key_agrif 
    339339      IF (.NOT. Agrif_Root())  CALL Agrif_Sponge_tra( kstp )          ! tracers sponge 
    340340#endif 
     
    386386      IF( l_dynldf_iso     )   CALL dyn_ldf_iso    ( kstp )          ! iso-neutral laplacian  
    387387 
    388 #if defined key_AGRIF 
     388#if defined key_agrif 
    389389      IF (.NOT. Agrif_Root())  CALL Agrif_Sponge_dyn( kstp )         ! momemtum sponge 
    390390#endif 
Note: See TracChangeset for help on using the changeset viewer.