/[MITgcm]/MITgcm_contrib/gael/verification/setup_these_exps.csh
ViewVC logotype

Contents of /MITgcm_contrib/gael/verification/setup_these_exps.csh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Fri Oct 23 19:23:58 2015 UTC (9 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
File MIME type: application/x-csh
Error occurred while calculating annotation data.
FILE REMOVED
- remove setup_these_exps.csh (see eccov4.pdf instead).

1 #!/bin/csh -f
2 #
3
4 mkdir global_oce_tmp_download
5 cd global_oce_tmp_download
6
7 #1) from MITgcm/verification, get global_oce_cs32 and
8 # global_oce_llc90 using cvs checkout, as
9 cvs co MITgcm_contrib/gael/verification/global_oce_cs32
10 cvs co MITgcm_contrib/gael/verification/global_oce_llc90
11
12 mv MITgcm_contrib/gael/verification/global_oce_cs32 .
13 mv MITgcm_contrib/gael/verification/global_oce_llc90 .
14
15 #2) get the input binary files for cs32
16 wget http://mitgcm.org/~gforget/global_oce_input_fields.tar.gz
17 gunzip global_oce_input_fields.tar.gz
18 tar xf global_oce_input_fields.tar
19 \rm -f global_oce_input_fields.tar
20
21 #3) link code to code_ad (as testreport expects code_ad to exist)
22 cd global_oce_llc90
23 ln -s code code_ad
24 cd ..
25 cd global_oce_cs32
26 ln -s code code_ad
27 cd ..
28
29 cd ..
30

  ViewVC Help
Powered by ViewVC 1.1.22