Paste #341
Welcome To LodgeIt
Welcome to the LodgeIt pastebin. In order to use the notification feature a 31 day cookie with an unique ID was created for you. The lodgeit database does not store any information about you, it's just used for an advanced pastebin experience :-). Read more on the about lodgeit page. Have fun :-)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | #snapshot parameters snapshot_num = 134 snapnum_str = '{:03d}'.format(snapshot_num) galaxy_num = 0 galaxy_num_str = str(galaxy_num) hydro_dir = '/blue/narayanan/desika.narayanan/powderday_files/gizmo/mufasa/' snapshot_name = 'snapshot_'+snapnum_str+'.hdf5' #where the files should go PD_output_dir = '/home/desika.narayanan/pd_git/tests/SKIRT/gizmo_mw_zoom/' Auto_TF_file = 'snap'+snapnum_str+'.logical' Auto_dustdens_file = 'snap'+snapnum_str+'.dustdens' #=============================================== #FILE I/O #=============================================== inputfile = PD_output_dir+'/pd_skirt_comparison.'+snapnum_str+'.rtin' outputfile = PD_output_dir+'/pd_skirt_comparison.'+snapnum_str+'.rtout' #=============================================== #GRID POSITIONS #=============================================== x_cent=28077.51291590734 y_cent=22251.040921986722 z_cent=28531.439944942518 #=============================================== #CMB #=============================================== TCMB = 2.73 |