Changeset 3630 for LMDZ6/trunk/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Feb 10, 2020, 11:04:40 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.F90
r3479 r3630 18 18 iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs, & 19 19 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, & 21 21 flag_bc_internal_mixture, bl95_b0, bl95_b1,& 22 22 read_climoz, & … … 78 78 LOGICAL :: flag_aer_feedback 79 79 LOGICAL :: flag_bc_internal_mixture 80 LOGICAL :: new_aod81 80 REAL :: bl95_b0, bl95_b1 82 81 REAL :: fact_cldcon, facttemps,ratqsbas,ratqshaut,tau_ratqs … … 100 99 LOGICAL, SAVE :: flag_aer_feedback_omp 101 100 LOGICAL, SAVE :: flag_bc_internal_mixture_omp 102 LOGICAL, SAVE :: new_aod_omp103 101 REAL,SAVE :: bl95_b0_omp, bl95_b1_omp 104 102 REAL,SAVE :: freq_ISCCP_omp, ecrit_ISCCP_omp … … 453 451 CALL getin('flag_bc_internal_mixture',flag_bc_internal_mixture_omp) 454 452 455 ! Temporary variable for testing purpose!456 !Config Key = new_aod457 !Config Desc = which calcul of aeropt458 !Config Def = FALSE459 !Config Help = Used in physiq.F460 !461 new_aod_omp = .TRUE.462 CALL getin('new_aod',new_aod_omp)463 464 453 ! 465 454 !Config Key = aer_type … … 2328 2317 flag_aer_feedback=flag_aer_feedback_omp 2329 2318 flag_bc_internal_mixture=flag_bc_internal_mixture_omp 2330 new_aod=new_aod_omp2331 2319 aer_type = aer_type_omp 2332 2320 bl95_b0 = bl95_b0_omp … … 2503 2491 IF ( flag_aerosol .EQ. 0 ) THEN 2504 2492 CALL abort_physic('conf_phys','flag_aerosol=0 not compatible avec ok_ade ou ok_aie=.TRUE.',1) 2505 ENDIF2506 IF ( .NOT. new_aod .AND. flag_aerosol .NE. 1) THEN2507 CALL abort_physic('conf_phys','new_aod=.FALSE. not compatible avec flag_aerosol=1',1)2508 2493 ENDIF 2509 2494 ENDIF … … 2676 2661 WRITE(lunout,*) ' flag_aerosol_strat= ', flag_aerosol_strat 2677 2662 WRITE(lunout,*) ' flag_aer_feedback= ', flag_aer_feedback 2678 WRITE(lunout,*) ' new_aod = ', new_aod2679 2663 WRITE(lunout,*) ' aer_type = ',aer_type 2680 2664 WRITE(lunout,*) ' bl95_b0 = ',bl95_b0
Note: See TracChangeset
for help on using the changeset viewer.