Ignore:
Timestamp:
Nov 7, 2015, 10:27:40 AM (9 years ago)
Author:
fhourdin
Message:

Poursuite du travail sur les thermiques.
Extraction d'une routine calculant l'alimentation laterale à la base.
+ une correction de Jean-Yves sur des initialisations maquantes dans
thermcell_main (mais qui sont maintenant dans thermcell_alp).

File:
1 edited

Legend:

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

    r2384 r2387  
    156156
    157157
     158!------------------------------------------------------------
     159!  Initialize output arrays related to stochastic triggering
     160!------------------------------------------------------------
     161  DO ig = 1,klon
     162     zlcl(ig) = 0.
     163     fraca0(ig) = 0.
     164     w0(ig) = 0.
     165     w_conv(ig) = 0.
     166     therm_tke_max0(ig) = 0.
     167     env_tke_max0(ig) = 0.
     168     n2(ig) = 0.
     169     s2(ig) = 0.
     170     ale_bl_stat(ig) = 0.
     171     alp_bl_det(ig) = 0.
     172     alp_bl_fluct_m(ig) = 0.
     173     alp_bl_fluct_tke(ig) = 0.
     174     alp_bl_conv(ig) = 0.
     175     alp_bl_stat(ig) = 0.
     176  ENDDO
     177  DO l = 1,klev
     178    DO ig = 1,klon
     179     therm_tke_max(ig,l) = 0.
     180     env_tke_max(ig,l) = 0.
     181    ENDDO
     182  ENDDO
     183!------------------------------------------------------------
     184
     185
    158186!------------Test sur le LCL des thermiques
    159187    do ig=1,ngrid
Note: See TracChangeset for help on using the changeset viewer.