source: trunk/MESOSCALE/LMDZ.MARS.new/in_lmdz_mars_newphys/compile @ 1524

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##################
6tracers=2
7nx=64
8ny=48
9nz=32
10##################
11tracers=1
12nx=64
13ny=48
14nz=25
15##################
16tracers=1
17nx=64
18ny=48
19nz=18
20##################
21#tracers=1
22#nx=64
23#ny=48
24#nz=32
25##################
26tracers=5
27nx=64
28ny=48
29nz=25
30##################
31tracers=2
32nx=64
33ny=48
34nz=25
35scatterers=1
36##################
37tracers=5
38nx=64
39ny=48
40nz=25
41scatterers=2
42##################
43tracers=7
44nx=64
45ny=48
46nz=25
47scatterers=2
48##################
49## 64_48_29_t7_s2
50#tracers=7
51#nx=64
52#ny=48
53nz=29
54#scatterers=2
55
56
57
58# GCM environment variables
59#--------------------------
60export LMDGCM=$PWD
61export LIBOGCM=$PWD/libo
62
63echo $LMDGCM
64echo $LIBOGCM
65echo $NCDFLIB
66echo $NCDFINC
67
68#rm -rf libo
69mkdir libo
70touch libo/log_compile_newstart
71touch libo/log_compile_gcm
72
73echo 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
80echo compile newstart
81echo check in $PWD/libo/log_compile_newstart
82makegcm -O "-DMESOINI" -p mars -d ${nx}x${ny}x${nz} newstart | tee libo/log_compile_newstart | grep 'warnings' >> libo/log_compile_newstart
83
84echo compile gcm
85echo 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
87makegcm -O "-DMESOINI" -p mars -d ${nx}x${ny}x${nz} gcm | tee libo/log_compile_gcm | grep 'warnings' >> libo/log_compile_gcm
88
89
90echo well, OK.
91
92
Note: See TracBrowser for help on using the repository browser.