Ignore:
Timestamp:
Jun 8, 2010, 10:29:11 AM (14 years ago)
Author:
idelkadi
Message:

Modifications relatives a l'inclusion des nouveaux nuages d'Arnaud Jam

  • calltherm.F90 : remontee de variables suplementaires.

Passage de ztv, zpspsk, zthla, zthl en argument

  • fisrtilp.F : le programme de nuages avec appel a cloudth

Ajout des arguments : zqta, fraca, ztv, zpspsk, ztla, ztlh,
iflag_cldcon

  • physiq.F : appel modifie a calltherm et fisrtilp
  • thermcell_main.F90 : changement dans les flag_thermals_ed
  • thermcell_plume.F90 : version modifiee entrainement et detrainement

(on retrouve la precendente pour iflag_thermals_ed=10)

  • cloudth.F90 : PDF d'eau bi-gaussiennes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/thermcell_main.F90

    r1377 r1399  
    1010     &                  ,r_aspect,l_mix,tau_thermals,iflag_thermals_ed &
    1111     &                  ,Ale_bl,Alp_bl,lalim_conv,wght_th &
    12      &                  ,zmax0, f0,zw2,fraca)
     12     &                  ,zmax0, f0,zw2,fraca,ztv &
     13     &                  ,zpspsk,ztla,zthl)
    1314
    1415      USE dimphy
     
    389390!      print*,'THERM thermcell_main iflag_thermals_ed=',iflag_thermals_ed
    390391      if (iflag_thermals_ed<=9) then
    391 !         print*,'THERM NOVUELLE/NOUVELLE/ANCIENNE'
     392!         print*,'THERM NOUVELLE/NOUVELLE Arnaud'
    392393         CALL thermcell_plume(itap,ngrid,nlay,ptimestep,ztv,zthl,po,zl,rhobarz,&
    393394     &    zlev,pplev,pphi,zpspsk,alim_star,alim_star_tot,  &
     
    396397     &    ,lev_out,lunout1,igout)
    397398
    398       elseif (iflag_thermals_ed<=19) then
     399      elseif (iflag_thermals_ed>9) then
    399400!        print*,'THERM RIO et al 2010, version d Arnaud'
    400401         CALL thermcellV1_plume(itap,ngrid,nlay,ptimestep,ztv,zthl,po,zl,rhobarz,&
Note: See TracChangeset for help on using the changeset viewer.