/[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 12 - (show annotations)
Mon Jul 21 16:05:07 2008 UTC (15 years, 10 months ago) by guez
Original Path: trunk/Manuel_LMDZE.texfol/Graphiques/GNUmakefile
File size: 708 byte(s)
-- Minor modification of input/output:

Created procedure "read_logic". Variables of module "logic" are read
by "read_logic" instead of "conf_gcm". Variable "offline" of module
"conf_gcm" is read from namelist instead of "*.def".

Deleted arguments "dtime", "co2_ppm_etat0", "solaire_etat0",
"tabcntr0" and local variables "radpas", "tab_cntrl" of
"phyetat0". "phyetat0" does not read "controle" in "startphy.nc" any
longer. "phyetat0" now reads global attribute "itau_phy" from
"startphy.nc". "phyredem" does not create variable "controle" in
"startphy.nc" any longer. "phyredem" now writes global attribute
"itau_phy" of "startphy.nc". Deleted argument "tabcntr0" of
"printflag". Removed diagnostic messages written by "printflag" for
comparison of the variable "controle" of "startphy.nc" and the
variables read from "*.def" or namelist input.

-- Removing unwanted functionality:

Removed variable "lunout" from module "iniprint", replaced everywhere
by standard output.

Removed case "ocean == 'couple'" in "clmain", "interfsurf_hq" and
"physiq". Removed procedure "interfoce_cpl".

-- Should not change anything at run time:

Automated creation of graphs in documentation. More documentation on
input files.

Converted Fortran files to free format: "phyredem.f90", "printflag.f90".

Split module "clesphy" into "clesphys" and "clesphys2".

Removed variables "conser", "leapf", "forward", "apphys", "apdiss" and
"statcl" from module "logic". Added arguments "conser" to "advect",
"leapf" to "integrd". Added local variables "forward", "leapf",
"apphys", "conser", "apdiss" in "leapfrog".

Added intent attributes.

Deleted arguments "dtime" of "phyredem", "pdtime" of "flxdtdq", "sh"
of "phytrac", "dt" of "yamada".

Deleted local variables "dtime", "co2_ppm_etat0", "solaire_etat0",
"length", "tabcntr0" in "physiq". Replaced all references to "dtime"
by references to "pdtphys".

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 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