README.md 470 Bytes
Newer Older
1 2 3 4 5 6 7 8
# NEMO_cfgs
NEMO BoBEAS configuration

Each configuration directory should be laid out in the following manner, to
facilitate configuration archival and sharing:

<pre>
BoBEAS
jelt's avatar
jelt committed
9 10 11 12 13 14 15 16 17 18 19 20 21
|____SCRIPTS
| |----main1.sh
| |----make_paths.sh
| |----make_directories.sh
| |----load_modules_1.sh
| |----make_xios.sh
| |----make_nemo.sh
| |----make_tools.sh
| |----create_coordinates.sh
| |----load_modules_2.sh
| |----fix_elevations.sh
| |____interpolate_gebco.sh
|
22 23
|____README.md
</pre>