/[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 17 - (show annotations)
Tue Aug 5 13:31:32 2008 UTC (15 years, 10 months ago) by guez
File size: 569 byte(s)
Created rule for "compare_sampl_*" files in
"Documentation/Manuel_LMDZE.texfol/Graphiques/GNUmakefile".

Extracted "qcheck", "radiornpb", "minmaxqfi" into separate files.

Read pressure coordinate of ozone coefficients once per run instead of
every day.

Added some "intent" attributes.

Added argument "nq" to "ini_histday". Replaced calls to "gr_fi_ecrit"
by calls to "gr_phy_write_2d". "Sigma_O3_Royer" is written to
"histday.nc" only if "nq >= 4". Moved "ini_histrac" to module
"ini_hist".

Compute "zmasse" in "physiq", pass it to "phytrac".

Removed computations of "pftsol*" and "ppsrf*" in "phytrac".

Do not use variable "rg" from module "YOMCST" in "TLIFT".

1 # This is a script for Gnuplot 4.0.
2
3 reset
4 set terminal epslatex color
5 set output "compare_sampl_$0.eps"
6 ##set term x11 reset persist
7 ##set term x11 0
8
9 set style data linespoints
10 set yrange [] reverse
11 set logscale y
12 set mytics 10
13 set ylabel "\\shortstack{pression \\\\ (Pa)}"
14 set xlabel "indice"
15 set grid ytics
16 ##set pointsize 2
17 set key left
18
19 plot "test_disvert_$0_LMD5.csv" using 4 title "LMD5", "test_disvert_$0_param.csv" using 4 title "param", "test_disvert_$0_strato1.csv" using 4 title "strato1", "test_disvert_$0_strato2.csv" using 4 title "strato2"
20
21 set output

  ViewVC Help
Powered by ViewVC 1.1.21