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 5053 for branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/limupdate1.F90 – NEMO

Ignore:
Timestamp:
2015-02-03T18:11:02+01:00 (9 years ago)
Author:
clem
Message:

LIM3 cleaning continues. No change in the physics besides the introduction of the monocategory sea ice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/limupdate1.F90

    r5051 r5053  
    5959CONTAINS 
    6060 
    61    SUBROUTINE lim_update1 
     61   SUBROUTINE lim_update1( kt ) 
    6262      !!------------------------------------------------------------------- 
    6363      !!               ***  ROUTINE lim_update1  *** 
     
    6767      !!                 
    6868      !!--------------------------------------------------------------------- 
     69      INTEGER, INTENT(in) :: kt    ! number of iteration 
    6970      INTEGER  ::   ji, jj, jk, jl   ! dummy loop indices 
    7071      INTEGER  ::   i_ice_switch 
     
    7677 
    7778      IF( ln_limdyn ) THEN  
     79 
     80      IF( kt == nit000 .AND. lwp ) THEN 
     81         WRITE(numout,*) ' lim_update1 '  
     82         WRITE(numout,*) ' ~~~~~~~~~~~ ' 
     83      ENDIF 
    7884 
    7985      ! conservation test 
Note: See TracChangeset for help on using the changeset viewer.