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 14162 for NEMO/trunk/src – NEMO

Changeset 14162 for NEMO/trunk/src


Ignore:
Timestamp:
2020-12-11T14:55:37+01:00 (3 years ago)
Author:
jchanut
Message:

remove barotropic bc init for ICE_AGRIF - still issues with debug options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/NST/agrif_user.F90

    r14147 r14162  
    372372         ubdy(:,:) = 0._wp 
    373373         vbdy(:,:) = 0._wp 
    374       ELSE 
     374      ELSEIF ( ln_dynspg_EXP ) THEN  
    375375         Agrif_UseSpecialValue = ln_spc_dyn 
    376376         use_sign_north = .TRUE. 
    377377         sign_north = -1. 
     378         ubdy(:,:) = 0._wp 
     379         vbdy(:,:) = 0._wp 
    378380         CALL Agrif_Bc_variable( unb_interp_id,calledweight=1.,procname=interpunb ) 
    379381         CALL Agrif_Bc_variable( vnb_interp_id,calledweight=1.,procname=interpvnb ) 
Note: See TracChangeset for help on using the changeset viewer.