-
Notifications
You must be signed in to change notification settings - Fork 1
/
EXAMPLES
executable file
·49 lines (33 loc) · 2.61 KB
/
EXAMPLES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Patrick Brockmann - 25/03/2022
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mapper.py --color colors/ncl_01.spk -l -10:40:5 https://vesg.ipsl.upmc.fr/thredds/dodsC/IPSLFS/brocksce/VTK_Mapper/temp.nc TEMP
mapper.py -v -p orthographic https://thredds-su.ipsl.fr/thredds/dodsC/ipsl_thredds/brocksce/VTK_Mapper/sampleCurveGrid4.nc sample
mapper.py -v -p orthographic https://thredds-su.ipsl.fr/thredds/dodsC/ipsl_thredds/brocksce/VTK_Mapper/sampleGenGrid3.nc sample
mapper.py -v --label_format '%5.0f' -l -3000:1500:500 -p orthographic https://thredds-su.ipsl.fr/thredds/dodsC/ipsl_thredds/brocksce/VTK_Mapper/phis.nc phis
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Patrick Brockmann - 14/03/2006
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------------
Example files can be found at:
http://dods.ipsl.jussieu.fr/prism/gridsCF
Use syntax: http://dods.ipsl.jussieu.fr/cgi-bin/nph-dods/dir1/dir2/file.nc
----------------------------------
mapper.py -v -p orthographic -x 2L27_SE_2030_2039_histmth.nc tsol
----------------------------------
mapper.py -v -p orthographic -x sampleCurveGrid4.nc sample
----------------------------------
mapper.py -v -p orthographic -x http://dods.ipsl.jussieu.fr/cgi-bin/nph-dods/prism/gridsCF/sampleCurveGrid4.nc sample
----------------------------------
mapper.py -l 100:2500:100 -v -p orthographic -x sampleGenGrid3.nc sample
----------------------------------
mapper.py -v --color color1.sty 2L27_SE_2030_2039_histmth.nc precip
----------------------------------
mapper.py -v --levels -2:18:1 --lindex 9 --color color3.sty --gridfile IPSL.ORCA2_gridCF.nc --projection orthographic 2L27_SE_2030_2039_grid_T.nc votemper
----------------------------------
mapper.py -v --levels -2:18:1 --lindex 9 --color color3.sty --gridfile http://dods.ipsl.jussieu.fr/cgi-bin/nph-dods/prism/gridsCF/IPSL.ORCA2_gridCF.nc --projection orthographic http://dods.ipsl.jussieu.fr/cgi-bin/nph-dods/fast/atlas/2L27_SE_2030_2039_output/2L27_SE_2030_2039_grid_T.nc votemper
----------------------------------
mapper.py -x --actor isofill --camera camera4.sty --color color4.sty --continents --continents_color 0.0,0.0,1.0 --continents_file ./polydouble_earth_continents.nc --continents_width 2 --equator --equator_color 0.0,0.0,0.0 --equator_width 2 --grid --grid_color 0.45,0.45,0.45 --grid_delta 10 --grid_width 1 --levels_nb 15 --operation 'var-273.15' 2L27_SE_2030_2039_histmth.nc t2m
----------------------------------
mapper.py -v --offscreen -l 100:1000:50 --equator continents 2L27_SE_2030_2039_histmth.nc rhum
----------------------------------