Changeset 3607 for LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Nov 29, 2019, 9:08:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/conf_phys_m.F90
r3604 r3607 17 17 iflag_cld_th, & 18 18 iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs, & 19 ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, flag_volc_surfstrat,aerosol_couple, &19 ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, aerosol_couple, & 20 20 chemistry_couple, flag_aerosol, flag_aerosol_strat, & 21 21 flag_aer_feedback, new_aod, & … … 64 64 ! bl95_b*: parameters in the formula to link CDNC to aerosol mass conc 65 65 ! ok_volcan: activate volcanic diags (SW heat & LW cool rate, SW & LW flux) 66 ! flag_volc_surfstrat: VolMIP flag, activate forcing surface cooling rate (=1), strato heating rate (=2) or nothing (=0, default)67 66 ! 68 67 … … 78 77 INTEGER :: flag_aerosol 79 78 INTEGER :: flag_aerosol_strat 80 INTEGER :: flag_volc_surfstrat !VolMIP flag for surf/strat runs81 79 LOGICAL :: flag_aer_feedback 82 80 LOGICAL :: flag_bc_internal_mixture … … 101 99 INTEGER, SAVE :: flag_aerosol_omp 102 100 INTEGER, SAVE :: flag_aerosol_strat_omp 103 INTEGER, SAVE :: flag_volc_surfstrat_omp !VolMIP flag for surf/strat runs104 101 LOGICAL, SAVE :: flag_aer_feedback_omp 105 102 LOGICAL, SAVE :: flag_bc_internal_mixture_omp … … 410 407 411 408 ! 412 !Config Key = flag_volc_surfstrat413 !Config Desc = impose cooling rate at the surface (=1),414 ! heating rate in the strato (=2), or nothing (=0)415 !Config Def = 0416 !Config Help = Used in radlwsw_m.F417 !418 flag_volc_surfstrat_omp = 0419 CALL getin('flag_volc_surfstrat', flag_volc_surfstrat_omp)420 421 !422 409 !Config Key = aerosol_couple 423 410 !Config Desc = read aerosol in file or calcul by inca … … 2317 2304 ok_cdnc = ok_cdnc_omp 2318 2305 ok_volcan = ok_volcan_omp 2319 flag_volc_surfstrat=flag_volc_surfstrat_omp2320 2306 aerosol_couple = aerosol_couple_omp 2321 2307 chemistry_couple = chemistry_couple_omp … … 2536 2522 IF (flag_bc_internal_mixture .AND. flag_aerosol.NE.6) THEN 2537 2523 CALL abort_physic('conf_phys', 'flag_bc_internal_mixture can only be activated with flag_aerosol=6',1) 2538 ENDIF2539 2540 IF (flag_volc_surfstrat.LT.0.OR.flag_volc_surfstrat.GT.2) THEN2541 CALL abort_physic('conf_phys', 'flag_volc_surfstrat can only be 0 1 or 2',1)2542 2524 ENDIF 2543 2525 … … 2655 2637 WRITE(lunout,*)' ok_ade = ',ok_ade 2656 2638 WRITE(lunout,*)' ok_volcan = ',ok_volcan 2657 WRITE(lunout,*)' flag_volc_surfstrat = ',flag_volc_surfstrat2658 2639 WRITE(lunout,*)' ok_aie = ',ok_aie 2659 2640 WRITE(lunout,*)' ok_alw = ',ok_alw
Note: See TracChangeset
for help on using the changeset viewer.