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 13026 for NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/src/NST/agrif_ice_update.F90 – NEMO

Ignore:
Timestamp:
2020-06-03T16:30:02+02:00 (4 years ago)
Author:
rblod
Message:

AGRIF with northfold and perio, see ticket #2129

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/src/NST/agrif_ice_update.F90

    r12377 r13026  
     1#define TWO_WAY 
    12#undef DECAL_FEEDBACK  /* SEPARATION of INTERFACES*/ 
    23 
     
    6667      CALL Agrif_Update_Variable( tra_ice_id , locupdate=(/1,0/), procname = update_tra_ice  ) 
    6768#endif 
     69      use_sign_north = .TRUE. 
     70      sign_north = -1. 
     71 
    6872# if ! defined DECAL_FEEDBACK 
    6973      CALL Agrif_Update_Variable( u_ice_id   , procname = update_u_ice    ) 
     
    7377      CALL Agrif_Update_Variable( v_ice_id   , locupdate1=(/1,-2/),locupdate2=(/0,-1/),procname=update_v_ice) 
    7478#endif 
     79      use_sign_north = .FALSE. 
    7580!      CALL Agrif_Update_Variable( tra_ice_id , locupdate=(/0,2/), procname = update_tra_ice  ) 
    7681!      CALL Agrif_Update_Variable( u_ice_id   , locupdate=(/0,1/), procname = update_u_ice    ) 
Note: See TracChangeset for help on using the changeset viewer.