/[lmdze]/trunk/dimens_m.f
ViewVC logotype

Contents of /trunk/dimens_m.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations)
Tue Aug 5 13:31:32 2008 UTC (15 years, 9 months ago) by guez
Original Path: trunk/libf/dimens_m.f90
File size: 338 byte(s)
Created rule for "compare_sampl_*" files in
"Documentation/Manuel_LMDZE.texfol/Graphiques/GNUmakefile".

Extracted "qcheck", "radiornpb", "minmaxqfi" into separate files.

Read pressure coordinate of ozone coefficients once per run instead of
every day.

Added some "intent" attributes.

Added argument "nq" to "ini_histday". Replaced calls to "gr_fi_ecrit"
by calls to "gr_phy_write_2d". "Sigma_O3_Royer" is written to
"histday.nc" only if "nq >= 4". Moved "ini_histrac" to module
"ini_hist".

Compute "zmasse" in "physiq", pass it to "phytrac".

Removed computations of "pftsol*" and "ppsrf*" in "phytrac".

Do not use variable "rg" from module "YOMCST" in "TLIFT".

1 module dimens_m
2
3 ! Model dimensions.
4
5 implicit none
6
7 INTEGER, PARAMETER:: iim = 32 ! number of longitudes
8 INTEGER, PARAMETER:: jjm = 24 ! number of latitudes
9 INTEGER, PARAMETER:: llm = 41 ! number of vertical layers
10 INTEGER, PARAMETER:: ndm = 1
11 integer, parameter:: nqmx = 5 ! maximum number of tracers
12
13 end module dimens_m

  ViewVC Help
Powered by ViewVC 1.1.21