Parent Directory
|
Revision Log
|
Revision Graph
- from cs32 centric to llc90 centric : get shared namelists from llc90. - get fields from global_oce_input_fields rather than input_fields.
1 | gforget | 1.1 | #!/bin/csh -f |
2 | |||
3 | gforget | 1.3 | set dirInputFields = ../../global_oce_input_fields/ |
4 | set dirLlc90 = ../../global_oce_llc90/ | ||
5 | set dirCs32 = ../ | ||
6 | |||
7 | ln -s ${dirCs32}/input/* . | ||
8 | ln -s ${dirInputFields}/cs32/* . | ||
9 | ${dirLlc90}/input/prepare_run | ||
10 | gforget | 1.1 | |
11 | mkdir diags | ||
12 | mkdir tapes |
ViewVC Help | |
Powered by ViewVC 1.1.22 |