Ignore:
Timestamp:
Jun 29, 2023, 3:03:15 AM (15 months ago)
Author:
fhourdin
Message:

Passage des thermiques a la nouvelle norme.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/lmdz_thermcell_plume.F90

    r4589 r4590  
     1MODULE lmdz_thermcell_plume
    12!
    23! $Id: thermcell_plume.F90 3074 2017-11-15 13:31:44Z fhourdin $
    34!
     5CONTAINS
     6
    47      SUBROUTINE thermcell_plume(itap,ngrid,nlay,ptimestep,ztv,zthl,po,zl,rhobarz,  &
    58     &           zlev,pplev,pphi,zpspsk,alim_star,alim_star_tot,  &
     
    2225!--------------------------------------------------------------------------
    2326
    24        USE thermcell_ini_mod, ONLY: prt_level,fact_thermals_ed_dz,iflag_thermals_ed,RLvCP,RETV,RG
    25        USE thermcell_ini_mod, ONLY: fact_epsilon, betalpha, afact, fact_shell
    26        USE thermcell_ini_mod, ONLY: detr_min, entr_min, detr_q_coef, detr_q_power
    27        USE thermcell_ini_mod, ONLY: mix0, thermals_flag_alim
     27       USE lmdz_thermcell_ini, ONLY: prt_level,fact_thermals_ed_dz,iflag_thermals_ed,RLvCP,RETV,RG
     28       USE lmdz_thermcell_ini, ONLY: fact_epsilon, betalpha, afact, fact_shell
     29       USE lmdz_thermcell_ini, ONLY: detr_min, entr_min, detr_q_coef, detr_q_power
     30       USE lmdz_thermcell_ini, ONLY: mix0, thermals_flag_alim
     31       USE lmdz_thermcell_alim, ONLY : thermcell_alim
     32       USE lmdz_thermcell_qsat, ONLY : thermcell_qsat
     33
    2834
    2935       IMPLICIT NONE
     
    446452 RETURN
    447453     end
     454END MODULE lmdz_thermcell_plume
Note: See TracChangeset for help on using the changeset viewer.