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 9610 for NEMO/trunk/src/ICE/icestp.F90 – NEMO

Ignore:
Timestamp:
2018-05-18T16:29:56+02:00 (6 years ago)
Author:
clem
Message:

replace names of the agrif subroutines from si3 to ice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icestp.F90

    r9604 r9610  
    132132         IF( .NOT. Agrif_Root() )       lim_nbstep = MOD( lim_nbstep, Agrif_irhot() * Agrif_Parent(nn_fsbc) / nn_fsbc ) + 1 
    133133         !                              ! these calls must remain here for restartability purposes 
    134                                         CALL agrif_interp_si3( 'T' )  
    135                                         CALL agrif_interp_si3( 'U' ) 
    136                                         CALL agrif_interp_si3( 'V' ) 
     134                                        CALL agrif_interp_ice( 'T' )  
     135                                        CALL agrif_interp_ice( 'U' ) 
     136                                        CALL agrif_interp_ice( 'V' ) 
    137137#endif 
    138138                                        CALL store_fields             ! Store now ice values 
Note: See TracChangeset for help on using the changeset viewer.