/[lmdze]/trunk/check_coefoz.jnl
ViewVC logotype

Contents of /trunk/check_coefoz.jnl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
Original Path: trunk/Scripts/check_coefoz.jnl
File size: 1399 byte(s)
Initial import
1 ! This is a script for Ferret.
2
3 ! This script compares "coefoz_v2_3.nc" and "coefoz_LMDZ.nc", at a
4 ! given horizontal position of the LMDZ grid and at a given month. Run
5 ! this script from the directory containing "coefoz_LMDZ.nc".
6
7 ! Reset everything:
8 cancel data_set/all
9 cancel axis/all
10 cancel viewport
11 CANCEL EXPRESSION
12 CANCEL GRID
13 CANCEL LIST/ALL
14 CANCEL MEMORY/all
15 CANCEL SYMBOL/ALL
16 CANCEL REGION/all
17 CANCEL VARIABLE/ALL
18 pplus/reset
19 cancel window/all
20
21 use/title="48" coefoz_LMDZ
22 use "$HOME/Documents/Utilisation_LMDZ/Input_etat0_lim/Ozone/coefoz_v2_3.nc"
23 !!use "$HOME/Documents/Utilisation_LMDZ/Results_etat0_lim/45/coefoz_LMDZ.nc"
24
25 set region/i=25/j=2/l=9 ! choose horizontal position and month
26 pplus axlsze .15
27 ! First plot coefoz_LMDZ to have longitude in the labels
28
29 ! Mole fraction:
30 set window/new
31 plot/symbol/line/vs/d=1/vlog/vlimits=1e4:.001/size=.2/hlog/hlim=1e-8:1e-4/set_up r, pls
32 pplus ylab "pressure (hPa)"
33 go unlabel 6
34 pplus plot
35
36 plot/line/symbol/overlay/title="Mobidic regridded in latitude" \
37 r[d=2, gy=r[d=1]@ave]
38 !!plot/symbol/line/vs/d=3/title="45"/overlay r, pls
39
40 ! Production:
41 set window/new
42 plot/symbol/line/vs/d=1/vlog/vlimits=1e4:.001/size=.2/set_up p_net, pls
43 pplus ylab "pressure (hPa)"
44 go unlabel 6
45 pplus plot
46
47 plot/line/symbol/overlay/title="Mobidic regridded in latitude" \
48 p_net[d=2, gy=p_net[d=1]@ave]
49 !!plot/symbol/line/vs/d=3/title="45"/overlay p_net, pls

  ViewVC Help
Powered by ViewVC 1.1.21