/[lmdze]/trunk/dyn3d/pressure_var.f
ViewVC logotype

Contents of /trunk/dyn3d/pressure_var.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (show annotations)
Wed Mar 5 14:57:53 2014 UTC (10 years, 2 months ago) by guez
File size: 461 byte(s)
Changed all ".f90" suffixes to ".f".
1 module pressure_var
2
3 use dimens_m, only: iim, jjm, llm
4
5 implicit none
6
7 real pls(iim + 1, jjm + 1, llm)
8 ! (pressure at mid-layer of LMDZ grid, in Pa)
9 ! "pls(i, j, l)" is at longitude "rlonv(i)", latitude "rlatu(j)",
10 ! for layer "l")
11
12 REAL p3d(iim + 1, jjm + 1, llm+1) ! pressure at layer interfaces, in Pa
13 ! ("p3d(i, j, l)" is at longitude "rlonv(i)", latitude "rlatu(j)",
14 ! for interface "l")
15
16 private iim, jjm, llm
17
18 end module pressure_var

  ViewVC Help
Powered by ViewVC 1.1.21