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 834 for trunk/NEMO/LIM_SRC_3/limthd.F90 – NEMO

Ignore:
Timestamp:
2008-03-07T18:11:35+01:00 (16 years ago)
Author:
ctlod
Message:

Clean comments and useless lines, see ticket:#72

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limthd.F90

    r825 r834  
    66#if defined key_lim3 
    77   !!---------------------------------------------------------------------- 
    8    !!   'key_lim3' :                                   LIM sea-ice model 
     8   !!   'key_lim3'                                      LIM3 sea-ice model 
    99   !!---------------------------------------------------------------------- 
    1010   !!   lim_thd      : thermodynamic of sea ice 
     
    2222   USE dom_ice         ! LIM sea-ice domain 
    2323   USE iceini 
    24    USE limicepoints 
    2524   USE limthd_dif 
    2625   USE limthd_dh 
     
    8483      !! * Local variables 
    8584      INTEGER  ::  ji, jj, jk, jl,  & 
    86                    zjid , zjjd ,    & 
    8785                   zji  , zjj,      &   ! dummy loop indices 
    8886                   nbpb ,           &   ! nb of icy pts for thermo. cal. 
     
    9593      REAL(wp) ::   & 
    9694         zinda              ,  &   ! switch for test. the val. of concen. 
    97          zindb, zindg       ,  &   ! switches for test. the val of arg 
    98          za , zh, zthsnice  ,  & 
     95         zindb,                &   ! switches for test. the val of arg 
     96         zthsnice           ,  & 
    9997         zfric_u            ,  &   ! friction velocity  
    10098         zfnsol             ,  &   ! total non solar heat 
     
    104102 
    105103      REAL(wp) ::   & 
    106          ztmelts            ,  &   ! ice layers melting point 
    107          zaaa               ,  &   ! numeric value for 2nd degree polynomial 
    108          zbbb               ,  &   !    "      "    "   "    "        " 
    109          zccc               ,  &   !    "      "    "   "    "        " 
    110          zdiscrim           ,  &   !    "      "    "   "    "        " 
    111          zq                 ,  &   ! sea ice temporary energy of melting 
    112          zqold              ,  &   ! test variable for ice heat content 
    113104         zareamin 
    114105          
     
    224215 
    225216! still need to be updated : fdtcn !!!! 
    226 !           !-- Lead heat budget (part 1, next one is in limthd_dh, then limthd_lab 
     217!           !-- Lead heat budget (part 1, next one is in limthd_dh 
    227218!           !-- qldif -- (or qldif_1d in 1d routines) 
    228219            zfontn         = sprecip(ji,jj) * lfus              !   energy of melting 
     
    510501      REAL(wp) :: & 
    511502         zdes,    &          ! snow heat content increment (dummy) 
    512          ztmelts, &          ! layer melting point (dummy) 
    513503         zeps                ! very small value (1.e-10) 
    514504 
     
    560550         jl                            !: category number 
    561551 
    562       REAL(wp), DIMENSION(jpl) ::   &  !: ! goes to trash 
    563          zdummy 
    564  
    565552      REAL(wp)                 ::   &  !: ! goes to trash 
    566553         meance,                    &  !: mean conservation error 
     
    573560      INTEGER  :: & 
    574561         ji,jj,jk,                  &  !: loop indices 
    575          zji, zjj, zjiindex 
     562         zji, zjj 
    576563      !!--------------------------------------------------------------------- 
    577564 
     
    745732         jl                            !: category number 
    746733 
    747       REAL(wp), DIMENSION(jpl) ::   &  !: ! goes to trash 
    748          zdummy 
    749  
    750734      REAL(wp)                 ::   &  !: ! goes to trash 
    751735         meance,                    &  !: mean conservation error 
    752          max_cons_err,              &  !: maximum tolerated conservation error 
    753          max_surf_err                  !: maximum tolerated surface error 
     736         max_cons_err                  !: maximum tolerated conservation error 
    754737 
    755738      INTEGER ::                    & 
     
    758741      INTEGER  :: & 
    759742         ji,jj,jk,                  &  !: loop indices 
    760          zji, zjj, zjiindex 
     743         zji, zjj 
    761744 
    762745      !!--------------------------------------------------------------------- 
     
    974957      ENDIF 
    975958             
    976       uscomi = 1.0 / ( 1.0 - amax )   ! inverse of minimum lead fraction 
    977959      rcdsn = hakdif * rcdsn  
    978960      rcdic = hakdif * rcdic 
Note: See TracChangeset for help on using the changeset viewer.