Skip to content

Commit

Permalink
recover commit?
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Dec 8, 2024
1 parent ac8ddc3 commit a9e264d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/source/falcon2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ succumb to software rot.

A paper describing the ``griffin`` code is in *arXiv* ...

.. warning::
Adding FALCON2 to NEMO will result in some programs that have duplicated names, e.g. ``mkplummer``


Installation
~~~~~~~~~~~~

Expand All @@ -28,13 +32,14 @@ file ``INSTALL.md`` describes the installation procedure.
Command Line Interface
~~~~~~~~~~~~~~~~~~~~~~

Although the CLI will look familiar to NEMO users, there are some salient differents.
Although the CLI will look familiar to NEMO users, there are some salient differences.
Some highlights:

- the CLI is a set of ``key=val``, like NEMO. If given in order, the ``key=`` portion can be
- the CLI is a set of ``key=val``, like in NEMO. If given in order, the ``key=`` portion can be
omitted, leaving just a series of values. This not recommended in scripts.
- ``--help`` describes the keywords and some help, much like the ``help=h`` option in NEMO
- ``help=1`` shows hidden CLI options (NEMO doesn't have hidden options)
- ``debug=``



Expand Down Expand Up @@ -62,7 +67,7 @@ For details on a specific program, type
dump p100.in
- Convert falcon2 HDF5 files to NEMO snapshot, and recview junk like the dump program
- Convert falcon2 HDF5 files to NEMO snapshot, and review like the ``dump`` program

s2a p100.in | tabcomment - - delete=t | tabtos - p100.bsf block1=m,pos,vel,skip nbody=100
tsf p100.bsf
Expand Down Expand Up @@ -121,3 +126,5 @@ Surprises

- mkplummer has a keyword 'q-ran', but itsn't it better to use q_ran, since that's
a more common one used in all falcon programs. keep it consistent.

- ..

0 comments on commit a9e264d

Please sign in to comment.