Ignore:
Timestamp:
May 25, 2011, 12:55:27 PM (13 years ago)
Author:
idelkadi
Message:

Modifications concerning the cloud scheme:

  1. In newmicro, it now possible to read a min and max effective radius of ice particles from physiq.def : rei_min and rei_max which were initially set to 3.5 and 61.29 microns in the code.

concerns : conf_phys.F90, nuage.h, newmicro.F

  1. In physiq.F, in case of combination of iflag_cldcon>=5 (A. Jam cloud scheme) and iflag_coupl=5

concerns : physiq.F and thermcell_main.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F

    r1518 r1525  
    29202920         enddo
    29212921
     2922         else if (iflag_coupl==5) then
     2923         do k=1,klev
     2924            do i=1,klon
     2925               cldfra(i,k)=min(cldfra(i,k)+rnebcon(i,k),1.)
     2926               cldliq(i,k)=cldliq(i,k)+rnebcon(i,k)*clwcon(i,k)
     2927            enddo
     2928         enddo
     2929
    29222930         else
     2931
    29232932! Si on est sur un point touche par la convection profonde et pas
    29242933! par les thermiques, on prend la couverture nuageuse et l'eau nuageuse
Note: See TracChangeset for help on using the changeset viewer.