19 |
ln -sf /nobackup/hzhang1/cs510/run_template/*cube78 . |
ln -sf /nobackup/hzhang1/cs510/run_template/*cube78 . |
20 |
ln -sf /nobackup/hzhang1/cs510/run_template/tile* . |
ln -sf /nobackup/hzhang1/cs510/run_template/tile* . |
21 |
ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* . |
ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* . |
22 |
|
ln -sf /nobackup/hzhang1/cs510/run_template/runoff* . |
23 |
|
ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* . |
24 |
mv pickup.0000000216.cube78 pickup.0000000216 |
mv pickup.0000000216.cube78 pickup.0000000216 |
25 |
mv pickup.0000000216.meta.cube78 pickup.0000000216.meta |
mv pickup.0000000216.meta.cube78 pickup.0000000216.meta |
26 |
mv pickup_seaice.0000000216.cube78 pickup_seaice.0000000216 |
mv pickup_seaice.0000000216.cube78 pickup_seaice.0000000216 |
27 |
mv pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta |
mv pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta |
28 |
ln -sf /nobackup/hzhang1/forcing/cube78_forcing . |
ln -sf data.exf_1992-2008 data.exf |
|
ln -sf /nobackup/hzhang1/forcing/jra25 . |
|
29 |
ln -sf ../build/mitgcmuv . |
ln -sf ../build/mitgcmuv . |
30 |
qsub run_cube92 |
qsub run_cube92 |
31 |
|
|
32 |
|
|
|
#update on 06/10/2013 regarding file location of initial conditions, forcing and building options |
|
|
Initial condition and bathymetry files can be found here: |
|
|
http://ecco2.jpl.nasa.gov/data1/cube/run_template/ |
|
|
for run_template/, need |
|
|
*cube78 |
|
|
tile* |
|
|
GEBCO* |
|
|
|
|
|
Forcing files are here: |
|
|
There are 2 sets of forcing fields. Basically we use JRA25 now. |
|
|
http://ecco2.jpl.nasa.gov/data2/data/atmos/blend_forcing/cube78_forcing/ |
|
|
So for cube78_foring/, need |
|
|
DIFFKR* |
|
|
runoff* |
|
|
|
|
|
http://ecco2.jpl.nasa.gov/data2/data/atmos/jra25/ |
|
|
for jra25/, download |
|
|
jra25*_19?? |
|
|
jra25*_20?? |
|
|
|
|
|
put three folders (run_template/, cube78_forcing/, and jra25/) aywhere. |
|
|
Then look at http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/high_res_cube/cube92/README.cs510?view=markup |
|
|
need to change line 19-21, line 26-27 (link those three folders or files therein to work directory) |
|
|
|
|
33 |
The build option above |
The build option above |
34 |
http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/build_options/linux_amd64_ifort+mpi_ice_nas |
http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/build_options/linux_amd64_ifort+mpi_ice_nas |
35 |
in line 12 of http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/high_res_cube/cube92/README.cs510?view=markup |
in line 12 of http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/high_res_cube/cube92/README.cs510?view=markup |
39 |
http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/build_options/linux_amd64_gfortran?view=markup&sortby=date |
http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/build_options/linux_amd64_gfortran?view=markup&sortby=date |
40 |
but one still needs to load some modules or export some environmnet variables before compiling |
but one still needs to load some modules or export some environmnet variables before compiling |
41 |
as shown by line 16-45. |
as shown by line 16-45. |
42 |
|
|
43 |
|
==== solution history === |
44 |
|
solution is piece-wise due to avalability of forcing dataset |
45 |
|
1992-2008 optimized blended forcing |
46 |
|
with data.exf_1992-2008 |
47 |
|
cube78_forcing/ for 1992-2002 |
48 |
|
ecmwf/ for 2003-2008 |
49 |
|
archived at |
50 |
|
lfe:/u/hzhang1/From_PFE/forcing/cube78_forcing |
51 |
|
lfe:/u/hzhang1/From_PFE/forcing/ecmwf |
52 |
|
1992/01/03 pickup @ |
53 |
|
pfe:/nobackup/hzhang1/cs510/run_template/pic*216.cube78 |
54 |
|
2009-2017 jra25 and GPCP forcing (overwritten by below) |
55 |
|
2009-2019 jra55 and jra55do rain (overwrite above) |
56 |
|
with data.exf_2009-2019 |
57 |
|
stored at |
58 |
|
pfe:/nobackup/hzhang1/forcing/jra55 |
59 |
|
pfe:/nobackup/hzhang1/forcing/jra55_do |
60 |
|
2009/01/01 pickup @ |
61 |
|
pfe:/nobackup/hzhang1/cs510/run_template/pic*.0000447120.*ta |
62 |
|
|
63 |
|
output model-grid: |
64 |
|
lfe:/u/hzhang1/cubes/cube92 |
65 |
|
output interp to lat-lon grid: |
66 |
|
ftp://ecco.jpl.nasa.gov/ECCO2/cube92_latlon_quart_90S90N/ |