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

Annotation of /trunk/nag_rules.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations)
Mon Mar 31 12:24:17 2008 UTC (16 years, 1 month ago) by guez
Original Path: trunk/libf/nag_tools.mk
File size: 594 byte(s)
This revision is not in working order. Pending some moving of files.

Important changes. In the program "etat0_lim": ozone coefficients from
Mobidic are regridded in time instead of pressure ; consequences in
"etat0". In the program "gcm", ozone coefficients from Mobidic are
read once per day only for the current day and regridded in pressure ;
consequences in "o3_chem_m", "regr_pr_coefoz", "phytrac" and
"regr_pr_comb_coefoz_m".

NetCDF95 is a library and does not export NetCDF.

New variables "nag_gl_options", "nag_fcalls_options" and
"nag_cross_options" in "nag_tools.mk".

"check_coefoz.jnl" rewritten entirely for new version of
"coefoz_LMDZ.nc".

Target "obj_etat0_lim" moved from "GNUmakefile" to "nag_rules.mk".

Added some "intent" attributes in "calfis", "clmain", "clqh",
"cltrac", "cltracrn", "cvltr", "ini_undefSTD", "moy_undefSTD",
"nflxtr", "phystokenc", "phytrac", "readsulfate", "readsulfate_preind"
and "undefSTD".

In "dynetat0", "dynredem0" and "gcm", "phis" has rank 2 instead of
1. "phis" has assumed shape in "dynredem0".

Added module containing "dynredem0". Changed some calls with NetCDF
Fortran 77 interface to calls with NetCDF95 interface.

Replaced calls to "ssum" by calls to "sum" in "inigeom".

In "make.sh", new option "-c" to change compiler.

In "aaam_bud", argument "rjour" deleted.

In "physiq": renamed some variables; deleted variable "xjour".

In "phytrac": renamed some variables; new argument "lmt_pas".

1 guez 7 # This is an extension to the LMDZE makefile, useful for NAG Fortran
2     # tools. It should be included in the LMDZE makefile.
3 guez 3
4 guez 7 # Compiled modules created by NAG are needed.
5    
6 guez 3 .PHONY: objects
7     objects: ${objects}
8     # (useful for NAG module builder)
9    
10 guez 7 # Call graph:
11     CG_etat0_lim: ${sources_etat0_lim}
12     @nag_fcalls95 ${nag_fcalls_options} -listing $@ $^
13 guez 5
14 guez 7 CG_gcm: ${sources_gcm}
15     @nag_fcalls95 ${nag_fcalls_options} -listing $@ $^
16 guez 5
17 guez 7 # Cross references:
18     CR_etat0_lim: ${sources_etat0_lim}
19     @nag_xref95 ${nag_cross_options} -listing $@ $^
20 guez 3
21 guez 7 .PHONY: clean_nag
22     clean_nag:
23     rm -f CG_etat0_lim CG_gcm CR_etat0_lim

  ViewVC Help
Powered by ViewVC 1.1.21