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 8426 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icerdgrft.F90 – NEMO

Ignore:
Timestamp:
2017-08-08T17:53:09+02:00 (7 years ago)
Author:
clem
Message:

last routine names to be changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icerdgrft.F90

    r8424 r8426  
    1919   USE ice              ! LIM variables 
    2020   USE icevar           ! LIM 
    21    USE icecons          ! conservation tests 
    2221   USE icectl           ! control prints 
    2322   ! 
     
    7877 
    7978 
    80    SUBROUTINE ice_rdgrft 
     79   SUBROUTINE ice_rdgrft( kt ) 
    8180      !!---------------------------------------------------------------------! 
    8281      !!                ***  ROUTINE ice_rdgrft *** 
     
    104103      !!  and Elizabeth C. Hunke, LANL are gratefully acknowledged 
    105104      !!--------------------------------------------------------------------! 
     105      INTEGER, INTENT(in) ::   kt     ! number of iteration 
     106      !! 
    106107      INTEGER  ::   ji, jj, jk, jl        ! dummy loop index 
    107108      INTEGER  ::   niter                 ! local integer  
     
    120121      !!----------------------------------------------------------------------------- 
    121122      IF( nn_timing == 1 )  CALL timing_start('icerdgrft') 
     123 
     124      IF( kt == nit000 .AND. lwp ) THEN 
     125         WRITE(numout,*) 
     126         WRITE(numout,*)'icerdgrft' 
     127         WRITE(numout,*)'~~~~~~~~~' 
     128      ENDIF 
    122129 
    123130      ! conservation test 
Note: See TracChangeset for help on using the changeset viewer.