Ignore:
Timestamp:
Mar 28, 2024, 5:42:26 PM (7 weeks ago)
Author:
evignon
Message:

petite correction dans poprecip apres l'atelier nuages du jour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/lmdz_lscp_poprecip.F90

    r4878 r4879  
    1616! evaporation and sublimation
    1717!
    18 SUBROUTINE poprecip_evapsub( &
     18SUBROUTINE poprecip_precld( &
    1919           klon, dtime, iftop, paprsdn, paprsup, pplay, temp, tempupnew, qvap, &
    2020           qprecip, precipfracclr, precipfraccld, &
     
    648648      !--Exact version, which does not need a barrier because of
    649649      !--the exponential decrease
    650       dqlrim = qliq(i) * ( EXP( - dtime * coef_col * snowcld(i) / precipfraccld(i) ) - 1. )
     650      dqlrim = qliq(i) * ( EXP( - dtime * coef_rim * snowcld(i) / precipfraccld(i) ) - 1. )
    651651
    652652      !--Add tendencies
Note: See TracChangeset for help on using the changeset viewer.