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 3566 for branches/2012/dev_r3387_LOCEAN6_AGRIF_LIM/NEMOGCM/NEMO/NST_SRC/agrif_user.F90 – NEMO

Ignore:
Timestamp:
2012-11-15T19:09:49+01:00 (11 years ago)
Author:
cetlod
Message:

branch dev_r3387_LOCEAN6_AGRIF_LIM: add some corrections to make AGRIF compatible with TOP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3387_LOCEAN6_AGRIF_LIM/NEMOGCM/NEMO/NST_SRC/agrif_user.F90

    r3454 r3566  
    434434   USE dom_oce 
    435435   USE nemogcm 
     436   USE par_trc 
    436437   USE trc 
    437438   USE in_out_manager 
     
    457458   Agrif_SpecialValue=0. 
    458459   Agrif_UseSpecialValue = .TRUE. 
    459    Call Agrif_Bc_variable(tabtrtemp,trn_id,calledweight=1.) 
     460   Call Agrif_Bc_variable(tabtrtemp,trn_id,calledweight=1.,procname=interptrn) 
    460461   Call Agrif_Bc_variable(tabtrtemp,tra_id,calledweight=1.,procname=interptrn) 
    461462   Agrif_UseSpecialValue = .FALSE. 
     
    515516   ENDIF 
    516517 
    517    CALL Agrif_Update_trc(0) 
     518!ch   CALL Agrif_Update_trc(0) 
    518519   nbcline_trc = 0 
    519520   ! 
Note: See TracChangeset for help on using the changeset viewer.