Ignore:
Timestamp:
Feb 10, 2020, 11:04:40 AM (4 years ago)
Author:
Laurent Fairhead
Message:

Parameter new_aod is not needed anymore as it is assumed to be true
all the time. This means that we cannot replay AR4 simulations with new
LMDZ sources (we probably couldn't anyway)
LF, OB

File:
1 edited

Legend:

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

    r3479 r3630  
    1818       iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs, &
    1919       ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, aerosol_couple, chemistry_couple, &
    20        flag_aerosol, flag_aerosol_strat, flag_aer_feedback, new_aod, &
     20       flag_aerosol, flag_aerosol_strat, flag_aer_feedback, &
    2121       flag_bc_internal_mixture, bl95_b0, bl95_b1,&
    2222       read_climoz, &
     
    7878    LOGICAL              :: flag_aer_feedback
    7979    LOGICAL              :: flag_bc_internal_mixture
    80     LOGICAL              :: new_aod
    8180    REAL                 :: bl95_b0, bl95_b1
    8281    REAL                 :: fact_cldcon, facttemps,ratqsbas,ratqshaut,tau_ratqs
     
    10099    LOGICAL, SAVE       :: flag_aer_feedback_omp
    101100    LOGICAL, SAVE       :: flag_bc_internal_mixture_omp
    102     LOGICAL, SAVE       :: new_aod_omp
    103101    REAL,SAVE           :: bl95_b0_omp, bl95_b1_omp
    104102    REAL,SAVE           :: freq_ISCCP_omp, ecrit_ISCCP_omp
     
    453451    CALL getin('flag_bc_internal_mixture',flag_bc_internal_mixture_omp)
    454452
    455     ! Temporary variable for testing purpose!
    456     !Config Key  = new_aod
    457     !Config Desc = which calcul of aeropt
    458     !Config Def  = FALSE
    459     !Config Help = Used in physiq.F
    460     !
    461     new_aod_omp = .TRUE.
    462     CALL getin('new_aod',new_aod_omp)
    463 
    464453    !
    465454    !Config Key  = aer_type
     
    23282317    flag_aer_feedback=flag_aer_feedback_omp
    23292318    flag_bc_internal_mixture=flag_bc_internal_mixture_omp
    2330     new_aod=new_aod_omp
    23312319    aer_type = aer_type_omp
    23322320    bl95_b0 = bl95_b0_omp
     
    25032491       IF ( flag_aerosol .EQ. 0 ) THEN
    25042492          CALL abort_physic('conf_phys','flag_aerosol=0 not compatible avec ok_ade ou ok_aie=.TRUE.',1)
    2505        ENDIF
    2506        IF ( .NOT. new_aod .AND.  flag_aerosol .NE. 1) THEN
    2507           CALL abort_physic('conf_phys','new_aod=.FALSE. not compatible avec flag_aerosol=1',1)
    25082493       ENDIF
    25092494    ENDIF
     
    26762661    WRITE(lunout,*) ' flag_aerosol_strat= ', flag_aerosol_strat
    26772662    WRITE(lunout,*) ' flag_aer_feedback= ', flag_aer_feedback
    2678     WRITE(lunout,*) ' new_aod = ', new_aod
    26792663    WRITE(lunout,*) ' aer_type = ',aer_type
    26802664    WRITE(lunout,*) ' bl95_b0 = ',bl95_b0
Note: See TracChangeset for help on using the changeset viewer.