Last change
on this file since 1524 was
1354,
checked in by aslmd, 10 years ago
|
MESOSCALE. freedust dust storm simulation.
|
-
Property svn:executable set to
*
|
File size:
1.6 KB
|
Line | |
---|
1 | #! /bin/bash |
---|
2 | |
---|
3 | ## changer eventuellement le callphys.def egalement |
---|
4 | |
---|
5 | ################## |
---|
6 | tracers=2 |
---|
7 | nx=64 |
---|
8 | ny=48 |
---|
9 | nz=32 |
---|
10 | ################## |
---|
11 | tracers=1 |
---|
12 | nx=64 |
---|
13 | ny=48 |
---|
14 | nz=25 |
---|
15 | ################## |
---|
16 | tracers=1 |
---|
17 | nx=64 |
---|
18 | ny=48 |
---|
19 | nz=18 |
---|
20 | ################## |
---|
21 | #tracers=1 |
---|
22 | #nx=64 |
---|
23 | #ny=48 |
---|
24 | #nz=32 |
---|
25 | ################## |
---|
26 | tracers=5 |
---|
27 | nx=64 |
---|
28 | ny=48 |
---|
29 | nz=25 |
---|
30 | ################## |
---|
31 | tracers=2 |
---|
32 | nx=64 |
---|
33 | ny=48 |
---|
34 | nz=25 |
---|
35 | scatterers=1 |
---|
36 | ################## |
---|
37 | tracers=5 |
---|
38 | nx=64 |
---|
39 | ny=48 |
---|
40 | nz=25 |
---|
41 | scatterers=2 |
---|
42 | ################## |
---|
43 | tracers=7 |
---|
44 | nx=64 |
---|
45 | ny=48 |
---|
46 | nz=25 |
---|
47 | scatterers=2 |
---|
48 | ################## |
---|
49 | ## 64_48_29_t7_s2 |
---|
50 | #tracers=7 |
---|
51 | #nx=64 |
---|
52 | #ny=48 |
---|
53 | nz=29 |
---|
54 | #scatterers=2 |
---|
55 | |
---|
56 | |
---|
57 | |
---|
58 | # GCM environment variables |
---|
59 | #-------------------------- |
---|
60 | export LMDGCM=$PWD |
---|
61 | export LIBOGCM=$PWD/libo |
---|
62 | |
---|
63 | echo $LMDGCM |
---|
64 | echo $LIBOGCM |
---|
65 | echo $NCDFLIB |
---|
66 | echo $NCDFINC |
---|
67 | |
---|
68 | #rm -rf libo |
---|
69 | mkdir libo |
---|
70 | touch libo/log_compile_newstart |
---|
71 | touch libo/log_compile_gcm |
---|
72 | |
---|
73 | echo bricolo |
---|
74 | \rm libf/grid/dimensions.h 2> /dev/null |
---|
75 | |
---|
76 | #echo compile start2archive |
---|
77 | #echo check in $PWD/libo/log_compile_start2archive |
---|
78 | #makegcm -t ${tracers} -p mars -d ${nx}x${ny}x${nz} -s ${scatterers} start2archive | tee libo/log_compile_start2archive | grep 'warnings' >> libo/log_compile_start2archive |
---|
79 | |
---|
80 | echo compile newstart |
---|
81 | echo check in $PWD/libo/log_compile_newstart |
---|
82 | makegcm -O "-DMESOINI" -p mars -d ${nx}x${ny}x${nz} newstart | tee libo/log_compile_newstart | grep 'warnings' >> libo/log_compile_newstart |
---|
83 | |
---|
84 | echo compile gcm |
---|
85 | echo check in $PWD/libo/log_compile_gcm |
---|
86 | #makegcm -O "-DMESOINI" -t ${tracers} -p mars -d ${nx}x${ny}x${nz} -s ${scatterers} gcm | tee libo/log_compile_gcm | grep 'warnings' >> libo/log_compile_gcm |
---|
87 | makegcm -O "-DMESOINI" -p mars -d ${nx}x${ny}x${nz} gcm | tee libo/log_compile_gcm | grep 'warnings' >> libo/log_compile_gcm |
---|
88 | |
---|
89 | |
---|
90 | echo well, OK. |
---|
91 | |
---|
92 | |
---|
Note: See
TracBrowser
for help on using the repository browser.