/[lmdze]
ViewVC logotype

Revision 166


Jump to revision: Previous Next
Author: guez
Date: Wed Jul 29 14:32:55 2015 UTC (8 years, 9 months ago)
Changed paths: 35
Log Message:
Split ppm3d.f into files containing a single procedure.

Factorized computations of filtering matrices into a procedure
inifilr_hemisph. Had then to change the matrices from allocatable to
pointer and from customized lower bound to lower bound 1. The change
in lower bounds does not matter because the matrices are only used as
a whole as actual arguments.

Also, in infilr, instead of finding jfilt[ns][uv] from approximately
jjm /2, start at index j1 that corresponds to the equator. This is not
the same if there is a zoom in latitude.

Also, the test (rlamda(modfrst[ns][uv](j)) * cos(rlat[uv](j)) < 1) in
the loops on filtered latitudes is not useful now that we start from
j1: it is necessarily true. See notes.

Just encapsulated lwvn into a module and removed unused argument ktraer.


Changed paths

Path Details
Directorytrunk/Sources/dyn3d/Inter_barxy/test_inter_barxy.f
(Copied from trunk/Sources/test_inter_barxy.f, r165)
added
Directorytrunk/Sources/dyn3d/PPM3d/ added
Directorytrunk/Sources/dyn3d/PPM3d/a2c.f added
Directorytrunk/Sources/dyn3d/PPM3d/cosa.f added
Directorytrunk/Sources/dyn3d/PPM3d/cosc.f added
Directorytrunk/Sources/dyn3d/PPM3d/filcr.f added
Directorytrunk/Sources/dyn3d/PPM3d/filew.f added
Directorytrunk/Sources/dyn3d/PPM3d/filns.f added
Directorytrunk/Sources/dyn3d/PPM3d/fxppm.f added
Directorytrunk/Sources/dyn3d/PPM3d/fyppm.f added
Directorytrunk/Sources/dyn3d/PPM3d/fzppm.f added
Directorytrunk/Sources/dyn3d/PPM3d/lmtppm.f added
Directorytrunk/Sources/dyn3d/PPM3d/ppm3d.f
(Copied from trunk/Sources/dyn3d/ppm3d.f, r165)
added , text changed
Directorytrunk/Sources/dyn3d/PPM3d/ppm3d.txt added
Directorytrunk/Sources/dyn3d/PPM3d/qckxyz.f added
Directorytrunk/Sources/dyn3d/PPM3d/xadv.f added
Directorytrunk/Sources/dyn3d/PPM3d/xmist.f added
Directorytrunk/Sources/dyn3d/PPM3d/xtp.f added
Directorytrunk/Sources/dyn3d/PPM3d/yadv.f added
Directorytrunk/Sources/dyn3d/PPM3d/ymist.f added
Directorytrunk/Sources/dyn3d/PPM3d/ytp.f added
Directorytrunk/Sources/dyn3d/ppm3d.f deleted
Directorytrunk/Sources/dyn3d/test_fxhyp.f
(Copied from trunk/Sources/test_fxhyp.f, r165)
added
Directorytrunk/Sources/filtrez/inifilr.f modified , text changed
Directorytrunk/Sources/filtrez/inifilr_hemisph.f added
Directorytrunk/Sources/phylmd/Radlwsw/lwv.f modified , text changed
Directorytrunk/Sources/phylmd/Radlwsw/lwvn.f modified , text changed
Directorytrunk/Sources/phylmd/test_ozonecm.f
(Copied from trunk/Sources/test_ozonecm.f, r165)
added
Directorytrunk/Sources/test_fxhyp.f deleted
Directorytrunk/Sources/test_inter_barxy.f deleted
Directorytrunk/Sources/test_ozonecm.f deleted
Directorytrunk/depend.mk modified , text changed
Directorytrunk/directories modified , text changed
Directorytrunk/src_ce0l modified , text changed
Directorytrunk/src_gcm modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.21