/[lmdze]/trunk/directories
ViewVC logotype

Contents of /trunk/directories

Parent Directory Parent Directory | Revision Log Revision Log


Revision 166 - (show annotations)
Wed Jul 29 14:32:55 2015 UTC (8 years, 9 months ago) by guez
File size: 318 byte(s)
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.

1 dyn3d
2 dyn3d/Dissipation
3 dyn3d/Guide
4 dyn3d/Guide/Read_reanalyse
5 dyn3d/Inter_barxy
6 dyn3d/PPM3d
7 dyn3d/Vlsplt
8 filtrez
9 IOIPSL
10 IOIPSL/Calendar
11 IOIPSL/Histcom
12 IOIPSL/Mathelp
13 misc
14 phylmd
15 phylmd/Conflx
16 phylmd/CV3_routines
17 phylmd/CV_routines
18 phylmd/Interface_surf
19 phylmd/Mobidic
20 phylmd/Orography
21 phylmd/Radlwsw
22 phylmd/Thermcell

  ViewVC Help
Powered by ViewVC 1.1.21