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

Ignore:
Timestamp:
2017-12-21T19:58:56+01:00 (6 years ago)
Author:
clem
Message:

make ice with agrif restartable. Reproducibility still needs to be checked out

File:
1 edited

Legend:

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

    r9134 r9160  
    546546   ! First Interpolations (using "after" ice subtime step => lim_nbstep=1) 
    547547   !---------------------------------------------------------------------- 
    548 !!   lim_nbstep = 1 
    549548   lim_nbstep = ( Agrif_irhot() * Agrif_Parent(nn_fsbc) / nn_fsbc ) ! clem: to have calledweight=1 in interp (otherwise the western border of the zoom is wrong) 
    550549   CALL agrif_interp_lim3('U') ! interpolation of ice velocities 
    551550   CALL agrif_interp_lim3('V') ! interpolation of ice velocities 
    552    CALL agrif_interp_lim3('T') ! interpolation of ice tracers 
     551   CALL agrif_interp_lim3('T') ! interpolation of ice tracers  
    553552   lim_nbstep = 0 
    554553    
Note: See TracChangeset for help on using the changeset viewer.