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

Contents of /trunk/Documentation/Manuel_LMDZE.texfol/Graphiques/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations)
Tue Aug 5 13:31:32 2008 UTC (15 years, 9 months ago) by guez
File size: 1077 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 gp_files = b_s disvert f_x strato1 strato2
2
3 odg_files = Cellule leapfrog libraries ozone regridding_proced regr_latit regr_lat_time_coefoz regr_pr_coefoz regr_p_stepav regr_p_lint
4
5 compare_sampl_files = compare_sampl_9 compare_sampl_19 compare_sampl_30 compare_sampl_41
6
7 objects := $(addsuffix .tex, ${gp_files} ${compare_sampl_files}) $(addsuffix .eps, ${gp_files} ${odg_files} ${compare_sampl_files}) $(addsuffix .pdf, ${gp_files} ${odg_files} ${compare_sampl_files})
8
9 %.eps %.tex: %.gp
10 gnuplot $<
11 sed -i 's/\includegraphics{/\includegraphics{Graphiques\//' $*.tex
12
13 compare_sampl_%.eps compare_sampl_%.tex: test_disvert_%_LMD5.csv test_disvert_%_param.csv test_disvert_%_strato1.csv test_disvert_%_strato2.csv compare_sampl.gp
14 echo 'call "compare_sampl.gp" '"$*" | gnuplot -
15 sed -i 's/\includegraphics{/\includegraphics{Graphiques\//' compare_sampl_$*.tex
16
17 # Join rules for pdf and eps from odg to avoid circular dependancy
18 # between eps and pdf:
19 %.pdf %.eps: %.odg
20 unoconv $<
21 convert $*.pdf $*.eps
22
23 %.pdf: %.eps
24 epstopdf $<
25
26 all: ${objects}
27
28 clean:
29 rm -f ${objects}

  ViewVC Help
Powered by ViewVC 1.1.21