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 2804 for branches/2011/dev_r2802_LOCEAN10_agrif_lim/NEMOGCM/NEMO/LIM_SRC_2/limrhg_2.F90 – NEMO

Ignore:
Timestamp:
2011-07-18T17:05:52+02:00 (13 years ago)
Author:
rblod
Message:

dev_r2802_LOCEAN10_agrif_lim: first implementation see ticket #848

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_LOCEAN10_agrif_lim/NEMOGCM/NEMO/LIM_SRC_2/limrhg_2.F90

    r2715 r2804  
    2929   USE in_out_manager ! I/O manager 
    3030   USE prtctl         ! Print control 
     31#if defined key_agrif 
     32   USE agrif_lim2_interp ! nesting 
     33#endif 
    3134 
    3235   IMPLICIT NONE 
     
    147150!i    zviszeta(:,jpj+1) = 0._wp    ;    zviseta(:,jpj+1) = 0._wp 
    148151 
     152#if defined key_agrif 
     153      ! load the boundary value of velocity in special array zuive and zvice 
     154      CALL Agrif_dyn_lim2_load 
     155#endif 
    149156 
    150157      ! Ice mass, ice strength, and wind stress at the center            | 
     
    551558            CALL lbc_lnk( zv_n(:,1:jpj), 'I', -1. ) 
    552559 
     560#if defined key_agrif 
     561            ! copy the boundary value from u_ice_nst and v_ice_nst to u_ice and v_ice 
     562            ! before next interations 
     563            CALL Agrif_dyn_lim2_copy(zu_n,zv_n) 
     564#endif 
     565 
    553566            ! Test of Convergence 
    554567            DO jj = k_j1+1 , k_jpj-1 
Note: See TracChangeset for help on using the changeset viewer.