Ignore:
Timestamp:
Apr 20, 2021, 9:24:46 PM (3 years ago)
Author:
oboucher
Message:

various minor tweaks

File:
1 edited

Legend:

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

    r3863 r3876  
    378378    !Config Desc = activation of output ascii file in inlandsis
    379379    !Config Def  = 1
    380    ok_outfor_omp = .FALSE.
     380    ok_outfor_omp = .FALSE.
    381381    CALL getin('ok_outfor', ok_outfor_omp)
    382 
    383 
    384382
    385383    !==================================================================
     
    11421140    CALL getin('coefw_cld_cv',coefw_cld_cv_omp)
    11431141
    1144 
    1145 
    1146 
    11471142    !
    11481143    !Config Key  = iflag_pdf
     
    11531148    iflag_pdf_omp = 0
    11541149    CALL getin('iflag_pdf',iflag_pdf_omp)
     1150
    11551151    !
    11561152    !Config Key  = fact_cldcon
     
    11791175    ok_newmicro_omp = .TRUE.
    11801176    CALL getin('ok_newmicro',ok_newmicro_omp)
     1177
    11811178    !
    11821179    !Config Key  = ratqsbas
     
    11871184    ratqsbas_omp = 0.01
    11881185    CALL getin('ratqsbas',ratqsbas_omp)
     1186
    11891187    !
    11901188    !Config Key  = ratqshaut
Note: See TracChangeset for help on using the changeset viewer.