/[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.3 - (show annotations) (download) (as text)
Thu Oct 4 02:33:57 2012 UTC (12 years, 9 months ago) by gforget
Branch: MAIN
CVS Tags: c65g, checkpoint65p, checkpoint65f, checkpoint65g, checkpoint65e
Changes since 1.2: +19 -27 lines
File MIME type: application/x-csh
- add documentation in README.
- update setup_these_exps.csh according to global_oce_* revisions.

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