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_ice_update.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_ice_update.F90

    r9598 r9610  
    1717   !!   'key_agrif' :                                 AGRIF library  
    1818   !!---------------------------------------------------------------------- 
    19    !!   agrif_update_si3  : update sea-ice on boundaries or total 
     19   !!   agrif_update_ice  : update sea-ice on boundaries or total 
    2020   !!                        child domain for velocities and ice properties 
    2121   !!   update_tra_ice     : sea-ice properties 
     
    3333   PRIVATE 
    3434 
    35    PUBLIC   agrif_update_si3   ! called by agrif_user.F90 and icestp.F90 
     35   PUBLIC   agrif_update_ice   ! called by agrif_user.F90 and icestp.F90 
    3636 
    3737   !!---------------------------------------------------------------------- 
     
    4242CONTAINS 
    4343 
    44    SUBROUTINE agrif_update_si3( kt ) 
     44   SUBROUTINE agrif_update_ice( kt ) 
    4545      !!---------------------------------------------------------------------- 
    46       !!                     *** ROUTINE agrif_update_si3 *** 
     46      !!                     *** ROUTINE agrif_update_ice *** 
    4747      !! ** Method  :   Call the hydrostaticupdate pressure at the boundary or the entire domain  
    4848      !! 
     
    7070      Agrif_UseSpecialValueInUpdate = .FALSE. 
    7171      ! 
    72    END SUBROUTINE agrif_update_si3 
     72   END SUBROUTINE agrif_update_ice 
    7373 
    7474 
Note: See TracChangeset for help on using the changeset viewer.