27 |
ln -sf /nobackup/hzhang1/forcing/jra25 . |
ln -sf /nobackup/hzhang1/forcing/jra25 . |
28 |
ln -sf ../build/mitgcmuv . |
ln -sf ../build/mitgcmuv . |
29 |
qsub run_cube92 |
qsub run_cube92 |
30 |
|
|
31 |
|
|
32 |
|
#update on 06/10/2013 regarding file location of initial conditions, forcing and building options |
33 |
|
Initial condition and bathymetry files can be found here: |
34 |
|
http://ecco2.jpl.nasa.gov/data1/cube/run_template/ |
35 |
|
for run_template/, need |
36 |
|
*cube78 |
37 |
|
tile* |
38 |
|
GEBCO* |
39 |
|
|
40 |
|
Forcing files are here: |
41 |
|
There are 2 sets of forcing fields. Basically we use JRA25 now. |
42 |
|
http://ecco2.jpl.nasa.gov/data2/data/atmos/blend_forcing/cube78_forcing/ |
43 |
|
So for cube78_foring/, need |
44 |
|
DIFFKR* |
45 |
|
runoff* |
46 |
|
|
47 |
|
http://ecco2.jpl.nasa.gov/data2/data/atmos/jra25/ |
48 |
|
for jra25/, download |
49 |
|
jra25*_19?? |
50 |
|
jra25*_20?? |
51 |
|
|
52 |
|
put three folders (run_template/, cube78_forcing/, and jra25/) aywhere. |
53 |
|
Then look at http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/high_res_cube/cube92/README.cs510?view=markup |
54 |
|
need to change line 19-21, line 26-27 (link those three folders or files therein to work directory) |
55 |
|
|
56 |
|
The build option above |
57 |
|
http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/build_options/linux_amd64_ifort+mpi_ice_nas |
58 |
|
in line 12 of http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/high_res_cube/cube92/README.cs510?view=markup |
59 |
|
is tailored for NASA supercompuer Pleiades. |
60 |
|
A particular option file is needed for other computer. |
61 |
|
A generic one is |
62 |
|
http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/build_options/linux_amd64_gfortran?view=markup&sortby=date |
63 |
|
but one still needs to load some modules or export some environmnet variables before compiling |
64 |
|
as shown by line 16-45. |