mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 02:15:09 +00:00
added hazy, started script for changing primary variable from hden to phi.
This commit is contained in:
parent
6993c12923
commit
67ec1f6031
BIN
reference/hazy/QuickStart_c13.pdf
Normal file
BIN
reference/hazy/QuickStart_c13.pdf
Normal file
Binary file not shown.
BIN
reference/hazy/hazy1_c13.pdf
Normal file
BIN
reference/hazy/hazy1_c13.pdf
Normal file
Binary file not shown.
BIN
reference/hazy/hazy2_c13.pdf
Normal file
BIN
reference/hazy/hazy2_c13.pdf
Normal file
Binary file not shown.
18
reference/hazy/readme.txt
Normal file
18
reference/hazy/readme.txt
Normal file
@ -0,0 +1,18 @@
|
||||
This directory contains PDF versions of the Quick Start Guide and Parts 1 and 2 of Hazy,
|
||||
the documentation. This Quick Start Guide gives an overview. Part 1 gives a complete
|
||||
list of all commands. Part 2 describes the output that is generated, shows how to extract observed quantities from the predictions, and explains how to call Cloudy as part
|
||||
of a larger program.
|
||||
|
||||
Part 3, which is badly out of date at the time of this writing, describes
|
||||
the physics behind the simulation. The past few years have seen many
|
||||
expansions of the code's capabilities, especially in infrared emission,
|
||||
molecular physics, dynamics and advective flows, and time dependent simulations.
|
||||
Unfortunately, Part 3 of Hazy has not had a high enough
|
||||
priority to be updated with available resources. I have not given up and
|
||||
do intend to update this section eventually. For now, an ADS search on
|
||||
"Ferland, G" will find the most recent papers that describe advances in the
|
||||
physics.
|
||||
|
||||
The LaTeX source needed to build the documentation is included in \cdFilename{cloudy/docs/latex}.
|
||||
The Perl script \cdFilename{CompileAll.pl} will compile all four parts of the documentation,
|
||||
leaving PDF files in the appropriate subdirectories.
|
5
scripts/operations/orient_to_phi.sh
Executable file
5
scripts/operations/orient_to_phi.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
head -n1 $1
|
||||
sed -n 2p $1|awk '{print $2,$1,$3}'
|
||||
sed -n 3,`wc -l $1|cut -f1 -d' '`p $1|awk '{print $2,$1,$3}'|sort
|
Loading…
Reference in New Issue
Block a user