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 9116 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/NST_SRC/agrif_opa_update.F90 – NEMO

Ignore:
Timestamp:
2017-12-18T15:24:31+01:00 (6 years ago)
Author:
jchanut
Message:

Finalize AGRIF ghost cells implementation: ensure compatibility with bdy smoothing or extrapolation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/NST_SRC/agrif_opa_update.F90

    r9095 r9116  
    261261      ! 2) BEFORE fields: 
    262262      !------------------ 
    263 !      IF (     (.NOT.(lk_agrif_fstep.AND.(neuler==0)).AND.(ln_dynspg_exp)) & 
    264 !         & .OR.(.NOT.(lk_agrif_fstep.AND.(neuler==0)).AND.(ln_dynspg_ts    & 
    265 !         & .AND.(.NOT.ln_bt_fw)))) THEN 
    266263      IF (.NOT.(lk_agrif_fstep.AND.(neuler==0) )) THEN 
    267264         ! 
     
    305302      INTEGER  :: N_in, N_out 
    306303      REAL(wp) :: h_diff 
    307       REAL(wp) :: zrho_xy 
    308304      REAL(wp) :: tabin(k1:k2,n1:n2) 
    309305      !!--------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.