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/limupdate2.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/limupdate2.F90

    r5051 r5053  
    4141   USE timing          ! Timing 
    4242   USE limcons        ! conservation tests 
     43   USE limctl 
    4344 
    4445   IMPLICIT NONE 
     
    5657CONTAINS 
    5758 
    58    SUBROUTINE lim_update2 
     59   SUBROUTINE lim_update2( kt ) 
    5960      !!------------------------------------------------------------------- 
    6061      !!               ***  ROUTINE lim_update2  *** 
     
    6465      !! 
    6566      !!--------------------------------------------------------------------- 
     67      INTEGER, INTENT(in) :: kt    ! number of iteration 
    6668      INTEGER  ::   ji, jj, jk, jl    ! dummy loop indices 
    6769      INTEGER  ::   i_ice_switch 
     
    7173      !!------------------------------------------------------------------- 
    7274      IF( nn_timing == 1 )  CALL timing_start('limupdate2') 
     75 
     76      IF( kt == nit000 .AND. lwp ) THEN 
     77         WRITE(numout,*) ' lim_update2 ' 
     78         WRITE(numout,*) ' ~~~~~~~~~~~ ' 
     79      ENDIF 
    7380 
    7481      ! conservation test 
     
    208215      ! conservation test 
    209216      IF( ln_limdiahsb ) CALL lim_cons_hsm(0, 'limupdate2', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
     217 
     218      IF( ln_nicep )   CALL lim_prt( kt, jiindx, jjindx, 2, ' - Final state - ' )   ! control print 
    210219 
    211220      IF(ln_ctl) THEN   ! Control print 
Note: See TracChangeset for help on using the changeset viewer.