/[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 13 - (hide annotations)
Fri Jul 25 19:59:34 2008 UTC (15 years, 10 months ago) by guez
File size: 708 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 guez 12 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     objects := $(addsuffix .tex, ${gp_files}) $(addsuffix .eps, ${gp_files} ${odg_files}) $(addsuffix .pdf, ${gp_files} ${odg_files}) compare_sampl_9.pdf compare_sampl_19.pdf compare_sampl_30.pdf compare_sampl_41.pdf
6    
7     %.eps %.tex: %.gp
8     gnuplot $<
9     sed -i 's/\includegraphics{/\includegraphics{Graphiques\//' $*.tex
10    
11     # Join rules for pdf and eps from odg to avoid circular dependancy
12     # between eps and pdf:
13     %.pdf %.eps: %.odg
14     unoconv $<
15     convert $*.pdf $*.eps
16    
17     %.pdf: %.eps
18     epstopdf $<
19    
20     all: ${objects}
21    
22     clean:
23     rm -f ${objects}

  ViewVC Help
Powered by ViewVC 1.1.21