Skip to content

Commit

Permalink
Old bit for calculating mass conc per component removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Numlet authored Jul 7, 2016
1 parent 0771ca3 commit 5afe0fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions L1_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ def save_cube(cube):
save_cube(mode_radius['rad_'+mode_name])


total_mass_concentration={}
keys=[key for key in mass_concentration.keys() if comp_name in key]
for comp_name in ims.component_names:
keys=[key1 for key1 in keys if '_' in key1]
#print keys
cubes_to_add=[mass_concentration[key] for key in keys]
total_mass_concentration['tot_mc_'+comp_name]=np.sum(cubes_to_add)

# factor to convert from mean Radious in the number PDF to the mean Radious in the volume/mass PDF conv_V = np.exp(3.0*np.log(sigma[imode])**2) #check this
cubes_to_add_N2p5=[]
r_125=1.25e-6#meters long_name='Radious for calculating PM2.5',
Expand Down

0 comments on commit 5afe0fe

Please sign in to comment.