Changeset 1950


Ignore:
Timestamp:
Jan 27, 2014, 5:16:37 PM (10 years ago)
Author:
Ehouarn Millour
Message:

Correction from last commit for iflag_thermals=0
FH

File:
1 edited

Legend:

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

    r1948 r1950  
    22962296       'AVANT LA CONVECTION SECHE , iflag_thermals=' &
    22972297       ,iflag_thermals,'   nsplit_thermals=',nsplit_thermals
    2298   if(iflag_thermals<=0) then
     2298  if(iflag_thermals<0) then
    22992299     !  Rien
    23002300     !  ====
    2301      IF(prt_level>9)WRITE(lunout,*)'pas de modele de panache thermique'
    2302      IF(prt_level>9.and.iflag_thermals<0)WRITE(lunout,*)'pas d ajustement convectif'
     2301     IF(prt_level>9)WRITE(lunout,*)'pas de convection seche'
    23032302
    23042303
     
    24632462
    24642463        if (iflag_thermals==0) then
     2464        ! Calling adjustment alone (but not the thermal plume model)
    24652465           CALL ajsec_convV2(paprs, pplay, t_seri,q_seri &
    24662466                , d_t_ajsb, d_q_ajsb)
    24672467        else if (iflag_thermals>0) then
     2468        ! Calling adjustment above the top of thermal plumes
    24682469           CALL ajsec(paprs, pplay, t_seri,q_seri,limbas &
    24692470                , d_t_ajsb, d_q_ajsb)
Note: See TracChangeset for help on using the changeset viewer.