/[lmdze]/trunk/Documentation/Manuel_LMDZE.texfol/Graphiques/disvert.gp
ViewVC logotype

Contents of /trunk/Documentation/Manuel_LMDZE.texfol/Graphiques/disvert.gp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (show annotations)
Fri Jul 25 19:59:34 2008 UTC (15 years, 10 months ago) by guez
File size: 714 byte(s)
-- Minor change of behaviour:

"etat0" does not compute "rugsrel" nor "radpas". Deleted arguments
"radpas" and "rugsrel" of "phyredem". Deleted argument "rugsrel" of
"phyetat0". "startphy.nc" does not contain the variable "RUGSREL". In
"physiq", "rugoro" is set to 0 if not "ok_orodr". The whole program
"etat0_lim" does not use "clesphys2".

-- Minor modification of input/output:

Created subroutine "read_clesphys2". Variables of "clesphys2" are read
in "read_clesphys2" instead of "conf_gcm". "printflag" does not print
variables of "clesphys2".

-- Should not change any result at run time:

References to module "numer_rec" instead of individual modules of
"Numer_rec_Lionel".

Deleted argument "clesphy0" of "calfis", "physiq", "conf_gcm",
"leapfrog", "phyetat0". Deleted variable "clesphy0" in
"gcm". "phyetat0" does not modify variables of "clesphys2".

The program unit "gcm" does not modify "itau_phy".

Added some "intent" attributes.

"regr11_lint" does not call "polint".

1 # This is a script for Gnuplot. This script plots the coefficients
2 # "ap" and "bp" used for the vertical grid in LMDZ.
3
4 reset
5 ##set terminal x11 reset
6 set terminal epslatex color
7 set output "disvert.eps"
8
9 pa = 5e4
10 ps = 101325.
11 bp(s) = exp(1. - 1. / s**2)
12 ap(s) = pa * (s - bp(s))
13 p(s) = ap(s) + bp(s) * ps
14
15 ##set terminal x11 0 title "bp"
16 set parametric
17 ##set xlabel "bp"
18 set ylabel "$s$"
19 set yrange [] reverse
20 set dummy s
21 set trange [0.01:1]
22 ##unset key
23 ##plot bp(s), s
24
25 # # set terminal x11 1 title "ap"
26 # # set xlabel "ap"
27 # # plot ap(s), s
28
29 ##set terminal x11 2 title "p"
30 ##unset xlabel
31 ##set key default
32 plot p(s), s title "$p$", ap(s), s title "$a$", \
33 bp(s) * ps, s title "$b \\times p_s$"
34
35 set output

  ViewVC Help
Powered by ViewVC 1.1.21