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

Ignore:
Timestamp:
2009-06-11T16:27:34+02:00 (15 years ago)
Author:
smasson
Message:

remove useless albege,albecn,tauc,scal0,reslum in LIM2/3, see ticket:454

File:
1 edited

Legend:

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

    r1465 r1471  
    332332      fhmec         !: Heat flux due to snow loss during compression 
    333333 
    334    REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::       &  !: 
    335       albege ,   &  !: Albedo of the snow or ice (only for outputs) 
    336       albecn ,   &  !: Albedo of the ocean (only for outputs) 
    337       tauc          !: Cloud optical depth 
    338  
    339334   ! temporary arrays for dummy version of the code 
    340335   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   &  !: 
     
    382377      vt_i_typ           !: total volume contained in each ice type 
    383378 
    384    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpsmax) ::   &  !: 
    385       scal0              !: ??? 
    386  
    387379   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,nlay_s,jpl) :: & !: 
    388380      t_s,            &  !: Snow temperatures (K) 
     
    396388      e_i,            &  !: Ice thermal contents [ Joules*10^9 ] 
    397389      s_i                !: Ice salinities 
    398  
    399    REAL(wp), DIMENSION(jpi,jpj,0:jpkmax+1) ::    &  !: 
    400       reslum        !: Relative absorption of solar radiation in each ocean level 
    401390 
    402391   !!-------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.