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

Contents of /trunk/Documentation/Manuel_LMDZE.texfol/Graphiques/compare_sampl.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: 470 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
7 set style data linespoints
8 set yrange [] reverse
9 set logscale y
10 set mytics 10
11 set ylabel "\\shortstack{pression \\\\ (Pa)}"
12 set xlabel "indice"
13 set grid ytics
14 ##set pointsize 2
15 set key left
16
17 plot "test_disvert_LMD5.csv" using 4 title "LMD5", "test_disvert_param.csv" using 4 title "param", "test_disvert_strato1.csv" using 4 title "strato1", "test_disvert_strato2.csv" using 4 title "strato2"

  ViewVC Help
Powered by ViewVC 1.1.21