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

Annotation of /trunk/libf/grep.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (hide annotations)
Fri Jul 25 19:59:34 2008 UTC (15 years, 9 months ago) by guez
File size: 424 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 3 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 guez 13 grep: ${sources_etat0_lim}
8 guez 5 @echo grep
9 guez 13 @grep --ignore-case --files-with-matches cycle_diurne $^
10 guez 5 ## --extended-regexp --ignore-case
11 guez 3
12 guez 13 .PHONY: clean_grep grep
13 guez 3 clean_grep: clean
14 guez 13 rm -f gcm_mod.txt etat0_lim_mod.txt

  ViewVC Help
Powered by ViewVC 1.1.21