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

Contents of /trunk/Documentation/Manuel_LMDZE.texfol/Graphiques/f_x.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: 235 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 4.0.
2
3 reset
4 ##set term x11 reset
5 ##set term x11 0
6 set terminal epslatex color
7 set output "f_x.eps"
8
9 f(x) = 1. + 7. * sin(x)**2
10 set xlabel "$x$"
11 set ylabel "$f(x)$"
12 unset key
13 plot [0: pi] f(x)
14
15 set output

  ViewVC Help
Powered by ViewVC 1.1.21