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/thermcell_main.F90

    r1496 r1525  
    753753      enddo
    754754
    755       if (iflag_coupl==3 .or. iflag_coupl==4) then
     755      if (iflag_coupl>=3 .and. iflag_coupl<=5) then
    756756      do ig=1,ngrid
    757757!valeur integree de alp_bl * 0.5:
Note: See TracChangeset for help on using the changeset viewer.