/[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.8 - (show annotations) (download)
Tue Mar 7 18:16:55 2017 UTC (8 years, 4 months ago) by zhc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
File MIME type: text/plain
checkpoint64x as reference

1 #########################
2 # 90x90x102 configuration
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 cp ../../MITgcm_contrib/llc_hires/llc_270/code/SIZE.h_90x90x102 SIZE.h
13 ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \
14 -mpi -mods ../../MITgcm_contrib/llc_hires/llc_270/code
15 make depend
16 make -j 16
17
18 cd ~/llc_270/MITgcm/run
19 cp ../build/mitgcmuv mitgcmuv_90x90x102
20 ln -sf /nobackupp8/dmenemen/tarballs/llc_270/run_template/* .
21 ln -sf /nobackup/hzhang1/forcing/era-interim .
22
23 rm data.exf
24 cp ../../MITgcm_contrib/llc_hires/llc_270/input/* .
25 ln -sf data.exch2_90x90x102 data.exch2
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
32 #########################
33 # 45x45x366 configuration
34
35 module purge
36 module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
37 cd ~/llc_270
38 cvs co MITgcm_code
39 cvs co MITgcm_contrib/llc_hires/llc_270
40 cd MITgcm
41 mkdir build run
42 cd build
43 cp ../../MITgcm_contrib/llc_hires/llc_270/code/SIZE.h_45x45x366 SIZE.h
44 ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \
45 -mpi -mods ../../MITgcm_contrib/llc_hires/llc_270/code
46 make depend
47 make -j 16
48
49 cd ~/llc_270/MITgcm/run
50 cp ../build/mitgcmuv mitgcmuv_45x45x366
51 ln -sf /nobackupp8/dmenemen/tarballs/llc_270/run_template/* .
52 ln -sf /nobackup/hzhang1/forcing/era-interim .
53 ln -sf /nobackup/hzhang1/llc_1080/MITgcm/PH_270/input_file/runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin .
54 ln -sf /nobackup/hzhang1/llc_1080/MITgcm/PH_270/input_file/*.nc .
55 cp ../../MITgcm_contrib/llc_hires/llc_270/input/* .
56 ln -sf data.exch2_45x45x366 data.exch2
57 mkdir -p diags profiles
58
59 qsub job_366_onW
60
61 tail -f STDOUT.0000|grep -E 'advcfl_W|time_tsnumber'
62
63
64 #########################
65 # 30x30x767 configuration
66 # FWD + ADJ
67 #########################
68
69 module load comp-intel/2012.0.032 mpi-sgi/mpt netcdf/4.0
70
71 #1 code
72 cvs co -r checkpoint64x MITgcm_code
73 cvs co MITgcm_contrib/llc_hires/llc_270
74 cd MITgcm
75
76 mkdir build run
77
78 #2 build
79 cd build
80 #FWD
81 ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \
82 -mpi -mods ../../MITgcm_contrib/llc_hires/llc_270/code_ad
83 make depend
84 make -j 16
85 make Clean
86 #ADJ
87 ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \
88 -mpi -mods ../../MITgcm_contrib/llc_hires/llc_270/code_ad
89 make depend
90 make adtaf
91 make -j 16 adall
92
93 #3 run:
94 cd ../run
95 mkdir diags tapes profiles
96 ln -s ../build/mitgcmuv* .
97
98 dirs="pri_err ts grace sst ssh si_IAN insitu optim33 nul"
99 for i in $dirs
100 do
101 ln -s /nobackup/hzhang1/obs/$i .
102 done
103 ln -s /nobackup/hzhang1/forcing/era_xx .
104
105 dirs="pri_err ts grace sst ssh si_IAN insitu optim33"
106 for i in $dirs
107 do
108 ln -sf $i/* .
109 done
110 cp -p /nobackup/hzhang1/obs/input/* .
111 #change data* as needed
112 qsub llc270_fwdHas
113 qsub -q vlong llc270_adjHas
114
115
116
117

  ViewVC Help
Powered by ViewVC 1.1.22