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

Contents of /trunk/grep.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 190 - (show annotations)
Thu Apr 14 15:15:56 2016 UTC (8 years ago) by guez
File size: 167 byte(s)
Created module cv_thermo_m around procedure cv_thermo. Moved variables
from module cvthermo to module cv_thermo_m, where they are defined.

In ini_histins and initphysto, using part of rlon and rlat from
phyetat0_m is pretending that we do not know about the dynamical grid,
while the way we extract zx_lon(:, 1) and zx_lat(1, :) depends on
ordering inside rlon and rlat. So we might as well simplify and
clarify by using directly rlonv and rlatu.

Removed intermediary variables in write_histins and phystokenc.

1 .PHONY: grep
2
3 grep: ${src_ce0l}
4 grep --ignore-case --files-with-matches --word-regexp dt $^
5 ## --extended-regexp --ignore-case
6
7 src_with_dir: ${sources}
8 echo $^ >$@

  ViewVC Help
Powered by ViewVC 1.1.21