Skip to content
Snippets Groups Projects
Commit 3289c070 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Move files around

We are trying to define clearly the directories and what Fortran files
they should contain:

- `Inst_eddies`: May only contain program units which make up the
program `inst_eddies`. If a program unit does not go into
`inst_eddies`, it should not be here. Not all program units going into
`inst_eddies` must be here: some could be in directory Common.

- `Inst_eddies/Tests`: Main programs of unit tests for procedures in
directory `Inst_eddies`. Plus procedures used only in these unit tests.

- `Overlap`: May only contain program units which make up the program
`eddy_graph`. If a program unit does not go into `eddy_graph`, it
should not be here. Not all program units going into `eddy_graph` must
be here: some could be in directory Common.

- `Overlap/Tests`: Main programs of unit tests for procedures in
directory `Overlap`. Plus procedures used only in these unit tests.

- Common: Procedures that are used in both programs `inst_eddies` and
`eddy_graph`.

- Common/Tests: Main programs of unit tests for procedures in
directory `Common`. Plus procedures used only in these unit
tests. Plus procedures used in unit tests of both `Inst_eddies` and
`Overlap` directories but not used in either program `inst_eddies` nor
`eddy_graph`.
parent 4e478605
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment