/[MITgcm]/MITgcm/tools/remove_comments_sed
ViewVC logotype

Contents of /MITgcm/tools/remove_comments_sed

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Oct 5 17:54:27 2010 UTC (13 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint63, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.1: +6 -0 lines
remove even more comments before sending code to taf/tamc

1 /^$/d
2 /^C\ /d
3 /^c\ /d
4 /^C-/d
5 /^c-/d
6 /^C=/d
7 /^c=/d
8 /^C\*/d
9 /^c\*/d
10 /^\*/d
11 /^C#/d
12 /^c#/d
13 /^CBOP/d
14 /^CEOP/d
15 /^CXXX/d
16 /^Ccnh/d
17 /^Cph/d
18 /^cph/d
19 /^CEH3/d
20 /^ceh3/d
21 /^CML/d
22 /^cml/d
23 /^Cml/d
24 /^cdm/d
25 /^Cdm/d
26 /^crg/d
27 /^Crg/d
28 /^cgg/d
29
30 # This is a growing list of which comments lines to remove from a file
31 # in order to reduce the file size of ad_input_code.f. The first one is
32 # for empty lines.
33 # We want to remove all comments (=lines starting with C,c,*), but
34 # compiler directives also start with a C, in particular CADJ/cadj/Cadj/cADJ,
35 # and absolutely must remain in the file.

  ViewVC Help
Powered by ViewVC 1.1.22