-
Notifications
You must be signed in to change notification settings - Fork 3
/
OLD_README
31 lines (20 loc) · 872 Bytes
/
OLD_README
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
RAMSES version 3.10
Copyright Romain Teyssier and CEA from 1997 to 2007
Copyright Romain Teyssier and the University of Zurich from 2008 to 2013
romain.teyssier@gmail.com
This software is an open source computer program whose purpose is to
perform simulations of self-gravitating fluids with Adaptive Mesh
Refinement on massively parallel computers. It is based on the Fortran
90 language and the MPI communication library.
When using the RAMSES code, please cite the following paper for proper
credit:
Teyssier, R., "Cosmological hydrodynamics with adaptive mesh refinement.
A new high resolution code called RAMSES", 2002, A&A, 385, 337
The code is available for download and documentation in
https://bitbucket.org/rteyssie/ramses
You can quickly test your installation by executing:
$ cd bin
$ make
$ cd ..
$ bin/ramses1d namelist/tube1d.nml
Enjoy !