Ignore:
Timestamp:
Mar 10, 2022, 7:23:47 PM (2 years ago)
Author:
fhourdin
Message:

Reecriture des thermiques

File:
1 edited

Legend:

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

    r4072 r4089  
    3939    INCLUDE "YOMCST.h"
    4040    INCLUDE "YOMCST2.h"
    41     INCLUDE "thermcell.h"
     41    INCLUDE "alpale.h"
    4242
    4343    !IM : on inclut/initialise les taux de CH4, N2O, CFC11 et CFC12
     
    142142    REAL,SAVE :: seuil_inversion_omp
    143143
    144     INTEGER,SAVE :: iflag_thermals_ed_omp,iflag_thermals_optflux_omp,iflag_thermals_closure_omp
    145     REAL, SAVE :: fact_thermals_ed_dz_omp
    146144    INTEGER,SAVE :: iflag_thermals_omp,nsplit_thermals_omp
    147145    REAL,SAVE :: tau_thermals_omp,alp_bl_k_omp
     
    17181716    CALL getin('iflag_thermals',iflag_thermals_omp)
    17191717    !
    1720     !Config Key  = iflag_thermals_ed
    1721     !Config Desc =
    1722     !Config Def  = 0
    1723     !Config Help =
    1724     !
    1725     fact_thermals_ed_dz_omp = 0.1
    1726 
    1727     CALL getin('fact_thermals_ed_dz',fact_thermals_ed_dz_omp)
    1728     !
    1729     !
    1730     !Config Key  = iflag_thermals_ed
    1731     !Config Desc =
    1732     !Config Def  = 0
    1733     !Config Help =
    1734     !
    1735     iflag_thermals_ed_omp = 0
    1736     CALL getin('iflag_thermals_ed',iflag_thermals_ed_omp)
    1737     !
    1738     !
    1739     !Config Key  = iflag_thermals_optflux
    1740     !Config Desc =
    1741     !Config Def  = 0
    1742     !Config Help =
    1743     !
    1744     iflag_thermals_optflux_omp = 0
    1745     CALL getin('iflag_thermals_optflux',iflag_thermals_optflux_omp)
    1746     !
    1747     !Config Key  = iflag_thermals_closure
    1748     !Config Desc =
    1749     !Config Def  = 0
    1750     !Config Help =
    1751     !
    1752     iflag_thermals_closure_omp = 1
    1753     CALL getin('iflag_thermals_closure',iflag_thermals_closure_omp)
    1754     !
    17551718    !Config Key  = nsplit_thermals
    17561719    !Config Desc =
    1757     !Config Def  = 1
     1720    !Config Def  = 0
    17581721    !Config Help =
    17591722    !
     
    26332596    ip_ebil_phy = ip_ebil_phy_omp
    26342597    iflag_thermals = iflag_thermals_omp
    2635     iflag_thermals_ed = iflag_thermals_ed_omp
    2636     fact_thermals_ed_dz = fact_thermals_ed_dz_omp
    2637     iflag_thermals_optflux = iflag_thermals_optflux_omp
    2638     iflag_thermals_closure = iflag_thermals_closure_omp
    26392598    nsplit_thermals = nsplit_thermals_omp
    26402599    tau_thermals = tau_thermals_omp
     
    30022961    WRITE(lunout,*) ' iflag_order2_sollw = ', iflag_order2_sollw
    30032962    WRITE(lunout,*) ' iflag_thermals = ', iflag_thermals
    3004     WRITE(lunout,*) ' iflag_thermals_ed = ', iflag_thermals_ed
    3005     WRITE(lunout,*) ' fact_thermals_ed_dz = ', fact_thermals_ed_dz
    3006     WRITE(lunout,*) ' iflag_thermals_optflux = ', iflag_thermals_optflux
    3007     WRITE(lunout,*) ' iflag_thermals_closure = ', iflag_thermals_closure
    30082963    WRITE(lunout,*) ' iflag_clos = ', iflag_clos
    30092964    WRITE(lunout,*) ' coef_clos_ls = ', coef_clos_ls
Note: See TracChangeset for help on using the changeset viewer.