Changeset 2186 for trunk/LMDZ.VENUS/libf/phyvenus
- Timestamp:
- Dec 6, 2019, 6:07:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/new_photochemistry_venus.F90
r1621 r2186 29 29 30 30 integer :: ij, i, iesp, jesp, iz, iiz 31 real :: fact_SF ! Increasin/Decreasing Solar Flux 31 32 32 33 ! matrix … … 436 437 read(30,'(7e11.4)') (jphot(iso2,isza,iz,ij), ij = 1,nj) 437 438 do ij = 1,nj 439 !!! 440 ! GG TESTS increasing/decreasing Solar Flux 441 !fact_SF = 5. 442 ! jphot(iso2,isza,iz,ij)=jphot(iso2,isza,iz,ij)*0.2 443 444 ! print*,'!!! WARNING !!!: You are Modifying Solar flux by a factor:' 445 ! print*, ' Please check new_chemistry* and sw_venus_rh ' 446 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 447 438 448 if (jphot(iso2,isza,iz,ij) == 1.E-30) then 439 449 jphot(iso2,isza,iz,ij) = 0. … … 2738 2748 2739 2749 ! jpl 2003 2740 2741 b003(:) = 1.1E-10 2750 ! b003(:) = 1.1E-10 2751 2752 ! jpl 2016 2753 b003(:) = 1.2E-10 2742 2754 2743 2755 nb_reaction_4 = nb_reaction_4 + 1 … … 2787 2799 2788 2800 ! jpl 2003 2789 2790 c002(:) = 2.2E-11*exp(120./t(:)) 2801 ! c002(:) = 2.2E-11*exp(120./t(:)) 2802 2803 ! jpl 2016 2804 c002(:) = 1.8E-11*exp(180./t(:)) 2791 2805 2792 2806 nb_reaction_4 = nb_reaction_4 + 1 … … 2845 2859 2846 2860 ! christensen et al., grl, 13, 2002 2847 2848 c008(:) = 1.5E-12*exp(19./t(:)) 2861 ! c008(:) = 1.5E-12*exp(19./t(:)) 2862 2863 ! jpl 2016 2864 c008(:) = 3.0E-13*exp(460./t(:)) 2849 2865 2850 2866 nb_reaction_3 = nb_reaction_3 + 1 … … 2924 2940 2925 2941 ! jpl 2003 2926 2927 c016(:) = 2.5*1.7E-33*exp(1000./t(:))*conc(:) 2942 ! c016(:) = 2.5*1.7E-33*exp(1000./t(:))*conc(:) 2943 2944 ! jpl 2016 2945 c016(:) = 2.5*2.1E-33*exp(920./t(:))*conc(:) 2928 2946 2929 2947 nb_reaction_3 = nb_reaction_3 + 1 … … 3072 3090 3073 3091 ! jpl 2006 3074 3075 f004(:) = 2.6E-12*exp(-350./t(:)) 3092 ! f004(:) = 2.6E-12*exp(-350./t(:)) 3093 3094 ! jpl 2016 3095 f004(:) = 1.8E-12*exp(-250./t(:)) 3076 3096 3077 3097 nb_reaction_4 = nb_reaction_4 + 1 … … 3126 3146 3127 3147 ! jpl 2006 3128 3129 f010(:) = 4.1E-11*exp(-450./t(:)) 3130 3148 ! f010(:) = 4.1E-11*exp(-450./t(:)) 3149 3150 ! jpl 2016 3151 f010(:) = 3.6E-11*exp(-375./t(:)) 3152 3131 3153 nb_reaction_4 = nb_reaction_4 + 1 3132 3154 v_4(:,nb_reaction_4) = f010(:) … … 3135 3157 3136 3158 ! jpl 2006 3137 3138 f011(:) = 1.8E-11*exp(170./t(:)) 3159 ! f011(:) = 1.8E-11*exp(170./t(:)) 3160 3161 ! jpl 2016 3162 f011(:) = 1.4E-11*exp(270./t(:)) 3139 3163 3140 3164 nb_reaction_4 = nb_reaction_4 + 1 … … 3423 3447 !--- g001: s + o2 -> so + o 3424 3448 3425 g001(:) = 2.3E-12 3449 ! g001(:) = 2.3E-12 3450 3451 ! jpl 2016 3452 g001(:) = 1.6E-12*exp(100./t(:)) 3426 3453 3427 3454 nb_reaction_4 = nb_reaction_4 + 1 … … 3437 3464 !--- g003: so + o2 -> so2 + o 3438 3465 3439 g003(:) = 1.25E-13*exp(-2190./t(:)) 3466 ! g003(:) = 1.25E-13*exp(-2190./t(:)) 3467 3468 ! jpl 2016 3469 g003(:) = 1.6E-13*exp(-2280./t(:)) 3440 3470 3441 3471 nb_reaction_4 = nb_reaction_4 + 1
Note: See TracChangeset
for help on using the changeset viewer.