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 9872 for NEMO/trunk/src/NST/agrif_user.F90 – NEMO

Ignore:
Timestamp:
2018-07-04T10:48:01+02:00 (6 years ago)
Author:
clem
Message:

removing the very last bits (I hope) of LIM references in the code

File:
1 edited

Legend:

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

    r9788 r9872  
    483483      CALL ctl_stop('rhot * nn_fsbc(parent) /= N * nn_fsbc(child), therefore nn_fsbc(child) should be set to 1 or nn_fsbc(parent)') 
    484484   ENDIF 
    485    ! First Interpolations (using "after" ice subtime step => lim_nbstep=1) 
     485   ! First Interpolations (using "after" ice subtime step => nbstep_ice=1) 
    486486   !---------------------------------------------------------------------- 
    487    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) 
     487   nbstep_ice = ( Agrif_irhot() * Agrif_Parent(nn_fsbc) / nn_fsbc ) ! clem: to have calledweight=1 in interp (otherwise the western border of the zoom is wrong) 
    488488   CALL agrif_interp_ice('U') ! interpolation of ice velocities 
    489489   CALL agrif_interp_ice('V') ! interpolation of ice velocities 
    490490   CALL agrif_interp_ice('T') ! interpolation of ice tracers  
    491    lim_nbstep = 0 
     491   nbstep_ice = 0 
    492492    
    493493   ! 
Note: See TracChangeset for help on using the changeset viewer.