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

Annotation of /trunk/grep.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 68 - (hide annotations)
Wed Nov 14 16:59:30 2012 UTC (11 years, 6 months ago) by guez
Original Path: trunk/libf/grep.mk
File size: 408 byte(s)
Split "flincom.f90" into "flinclo.f90", "flinfindcood.f90",
"flininfo.f90" and "flinopen_nozoom.f90", in directory
"IOIPSL/Flincom".

Renamed "etat0_lim" to "ce0l", as in LMDZ.

Split "readsulfate.f" into "readsulfate.f90", "readsulfate_preind.f90"
and "getso4fromfile.f90".

In etat0, renamed variable q3d to q, as in "dynredem1". Replaced calls
to Flicom procedures by calls to NetCDF95.

In leapfrog, added call to writehist.

Extracted ASCII art from "grid_noro" into a file
"grid_noro.txt". Transformed explicit-shape local arrays into
automatic arrays, so that test on values of iim and jjm is no longer
needed. Test on weight:
          IF (weight(ii, jj) /= 0.) THEN
is useless. There is already a test before:
    if (any(weight == 0.)) stop "zero weight in grid_noro"

In "aeropt", replaced duplicated lines with different values of inu by
a loop on inu.

Removed arguments of "conf_phys". Corresponding variables are now
defined in "physiq", in a namelist. In "conf_phys", read a namelist
instead of using getin.

1 guez 3 gcm_mod.txt: ${sources_gcm}
2     grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@
3    
4 guez 68 ce0l_mod.txt: ${sources_ce0l}
5 guez 3 grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@
6    
7 guez 68 grep: ${sources_ce0l}
8 guez 5 @echo grep
9 guez 28 @grep --ignore-case --files-with-matches --word-regexp dt $^
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 68 rm -f gcm_mod.txt ce0l_mod.txt

  ViewVC Help
Powered by ViewVC 1.1.21