| 1 | dimitri | 1.1 | mkdir cube92 | 
| 2 |  |  | cd cube92 | 
| 3 |  |  |  | 
| 4 |  |  | # get code from anonymous CVS server | 
| 5 |  |  | cvs co MITgcm_contrib/high_res_cube/cube92 | 
| 6 |  |  | cvs co -r checkpoint62h MITgcm_code | 
| 7 |  |  | cd MITgcm | 
| 8 |  |  | mkdir build run | 
| 9 |  |  |  | 
| 10 |  |  | # build executable | 
| 11 |  |  | cd build | 
| 12 |  |  | ../tools/genmake2 -mo ../../MITgcm_contrib/high_res_cube/cube92/code -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas | 
| 13 |  |  | make depend | 
| 14 |  |  | make -j 16 | 
| 15 |  |  |  | 
| 16 |  |  | # integrate model | 
| 17 |  |  | cd ../run | 
| 18 |  |  | cp ../../MITgcm_contrib/high_res_cube/cube92/input/* . | 
| 19 |  |  | ln -sf /nobackup/hzhang1/cs510/run_template/*cube78 . | 
| 20 |  |  | ln -sf /nobackup/hzhang1/cs510/run_template/tile* . | 
| 21 |  |  | ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* . | 
| 22 | zhc | 1.4 | ln -sf /nobackup/hzhang1/cs510/run_template/runoff* . | 
| 23 |  |  | ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* . | 
| 24 | dimitri | 1.1 | mv pickup.0000000216.cube78 pickup.0000000216 | 
| 25 |  |  | mv pickup.0000000216.meta.cube78 pickup.0000000216.meta | 
| 26 |  |  | mv pickup_seaice.0000000216.cube78 pickup_seaice.0000000216 | 
| 27 |  |  | mv pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta | 
| 28 | zhc | 1.4 | ln -sf data.exf_1992-2008 data.exf | 
| 29 | dimitri | 1.1 | ln -sf ../build/mitgcmuv . | 
| 30 |  |  | qsub run_cube92 | 
| 31 | zhc | 1.2 |  | 
| 32 |  |  |  | 
| 33 |  |  | The build option above | 
| 34 |  |  | 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 | 
| 36 |  |  | is tailored for NASA supercompuer Pleiades. | 
| 37 |  |  | A particular option file is needed for other computer. | 
| 38 |  |  | A generic one is | 
| 39 |  |  | 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 | 
| 41 |  |  | as shown by line 16-45. | 
| 42 | zhc | 1.3 |  | 
| 43 |  |  | ==== solution history === | 
| 44 |  |  | solution is piece-wise due to avalability of forcing dataset | 
| 45 | zhc | 1.4 | 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 | zhc | 1.3 |  | 
| 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/ |