/[MITgcm]/MITgcm_contrib/llc_hires/llc_270/readme.txt
ViewVC logotype

Contents of /MITgcm_contrib/llc_hires/llc_270/readme.txt

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


Revision 1.1 - (show annotations) (download)
Wed Mar 19 14:16:53 2014 UTC (11 years, 4 months ago) by dimitri
Branch: MAIN
File MIME type: text/plain
reducing time step to 900 s, consistent with CS510 configuration time step

1 ##########################################
2 # 90x90x117 configuration (no blank tiles)
3
4 module purge
5 module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
6 cd ~/llc_270
7 cvs co MITgcm_code
8 cvs co MITgcm_contrib/llc_hires/llc_270
9 cd MITgcm
10 mkdir build run
11 cd build
12 ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \
13 -mpi -mods ../../MITgcm_contrib/llc_hires/llc_270/code
14 make depend
15 make -j 16
16
17 cd ~/llc_270/MITgcm/run
18 cp ../build/mitgcmuv mitgcmuv_90x90x117
19 ln -sf /nobackupp8/dmenemen/tarballs/llc_270/run_template/* .
20 ln -sf /nobackupp8/dmenemen/forcing/ncep_rgau/runoffp6615-360x180x12.bin .
21 ln -sf /nobackupp8/hzhang1/forcing/jra55/* .
22 rm data.exf
23 cp ../../MITgcm_contrib/llc_hires/llc_270/input/* .
24 emacs data
25
26 mpiexec -n 117 ./mitgcmuv_90x90x117
27
28 tail -f STDOUT.0000 | grep advcfl_W
29
30 vals=mitgcmhistory('STDOUT.0000','time_secondsf','advcfl_W');
31 plot(vals(:,1)/60/60/24,vals(:,2))

  ViewVC Help
Powered by ViewVC 1.1.22