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

Ignore:
Timestamp:
2017-08-07T18:09:12+02:00 (7 years ago)
Author:
clem
Message:

continue changing names

File:
1 edited

Legend:

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

    r8404 r8411  
    3535   USE traqsr         ! add penetration of solar flux in the calculation of heat budget 
    3636   USE domvvl         ! Variable volume 
    37    USE limctl         ! 
    38    USE limcons        ! 
     37   USE icectl         ! 
     38   USE icecons        ! 
    3939   USE bdy_oce  , ONLY: ln_bdy 
    4040   ! 
     
    206206 
    207207      ! conservation test 
    208       IF( ln_limdiachk .AND. .NOT. ln_bdy)  CALL lim_cons_final( 'limsbc' ) 
     208      IF( ln_limdiachk .AND. .NOT. ln_bdy)  CALL ice_cons_final( 'limsbc' ) 
    209209 
    210210      ! control prints 
    211       IF( ln_limctl )   CALL lim_prt( kt, iiceprt, jiceprt, 3, ' - Final state lim_sbc - ' ) 
    212       IF( ln_ctl )      CALL lim_prt3D( 'limsbc' ) 
     211      IF( ln_limctl )   CALL ice_prt( kt, iiceprt, jiceprt, 3, ' - Final state lim_sbc - ' ) 
     212      IF( ln_ctl )      CALL ice_prt3D( 'limsbc' ) 
    213213 
    214214   END SUBROUTINE lim_sbc_flx 
Note: See TracChangeset for help on using the changeset viewer.