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

Contents of /trunk/nag_rules.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 221 - (show annotations)
Thu Apr 20 14:44:47 2017 UTC (7 years ago) by guez
File size: 420 byte(s)
clcdrag is no longer used in LMDZ. Replaced by cdrag in LMDZ. In cdrag
in LMDZ, zxli is a symbolic constant, false. So removed case zxli true
in LMDZE.

read_sst is called zero (if no ocean point on the whole planet) time or
once per call of physiq. If mod(itap - 1, lmt_pas) == 0 then we have
advanced in time of lmt_pas and deja_lu is necessarily false.

qsat[sl] and dqsat[sl] were never called.

Added output of qsurf in histins, following LMDZ.

Last dummy argument dtime of phystokenc is always the same as first
dummy argument pdtphys, removed dtime.

Removed make rules for nag_xref95, since it does not exist any longer.

1 # This is an extension to the LMDZE makefile, useful for NAG Fortran
2 # tools. It should be included in the LMDZE makefile.
3
4 # Compiled modules created by NAG are needed.
5
6 .PHONY: all_nag
7 all_nag: CG_ce0l CG_gcm
8
9 # Call graphs:
10 CG_ce0l: ${src_ce0l}
11 nagfor =callgraph ${nag_fcalls_options} -o $@ $^
12
13 CG_gcm: ${src_gcm}
14 nagfor =callgraph ${nag_fcalls_options} -o $@ $^
15
16 .PHONY: clean_nag
17 clean_nag:
18 rm -f CG_ce0l CG_gcm

  ViewVC Help
Powered by ViewVC 1.1.21