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 2487 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2010-12-19T16:07:50+01:00 (14 years ago)
Author:
rblod
Message:

Correct Agrif inconstency for ssh, nemo_v3_3_beta version, see ticket #669

Location:
branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/DYN
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/DYN/dynnxt.F90

    r2287 r2487  
    3939   USE prtctl          ! Print control 
    4040#if defined key_agrif 
    41    USE agrif_opa_update 
    4241   USE agrif_opa_interp 
    4342#endif 
     
    316315      ENDIF 
    317316 
    318 #if defined key_agrif 
    319       ! Update velocity at AGRIF zoom boundaries 
    320       IF (.NOT.Agrif_Root())    CALL Agrif_Update_Dyn( kt ) 
    321 #endif       
    322  
    323317      IF(ln_ctl)   CALL prt_ctl( tab3d_1=un, clinfo1=' nxt  - Un: ', mask1=umask,   & 
    324318         &                       tab3d_2=vn, clinfo2=' Vn: '       , mask2=vmask ) 
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/DYN/sshwzv.F90

    r2392 r2487  
    3131   USE iom 
    3232   USE sbcrnf, ONLY  : h_rnf, nk_rnf  ! River runoff  
     33#if defined key_agrif 
     34   USE agrif_opa_update 
     35   USE agrif_opa_interp 
     36#endif 
    3337#if defined key_asminc    
    3438   USE asminc          ! Assimilation increment 
     
    165169      &                      * tmask(:,:,1) 
    166170 
     171#if defined key_agrif 
     172      CALL agrif_ssh(kt) 
     173#endif 
    167174#if defined key_obc 
    168175      IF( Agrif_Root() ) THEN  
     
    341348      ENDIF 
    342349      ! 
     350      ! Update velocity at AGRIF zoom boundaries 
     351#id defined key_agrif 
     352      IF ( .NOT.Agrif_Root() ) CALL Agrif_Update_Dyn( kt ) 
     353#endif 
     354      ! 
    343355      IF(ln_ctl)   CALL prt_ctl( tab2d_1=sshb, clinfo1=' sshb  - : ', mask1=tmask, ovlap=1 ) 
    344356      ! 
Note: See TracChangeset for help on using the changeset viewer.