Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
  jorek-namelist/
    jorek.git/                  # the source code
    intear_ntor3/               # run directory

If you want to clone the repository to a specific folder,  'jorek.git' in our example, you can do it by adding 'folder.git' to 'git clone ...' command:

Code Block
cd jorek-namelist/
git clone ssh://git@git.iter.org/stab/jorek.git jorek.git


To write out the namelist, you need to add right before the endif in line 193 of in models/model199/initialise_parameters.f90 the following three lines:

...