Go to the U of M home page
School of Physics & Astronomy
School of Physics and Astronomy Wiki

User Tools


classes:2008:fall:astro4001.001:home

This is an old revision of the document!


Astro 4001 - Stellar Evolution Project

Rules

  • Please post only material related to the stellar evolution project
  • feel free to sign your contribution with your name (alex)

Downloading and Installing

Downloading

On you linux prompt type

wget http://www.kitp.ucsb.edu/~paxton/EZ_3_6_3.tar.gz

to download the file.

Unpacking

To unpack type

tar xvzf EZ_3_6_3.tar.gz

This will unpack all the files in a directory EZ_3_6_3.

Switch to this directory:

cd EZ_3_6_3

There are a lot of ._* files in the different directories. You can get rid of them with the command

find . -name “._*” -exec rm -f {} \;

Compiling

Change to directory make

cd make

execute the makefile skript (default) using the make command

make

the original version of makefile uses gfortran. If that does not work on your computer of platform, you probably have to modify the makefile (or install gfortran).

There should now be a version of the EZ executable in the run subdirectory off the main EZ_3_6_3 directory. To change to this diectory, do

cd ../run

Type

ls -latr

to see the files, sorted in reverse order of creation. Here is a dead link.

Graphics Tools

We want to establish a page on graphical visualization tools as well in section graphics

classes/2008/fall/astro4001.001/home.1221778115.txt.gz · Last modified: 2008/09/18 17:48 by heger