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 389 for trunk/NEMO/OPA_SRC/DIA/diafwb.F90 – NEMO

Ignore:
Timestamp:
2006-03-09T18:22:04+01:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_update_038: first integration of Agrif :

  • configuration parameters are just integer when agrif is used
  • add call to agrif routines with key_agrif
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diafwb.F90

    r359 r389  
    202202         END SELECT 
    203203         !  
    204       ENDIF 
     204       
    205205      DO jk = 1, 18  
    206206         zt = 0.5 * ( tn(ji,jj,jk) + tn(ji+1,jj,jk) ) 
     
    218218         ENDIF 
    219219      END DO 
     220      ENDIF 
    220221       
    221222      ! Mean flow at Cadiz 
     
    242243         END SELECT 
    243244         !  
    244       ENDIF 
     245       
    245246      DO jk = 1, 23  
    246247         zt = 0.5 * ( tn(ji,jj,jk) + tn(ji+1,jj,jk) ) 
     
    258259         ENDIF 
    259260      END DO 
     261      ENDIF 
    260262 
    261263      ! Mean flow at Red Sea entrance 
     
    282284         END SELECT 
    283285         !  
    284       ENDIF 
     286       
    285287      DO jk = 1, 15  
    286288         zt = 0.5 * ( tn(ji,jj,jk) + tn(ji+1,jj,jk) ) 
     
    298300         ENDIF 
    299301      END DO 
     302      ENDIF 
    300303 
    301304      ! Mean flow at Baltic Sea entrance 
     
    322325         END SELECT 
    323326         !  
    324       ENDIF 
     327       
    325328      DO jk = 1, 20 
    326329         zt = 0.5 * ( tn(ji,jj,jk) + tn(ji+1,jj,jk) ) 
     
    338341         ENDIF 
    339342      END DO 
     343      ENDIF 
    340344 
    341345      ! Sum at each time-step 
Note: See TracChangeset for help on using the changeset viewer.