You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Knut 982a556e91 initial commit 3 years ago
estuary initial commit 3 years ago
.gitignore initial commit 3 years ago
Makefile initial commit 3 years ago
README initial commit 3 years ago
READY_CASES initial commit 3 years ago
Rules.make initial commit 3 years ago
Rules.make.org initial commit 3 years ago
output.yaml initial commit 3 years ago
update.sh initial commit 3 years ago

README

#
#

The GOTM test setups can be run either via the command line or via the
GOTM-GUI.

In the first case the following Makefile targets are available:
namelist ! will create a default namelist based on values in <setup>.xml
run ! will build the executable, make a link and run the model
scenario ! will pack everything needed for a gui run
example ! will make a .tar.gz file with necessary files
clean ! will remove some files
realclean ! will remove more files
distclean ! will remove everthing that can't be automatically genereated

The above Makefile targets are available in the main directory (the directory
with this REAME) and in the individual test case directories. If made
from this directory 'make' will loop over the cases that are ready according
to READY_CASES.

To run with the GUI simply do:
<path_to_gui>/gotmgui.py <name>.gotmscenario

Please report any issues to gotm-users@googlegroups.com


IMPORTANT: for some of the actions you must have 'editscenario.py' in your
path. You can get editscenario.py from:
ftp://bbh.homelinux.net/pub/jorn.bruggeman/getmschema/editscenario.py

md5sum:
d65712daa66a8d25a904208d5cee3d53 /public/ftp/pub/jorn.bruggeman/getmschema/editscenario.py

#
#