Skip to content

Commit

Permalink
initial files - same as 8.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Gal <norulz.gal@gmail.com>
  • Loading branch information
norulz committed Feb 26, 2018
0 parents commit d0a9443
Show file tree
Hide file tree
Showing 2,260 changed files with 437,152 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build-zyGrib-Desktop_Qt_5_9_4_MinGW_32bit-Debug/**
src/build-qwt-Desktop_Qt_5_9_4_MinGW_32bit-Debug/**
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
QMAKE=/usr/bin/qmake

INSTALLDIR=$(HOME)/zyGrib
MACQTBIN=/usr/local/Qt-5.3.2/bin/
QWTDIR=src/qwt-6.1.3

all: zyGrib

SRC= src/*.h src/*.cpp src/*/*.h src/*/*.cpp \
src/qwt*/src/*.cpp src/qwt*/src/*.h

mac: $(SRC)
rm -f ./zyGrib
rm -fr ./zyGrib.app
rm -f src/Makefile
cd src/g2clib; make -f makefile.osx
cd $(QWTDIR)/src; $(MACQTBIN)/qmake; make -j6
cd src; $(MACQTBIN)/qmake; make -j6

macclean:
rm -f zyGrib
rm -fr zyGrib.app
rm -f src/zyGrib
rm -f src/release/zyGrib.exe
rm -f $(QWTDIR)/lib/*
cd $(QWTDIR)/src; $(MACQTBIN)/qmake; make clean
cd src; $(MACQTBIN)/qmake; make clean

clean:
rm -f zyGrib
rm -fr zyGrib.app
rm -f src/zyGrib
rm -f src/release/zyGrib.exe
cd src; $(QMAKE); make clean

veryclean: clean
rm -f $(QWTDIR)/lib/*
cd $(QWTDIR)/src; $(QMAKE); make clean
rm -f src/g2clib/libg2c.a
rm -f src/g2clib/*.o

zyGrib: $(SRC)
@ echo
rm -f ./zyGrib
cd $(QWTDIR)/src; $(QMAKE); make -j6
cd src/g2clib; make
cd src; $(QMAKE); make -j6
@ echo "-----------------------------------"
@ echo "#!/bin/bash" >> ./zyGrib
@ echo "cd `pwd`" >> ./zyGrib
@ echo 'src/zyGrib $$*' >> ./zyGrib
@ chmod 755 ./zyGrib

install: zyGrib
mkdir -p $(INSTALLDIR)
mkdir -p $(INSTALLDIR)/bin
cp -a data $(INSTALLDIR)
cp -a grib $(INSTALLDIR)
rm -f ./zyGrib
rm -f $(INSTALLDIR)/bin/zyGrib
cp -a src/zyGrib $(INSTALLDIR)/bin
echo "#!/bin/bash" >> ./zyGrib
echo "cd $(INSTALLDIR)" >> ./zyGrib
echo 'bin/zyGrib $$*' >> ./zyGrib
chmod 755 ./zyGrib
cp -af zyGrib $(INSTALLDIR)


4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# zyGrib-8.0.1
Repo of original sources

This is to be used as a starting point for trying out new features and modifications
2 changes: 2 additions & 0 deletions data/colors/colors_binary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0 255 255 255
1 255 100 100
19 changes: 19 additions & 0 deletions data/colors/colors_cape_jkg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
0 0 70 200
5 0 80 240
10 0 90 255
15 0 105 255
20 0 120 255
30 0 140 255
45 0 161 255
60 0 182 250
100 0 201 238
150 0 224 218
200 0 230 180
300 130 230 120
500 155 255 59
700 255 220 0
1000 255 183 0
1500 243 120 0
2000 212 68 12
2500 200 32 28
3500 173 4 48
19 changes: 19 additions & 0 deletions data/colors/colors_cin_jkg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
-2000 173 4 48
-1000 200 32 28
-600 212 68 12
-400 243 120 0
-300 255 183 0
-200 255 220 0
-150 155 255 59
-100 130 230 120
-80 0 230 180
-60 0 224 218
-50 0 201 238
-40 0 182 250
-30 0 161 255
-25 0 140 255
-20 0 120 255
-15 0 105 255
-10 0 90 255
-5 0 80 240
0 0 70 200
11 changes: 11 additions & 0 deletions data/colors/colors_clouds_black_pc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
0 255 255 255
10 240 240 230
20 230 230 220
30 220 220 210
40 200 200 180
50 170 170 140
60 150 150 120
70 120 120 100
80 100 100 80
90 90 90 70
100 80 80 60
11 changes: 11 additions & 0 deletions data/colors/colors_clouds_white_pc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
0 0 0 0
10 0 0 0
20 4 4 4
30 8 8 8
40 16 16 16
50 31 31 31
60 55 55 55
70 87 87 87
80 130 130 130
90 185 185 185
100 255 255 255
25 changes: 25 additions & 0 deletions data/colors/colors_current_kts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
0.0 40 140 255
0.1 0 175 255
0.2 0 220 225
0.3 0 247 176
0.4 0 234 156
0.5 130 240 89
0.6 240 245 3
0.7 255 237 0
0.8 255 219 0
0.9 255 199 0
1.0 255 180 0
1.2 255 152 0
1.4 255 126 0
1.6 247 120 0
1.8 236 120 20
2.0 228 113 30
2.5 224 97 40
3.0 220 81 50
3.5 213 69 60
4.0 205 58 70
4.5 190 44 80
5.0 180 26 90
5.5 170 20 100
6.0 150 40 120
6.5 140 50 140
26 changes: 26 additions & 0 deletions data/colors/colors_deltatemp_celcius.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
0.0 105 105 35
0.2 112 112 44
0.4 118 118 53
0.6 124 124 62
0.8 130 130 71
1.0 135 135 79
1.2 141 141 88
1.4 147 147 97
1.6 153 153 106
1.8 159 159 115
2.0 165 165 123
2.2 171 171 132
2.4 177 177 141
2.6 184 184 150
2.8 190 190 159
3.0 196 196 168
3.2 202 202 176
3.4 208 208 185
3.6 214 214 194
3.8 220 220 203
4.0 226 226 212
4.2 232 232 220
4.4 238 238 229
4.6 244 244 238
4.8 250 250 247
5.0 255 255 255
21 changes: 21 additions & 0 deletions data/colors/colors_humidrel_pc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
0 255 255 255
5 255 255 255
10 253 253 254
15 250 250 253
20 246 246 251
25 241 241 248
30 234 234 245
35 226 226 241
40 217 217 236
45 207 207 231
50 196 196 226
55 183 183 219
60 169 169 212
65 154 154 205
70 138 138 197
75 121 121 188
80 102 102 179
85 82 82 169
90 61 61 158
95 39 39 147
100 16 16 136
16 changes: 16 additions & 0 deletions data/colors/colors_rain_mmh.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
0 255 255 255
0.01 200 240 255
0.02 180 230 255
0.05 140 211 255
0.07 120 202 255
0.1 110 193 255
0.2 100 184 255
0.5 80 166 255
0.7 70 158 255
1 60 150 255
2 50 142 255
5 30 126 255
7 20 118 240
10 10 110 220
20 0 100 200
50 0 82 170
23 changes: 23 additions & 0 deletions data/colors/colors_snowdepth_m.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
0 255 255 255
0.001 200 240 255
0.002 180 230 255
0.003 160 220 255
0.005 140 211 255
0.007 120 202 255
0.01 110 193 255
0.02 100 184 255
0.03 90 175 255
0.05 80 166 255
0.07 70 158 255
0.1 60 150 255
0.2 50 142 255
0.3 40 134 255
0.5 30 126 255
0.7 20 118 240
1 10 110 220
1.5 0 102 210
2 0 94 180
2.5 0 86 170
3 0 78 160
4 0 70 150
5 0 64 140
29 changes: 29 additions & 0 deletions data/colors/colors_temp_celcius.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
-50 40 50 130
-45 39 60 140
-40 38 70 150
-36 35 80 160
-32 31 90 170
-28 26 100 180
-24 19 110 200
-21 12 120 225
-18 3 130 230
-15 0 145 230
-12 0 158 225
-9 0 166 220
-6 0 178 215
-3 0 190 210
0 40 200 200
3 120 210 170
6 140 220 120
9 160 235 95
12 200 245 80
15 243 251 2
18 255 237 0
21 255 221 0
24 255 201 0
28 255 171 0
32 255 129 0
36 241 120 12
40 226 106 35
45 213 69 60
50 181 60 89
21 changes: 21 additions & 0 deletions data/colors/colors_thetae_celcius.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
-20 40 140 255
-15 0 175 255
-10 0 220 225
-5 0 247 176
0 0 234 156
5 130 240 89
10 240 245 3
15 255 219 0
20 255 199 0
25 255 180 0
30 255 152 0
35 255 126 0
40 247 120 0
45 228 113 30
50 224 97 40
55 213 69 60
60 205 58 70
65 190 44 80
70 170 20 100
75 150 40 120
80 140 50 140
26 changes: 26 additions & 0 deletions data/colors/colors_thetae_celcius_1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
-25 40 140 255
-20 0 175 255
-15 0 220 225
-10 0 247 176
-5 0 234 156
0 130 240 89
5 240 245 3
10 255 237 0
15 255 219 0
20 255 199 0
25 255 180 0
30 255 152 0
35 255 126 0
40 247 120 0
45 236 120 20
50 228 113 30
55 224 97 40
60 220 81 50
65 213 69 60
70 205 58 70
75 190 44 80
80 180 26 90
85 170 20 100
90 150 40 120
95 140 50 140
100 120 60 120
25 changes: 25 additions & 0 deletions data/colors/colors_waveheight_m.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
0 40 140 255
0.1 0 175 255
0.2 0 220 225
0.4 0 247 176
0.7 0 234 156
1 130 240 89
1.5 240 245 3
2 255 237 0
2.5 255 219 0
3 255 199 0
3.5 255 180 0
4 255 152 0
4.5 255 126 0
5 247 120 0
5.5 236 120 20
6 228 113 30
7 224 97 40
8 220 81 50
9 213 69 60
10 205 58 70
12 190 44 80
14 180 26 90
16 170 20 100
18 150 40 120
20 140 50 140
12 changes: 12 additions & 0 deletions data/colors/colors_whitecap_prb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
0.0 20 20 140
0.1 40 40 160
0.2 80 80 180
0.5 100 100 180
1 120 120 200
2 150 150 200
5 160 160 220
10 180 180 220
20 190 190 230
50 200 200 240
70 240 240 240
100 255 255 255
Loading

0 comments on commit d0a9443

Please sign in to comment.