Changeset 9610 for NEMO/trunk/src/NST/agrif_ice_interp.F90
- Timestamp:
- 2018-05-18T16:29:56+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/NST/agrif_ice_interp.F90
r9598 r9610 14 14 !! 'key_agrif' : AGRIF library 15 15 !!---------------------------------------------------------------------- 16 !! agrif_interp_ si3: interpolation of ice at "after" sea-ice time step16 !! agrif_interp_ice : interpolation of ice at "after" sea-ice time step 17 17 !! agrif_interp_u_ice : atomic routine to interpolate u_ice 18 18 !! agrif_interp_v_ice : atomic routine to interpolate v_ice … … 29 29 PRIVATE 30 30 31 PUBLIC agrif_interp_ si3! called by agrif_user.F9031 PUBLIC agrif_interp_ice ! called by agrif_user.F90 32 32 33 33 !!---------------------------------------------------------------------- … … 39 39 CONTAINS 40 40 41 SUBROUTINE agrif_interp_ si3( cd_type, kiter, kitermax )41 SUBROUTINE agrif_interp_ice( cd_type, kiter, kitermax ) 42 42 !!----------------------------------------------------------------------- 43 43 !! *** ROUTINE agrif_rhg_lim3 *** … … 77 77 Agrif_UseSpecialValue = .FALSE. 78 78 ! 79 END SUBROUTINE agrif_interp_ si379 END SUBROUTINE agrif_interp_ice 80 80 81 81
Note: See TracChangeset
for help on using the changeset viewer.