Ignore:
Timestamp:
Jul 24, 2024, 1:17:08 PM (2 months ago)
Author:
abarral
Message:

Rename modules in misc from *_mod > lmdz_*
Put cbrt.f90, ch*.f90, pch*.f90 in new lmdz_libmath_pch.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/inlandsis/sisvat_sno_albedo.f90

    r5105 r5113  
    253253
    254254      dalbeW =(0.64 - csegal  )*0.0625  ! Warren 1982, RevGeo, fig.12b
    255                                         ! ! 0.0625 = 5% * 1/0.8,   p.81
    256                                         ! ! 0.64   = cos(50)
     255                                        ! 0.0625 = 5% * 1/0.8,   p.81
     256                                        ! 0.64   = cos(50)
    257257      dalbed =     dalbeW      *       min(1,isnoSV(ikl))
    258258  !-------------------------------------------------------------------------
     
    276276      albSn6(4:6)=albSn2
    277277
    278       ! !snow albedo corection if wetsnow
     278      !snow albedo corection if wetsnow
    279279  ! #GL     albSn1 =  albSn1*max(0.9,(1.-1.5*eta_SV(ikl,isn)))
    280280  ! #GL     albSn2 =  albSn2*max(0.9,(1.-1.5*eta_SV(ikl,isn)))
     
    410410  ! +--Integrated Snow/Ice/Soil Albedo: Clouds Correction! Greuell & all., 1994
    411411  ! +  --------------------------------------------------! Glob.&t Planet.Change
    412                                                    ! ! (9):91-114
     412                                                   ! (9):91-114
    413413        alb1sv(ikl) = alb1sv(ikl) + 0.05 *(cld_SV(ikl)-0.5)*SIcenH &
    414414              + dalbed      *    (1.-cld_SV(ikl))
     
    460460    !AO_CK 20/02/2020
    461461
    462     ! ! No check if coupling update since MAR and NEMO albedo are too different
     462    ! No check if coupling update since MAR and NEMO albedo are too different
    463463    ! and since MAR albedo is computed on properties that are not in NEMO
    464     ! ! prescription for each time step with NEMO values
     464    ! prescription for each time step with NEMO values
    465465
    466466  ! #AO      if (LSmask(ikl) .eq. 0 .and. coupling_ao .eq. .TRUE.) then
     
    511511      DO ikl=1,knonv
    512512        sEX_sv(ikl,isn) = 1.0
    513        ! !sEX_sv(ikl,isn) = 0.95 ! if MAR is too warm in summer
     513       !sEX_sv(ikl,isn) = 0.95 ! if MAR is too warm in summer
    514514      END DO
    515515    END DO
Note: See TracChangeset for help on using the changeset viewer.