mirror of
https://gitlab.com/scemama/eplf
synced 2024-11-12 17:13:56 +01:00
17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
@section Running the calculation
|
|
|
|
To run the calculation, run the @command{./run_test.out.ezfio.sh} command,
|
|
or place it in a submission script of a batch queuing system.
|
|
|
|
Once the calculation is done, the grid is saved into the @ezfio database.
|
|
It can be converted to a cube file using the @command{to_cube} tool,
|
|
specifying as a first argument the @ezfio database, and which grid to convert
|
|
as a second argument. For example:
|
|
@example
|
|
to_cube test.out.ezfio eplf
|
|
@end example
|
|
produces the file @file{test.out.ezfio_eplf.cube}
|
|
|
|
|
|
|