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

Ignore:
Timestamp:
2017-09-01T15:49:35+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part1 - (now the code looks better txs to Gurvan's comments)

File:
1 edited

Legend:

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

    r8422 r8486  
    1818   USE par_oce        ! ocean parameters 
    1919   USE phycst         ! physical constants (ocean directory)  
    20    USE ice            ! LIM-3 variables 
    21    USE ice1D          ! LIM-3: thermodynamics 
     20   USE ice            ! sea-ice: variables 
     21   USE ice1D          ! sea-ice: thermodynamics 
    2222   ! 
    2323   USE in_out_manager ! I/O manager 
     
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/LIM3 4.0 , UCL - NEMO Consortium (2011) 
     33   !! NEMO/ICE 4.0 , NEMO Consortium (2017) 
    3434   !! $Id: icethd_dif.F90 8420 2017-08-08 12:18:46Z clem $ 
    3535   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    6767      !!           of temperature 
    6868      !! 
    69       !! 
    7069      !! ** Inputs / Ouputs : (global commons) 
    7170      !!           surface temperature : t_su_1d 
     
    7574      !!           profile of the ice/snow layers : z_i, z_s 
    7675      !!           total ice/snow thickness : ht_i_1d, ht_s_1d 
    77       !! 
    78       !! ** External :  
    79       !! 
    80       !! ** References : 
    81       !! 
    82       !! ** History : 
    83       !!           (02-2003) Martin Vancoppenolle, Louvain-la-Neuve, Belgium 
    84       !!           (06-2005) Martin Vancoppenolle, 3d version 
    85       !!           (11-2006) Vectorized by Xavier Fettweis (UCL-ASTR) 
    86       !!           (04-2007) Energy conservation tested by M. Vancoppenolle 
    8776      !!------------------------------------------------------------------ 
    88       !! * Local variables 
    8977      INTEGER ::   ji             ! spatial loop index 
    9078      INTEGER ::   ii, ij         ! temporary dummy loop index 
     
    796784   END SUBROUTINE ice_thd_dif 
    797785 
     786 
    798787   SUBROUTINE ice_thd_enmelt 
    799788      !!----------------------------------------------------------------------- 
     
    830819   !!                   Dummy Module                 No LIM-3 sea-ice model 
    831820   !!---------------------------------------------------------------------- 
    832 CONTAINS 
    833    SUBROUTINE ice_thd_dif          ! Empty routine 
    834    END SUBROUTINE ice_thd_dif 
    835821#endif 
     822 
    836823   !!====================================================================== 
    837824END MODULE icethd_dif 
Note: See TracChangeset for help on using the changeset viewer.