Ignore:
Timestamp:
Jun 19, 2008, 12:25:57 PM (16 years ago)
Author:
lmdzadmin
Message:

Initialisations : concvl, cv3_routines, cva_driver, physiq
Correction bug i0 + ajout tests : cv3p1_closure
Ajout sorties : ale, alp, cin, wape
Ajout variables wake : phyetat0, phyredem
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/conf_phys.F90

    r970 r973  
    1212 &                     ok_ade, ok_aie, aerosol_couple, &
    1313 &                     bl95_b0, bl95_b1,&
    14  &                     iflag_thermals,nsplit_thermals, &
     14 &                     iflag_thermals,nsplit_thermals,tau_thermals, &
    1515 &                     iflag_coupl,iflag_clos,iflag_wake )
    1616
     
    8181  integer :: iflag_thermals,nsplit_thermals
    8282  integer,SAVE :: iflag_thermals_omp,nsplit_thermals_omp
     83  real :: tau_thermals
     84  real,save :: tau_thermals_omp
    8385  integer :: iflag_coupl
    8486  integer :: iflag_clos
     
    830832  nsplit_thermals_omp = 1
    831833  call getin('nsplit_thermals',nsplit_thermals_omp)
     834
     835!Config Key  = tau_thermals
     836!Config Desc =
     837!Config Def  = 0.
     838!Config Help =
     839!
     840  tau_thermals_omp = 0.
     841  call getin('tau_thermals',tau_thermals_omp)
    832842
    833843!
     
    11711181    iflag_thermals = iflag_thermals_omp
    11721182    nsplit_thermals = nsplit_thermals_omp
     1183    tau_thermals = tau_thermals_omp
    11731184    iflag_coupl = iflag_coupl_omp
    11741185    iflag_clos = iflag_clos_omp
Note: See TracChangeset for help on using the changeset viewer.