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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (hide annotations)
Wed Oct 15 16:19:57 2008 UTC (15 years, 7 months ago) by guez
File size: 1095 byte(s)
Deleted argument "presnivs" of "physiq", "ini_histhf", "ini_histhf3d",
"ini_histday", "ini_histins", "ini_histrac", "phytrac". Access it from
"comvert" instead.

Replaced calls to NetCDF Fortran 77 interface by calls to Fortran 90
interface or to NetCDF95.

Procedure "gr_phy_write_3d" now works with a variable of arbitrary
size in the second dimension.

Annotated use statements with "only" clause.

Replaced calls to NetCDF interface version 2 by calls to Fortran 90
interface in "guide.f90" and "read_reanalyse.f".

In "write_histrac", replaced calls to "gr_fi_ecrit" by calls to
"gr_phy_write_2d" and "gr_phy_write_3d".

1 guez 12 gp_files = b_s disvert f_x strato1 strato2
2    
3 guez 20 odg_files = Cellule leapfrog libraries ozone regridding_proced regr_latit regr_lat_time_coefoz regr_pr_coefoz regr_p_stepav regr_p_lint Sigma_interp_vert
4 guez 12
5 guez 17 compare_sampl_files = compare_sampl_9 compare_sampl_19 compare_sampl_30 compare_sampl_41
6 guez 12
7 guez 17 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 guez 12 %.eps %.tex: %.gp
10     gnuplot $<
11     sed -i 's/\includegraphics{/\includegraphics{Graphiques\//' $*.tex
12    
13 guez 17 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 guez 20 # Join rules for pdf and eps from odg to avoid circular dependency
18 guez 12 # 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