Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cv3p_mixing.F90

    r5082 r5099  
    113113            fmax, gammas, qqa1, qqa2, Qcoef1max, Qcoef2max
    114114!>jyg
    115 !
     115
    116116  END IF
    117117
     
    514514!                             (1.+lv(il,j)*lv(il,j)*rs(il,j) / &
    515515!                              ((cpd*(1.-Qent(il,i,j))+Qent(il,i,j)*cpv)*rrv*t(il,j)*t(il,j)))
    516 !
     516
    517517!       Computation of condensate amount Elij, taking into account the ice fraction frac
    518518!       Warning : the same saturation humidity rs is used over both liquid water and ice; this
    519519!                 should be corrected.
    520 !
     520
    521521!  Heat capacity of mixed draught
    522522    cpm = cpd+Qent(il,i,j)*(cpv-cpd)
    523 !
     523
    524524    IF (cvflag_ice .and. frac(il,j) > 0.) THEN
    525525            elij(il, i, j) = Qent(il, i, j) - rs(il, j)
Note: See TracChangeset for help on using the changeset viewer.