/[lmdze]/trunk/libf/filtrez/parafilt.f90
ViewVC logotype

Contents of /trunk/libf/filtrez/parafilt.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23 - (show annotations)
Mon Dec 14 15:25:16 2009 UTC (14 years, 5 months ago) by guez
File size: 431 byte(s)
Split "orografi.f": one file for each procedure. Put the created files
in new directory "Orography".

Removed argument "vcov" of procedure "sortvarc". Removed arguments
"itau" and "time" of procedure "caldyn0". Removed arguments "itau",
"time" and "vcov" of procedure "sortvarc0".

Removed argument "time" of procedure "dynredem1". Removed NetCDF
variable "temps" in files "start.nc" and "restart.nc", because its
value is always 0.

Removed argument "nq" of procedures "iniadvtrac" and "leapfrog". The
number of "tracers read in "traceur.def" must now be equal to "nqmx",
or "nqmx" must equal 4 if there is no file "traceur.def". Replaced
variable "nq" by constant "nqmx" in "leapfrog".

NetCDF variable for ozone field in "coefoz.nc" must now be called
"tro3" instead of "r".

Fixed bug in "zenang".

1 module parafilt
2
3 ! From filtrez/parafilt.h, v 1.1.1.1 2004/05/19 12:53:09
4
5 ! La premiere fois que le Gcm rentrera dans le Filtre ,
6 ! il indiquera les bonnes valeurs de nfilun , nflius, nfilvn et
7 ! nfilvs a mettre . Il suffira alors de changer ces valeurs dans
8 ! Parameter ci-dessus et de relancer le run.
9
10 implicit none
11
12 INTEGER, PARAMETER:: nfilun=6, nfilus=5, nfilvn=5, nfilvs=5
13
14 end module parafilt

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.21