Some progress towards understanding the new features of the user interface (see #5).
The files in namelists/ are configuration files for each model run and apparently take the place of the src/istart file. However, istart still exists in src/ and it is not clear whether it is necessary or is completely superseded by implementation of the namelists.
The files in param are executable scripts. The model runs after modifying the directories in the param/scripts that point to input and output directories for a model run, as well as the correct namelist configuration file.
@pb866 : can you try this, when you have some time, and see if it works for you as well? If you manage to compile first of course (see suggestion in #10).
Things to consider:
Some progress towards understanding the new features of the user interface (see #5).
The files in
namelists/are configuration files for each model run and apparently take the place of thesrc/istartfile.However,istartstill exists insrc/and it is not clear whether it is necessary or is completely superseded by implementation of thenamelists.The files in
paramare executable scripts. The model runs after modifying the directories in theparam/scripts that point to input and output directories for a model run, as well as the correct namelist configuration file.@pb866 : can you try this, when you have some time, and see if it works for you as well? If you manage to compile first of course (see suggestion in #10).
Things to consider:
issrc/istartstill needed? Are there other files that have been made superfluous by the new user interface?