Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. from astrochem.wrapper import *
  2. import numpy as np
  3.  
  4. p = phys()
  5. initial_abundances = {}
  6. c = cell(av=20, nh=1e3, tgas=10, tdust=10)
  7. s = solver(c, "network.chm", p , 1e-15, 1e-6, initial_abundances, 1e3, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement