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/DYN/dynspg_flt.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/DYN/dynspg_flt.F90

    r389 r392  
    171171      CALL obc_vol( kt ) 
    172172#endif 
    173 #if defined key_AGRIF 
     173#if defined key_agrif 
    174174      ! Update velocities on each coarse/fine interfaces 
    175175 
     
    239239      IF( nsolv == 4 )   CALL lbc_lnk_e( gcb, c_solver_pt, 1. )    
    240240 
    241 #if defined key_AGRIF 
     241#if defined key_agrif 
    242242 
    243243       If (.NOT.AGRIF_ROOT()) THEN 
     
    315315      END DO 
    316316 
    317 #if defined key_AGRIF       
     317#if defined key_agrif       
    318318      IF (.NOT. Agrif_Root()) THEN 
    319319      ! caution : grad D (fine) = grad D (coarse) at coarse/fine interface 
Note: See TracChangeset for help on using the changeset viewer.