/[lmdze]/trunk/grep.mk
ViewVC logotype

Contents of /trunk/grep.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (show annotations)
Thu Mar 25 14:29:07 2010 UTC (14 years, 1 month ago) by guez
Original Path: trunk/libf/grep.mk
File size: 420 byte(s)
"dyn3d" and "filtrez" do not contain any included file so make rules
have been updated.

"comdissip.f90" was useless, removed it.

"dynredem0" wrote undefined value in "controle(31)", that was
overwritten by "dynredem1". Now "dynredem0" just writes 0 to
"controle(31)".

Removed arguments of "inidissip". "inidissip" now accesses the
variables by use association.

In program "etat0_lim", "itaufin" is not defined so "dynredem1" wrote
undefined value to "controle(31)". Added argument "itau" of
"dynredem1" to correct that.

"itaufin" does not need to be a module variable (of "temps"), made it
a local variable of "leapfrog".

Removed calls to "diagedyn" from "leapfrog".

1 gcm_mod.txt: ${sources_gcm}
2 grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@
3
4 etat0_lim_mod.txt: ${sources_etat0_lim}
5 grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@
6
7 grep: ${sources_etat0_lim}
8 @echo grep
9 @grep --ignore-case --files-with-matches itau_dyn $^
10 ## --extended-regexp --ignore-case
11
12 .PHONY: clean_grep grep
13 clean_grep: clean
14 rm -f gcm_mod.txt etat0_lim_mod.txt

  ViewVC Help
Powered by ViewVC 1.1.21