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/NST/agrif_user.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/NST/agrif_user.F90

    r9598 r9610  
    6262# endif 
    6363# if defined key_si3 
    64    CALL Agrif_InitValues_cont_si3 
     64   CALL Agrif_InitValues_cont_ice 
    6565# endif 
    6666   ! 
     
    327327 
    328328#if defined key_si3 
    329    CALL agrif_update_si3(0) 
     329   CALL agrif_update_ice(0) 
    330330#endif 
    331331    
     
    493493 
    494494#if defined key_si3 
    495 SUBROUTINE Agrif_InitValues_cont_si3 
    496    !!---------------------------------------------------------------------- 
    497    !!                 *** ROUTINE Agrif_InitValues_cont_si3 *** 
     495SUBROUTINE Agrif_InitValues_cont_ice 
     496   !!---------------------------------------------------------------------- 
     497   !!                 *** ROUTINE Agrif_InitValues_cont_ice *** 
    498498   !! 
    499499   !! ** Purpose :: Initialisation of variables to be interpolated for LIM3 
     
    512512   ! Declaration of the type of variable which have to be interpolated (parent=>child) 
    513513   !---------------------------------------------------------------------------------- 
    514    CALL agrif_declare_var_si3 
     514   CALL agrif_declare_var_ice 
    515515 
    516516   ! Controls 
     
    529529   !---------------------------------------------------------------------- 
    530530   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) 
    531    CALL agrif_interp_si3('U') ! interpolation of ice velocities 
    532    CALL agrif_interp_si3('V') ! interpolation of ice velocities 
    533    CALL agrif_interp_si3('T') ! interpolation of ice tracers  
     531   CALL agrif_interp_ice('U') ! interpolation of ice velocities 
     532   CALL agrif_interp_ice('V') ! interpolation of ice velocities 
     533   CALL agrif_interp_ice('T') ! interpolation of ice tracers  
    534534   lim_nbstep = 0 
    535535    
    536536   ! 
    537 END SUBROUTINE Agrif_InitValues_cont_si3 
    538  
    539 SUBROUTINE agrif_declare_var_si3 
    540    !!---------------------------------------------------------------------- 
    541    !!                 *** ROUTINE agrif_declare_var_si3 *** 
     537END SUBROUTINE Agrif_InitValues_cont_ice 
     538 
     539SUBROUTINE agrif_declare_var_ice 
     540   !!---------------------------------------------------------------------- 
     541   !!                 *** ROUTINE agrif_declare_var_ice *** 
    542542   !! 
    543543   !! ** Purpose :: Declaration of variables to be interpolated for LIM3 
     
    590590#endif 
    591591 
    592 END SUBROUTINE agrif_declare_var_si3 
     592END SUBROUTINE agrif_declare_var_ice 
    593593#endif 
    594594 
Note: See TracChangeset for help on using the changeset viewer.