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

Contents of /trunk/grep.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23 - (show annotations)
Mon Dec 14 15:25:16 2009 UTC (14 years, 5 months ago) by guez
Original Path: trunk/libf/grep.mk
File size: 417 byte(s)
Split "orografi.f": one file for each procedure. Put the created files
in new directory "Orography".

Removed argument "vcov" of procedure "sortvarc". Removed arguments
"itau" and "time" of procedure "caldyn0". Removed arguments "itau",
"time" and "vcov" of procedure "sortvarc0".

Removed argument "time" of procedure "dynredem1". Removed NetCDF
variable "temps" in files "start.nc" and "restart.nc", because its
value is always 0.

Removed argument "nq" of procedures "iniadvtrac" and "leapfrog". The
number of "tracers read in "traceur.def" must now be equal to "nqmx",
or "nqmx" must equal 4 if there is no file "traceur.def". Replaced
variable "nq" by constant "nqmx" in "leapfrog".

NetCDF variable for ozone field in "coefoz.nc" must now be called
"tro3" instead of "r".

Fixed bug in "zenang".

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 temps $^
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