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 4793 for branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/NST_SRC/agrif_user.F90 – NEMO

Ignore:
Timestamp:
2014-09-26T14:38:42+02:00 (10 years ago)
Author:
rblod
Message:

dev_r4765_CNRS_agrif: changes for compatibily with TOP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/NST_SRC/agrif_user.F90

    r4790 r4793  
    150150   CALL Agrif_Set_Updatetype(e2v_id,update1 = Agrif_Update_Average, update2=Agrif_Update_Copy) 
    151151 
     152! High order updates 
     153!   CALL Agrif_Set_Updatetype(e1u_id,update1 = Agrif_Update_Average,            update2=Agrif_Update_Full_Weighting) 
     154!   CALL Agrif_Set_Updatetype(e2v_id,update1 = Agrif_Update_Full_Weighting,     update2=Agrif_Update_Average) 
     155    ! 
    152156END SUBROUTINE agrif_declare_var_dom 
    153157 
     
    404408   CALL Agrif_Set_Updatetype(avmv_id, update = AGRIF_Update_Average) 
    405409# endif 
     410 
     411! High order updates 
     412!   CALL Agrif_Set_Updatetype(tsn_id, update = Agrif_Update_Full_Weighting) 
     413!   CALL Agrif_Set_Updatetype(un_update_id,update1 = Agrif_Update_Average, update2 =                           Agrif_Update_Full_Weighting) 
     414!   CALL Agrif_Set_Updatetype(vn_update_id,update1 = Agrif_Update_Full_Weighting, update2 =                    Agrif_Update_Average) 
     415! 
     416!   CALL Agrif_Set_Updatetype(ub2b_update_id,update1 = Agrif_Update_Average, update2 =                           Agrif_Update_Full_Weighting) 
     417!   CALL Agrif_Set_Updatetype(vb2b_update_id,update1 = Agrif_Update_Full_Weighting, update2 =                    Agrif_Update_Average) 
     418!   CALL Agrif_Set_Updatetype(sshn_id, update = Agrif_Update_Full_Weighting) 
     419  
    406420   ! 
    407421END SUBROUTINE agrif_declare_var 
     
    499513   CALL Agrif_Set_Updatetype(u_ice_id,update1 = Agrif_Update_Copy, update2 = Agrif_Update_Average) 
    500514   CALL Agrif_Set_Updatetype(v_ice_id,update1 = Agrif_Update_Average, update2 = Agrif_Update_Copy) 
    501  
     515   !  
    502516END SUBROUTINE agrif_declare_var_lim2 
    503517#  endif 
     
    519533   USE trc 
    520534   USE in_out_manager 
     535   USE agrif_opa_sponge 
    521536   USE agrif_top_update 
    522537   USE agrif_top_interp 
     
    641656   !---------------  
    642657   CALL Agrif_Set_Updatetype(trn_id, update = AGRIF_Update_Average) 
     658 
     659!   Higher order update 
     660!   CALL Agrif_Set_Updatetype(tsn_id, update = Agrif_Update_Full_Weighting) 
     661 
    643662   ! 
    644663END SUBROUTINE agrif_declare_var_top 
     
    649668   !!   *** ROUTINE Agrif_detect *** 
    650669   !!---------------------------------------------------------------------- 
    651    USE Agrif_Types 
    652670   ! 
    653671   INTEGER, DIMENSION(2) :: ksizex 
Note: See TracChangeset for help on using the changeset viewer.