Changeset 657
- Timestamp:
- May 11, 2012, 3:23:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq.F
r652 r657 352 352 REAL, ALLOCATABLE, DIMENSION(:) :: z_out ! height of interpolation between z0 and z1 [meters] 353 353 REAL ustar(ngridmx),tstar(ngridmx) ! friction velocity and friction potential temp 354 REAL L_mo(ngridmx), wstarpbl(ngridmx),vhf(ngridmx),vvv(ngridmx)354 REAL L_mo(ngridmx),vhf(ngridmx),vvv(ngridmx) 355 355 REAL zu2(ngridmx) 356 356 c======================================================================= … … 1362 1362 c ---------------------------------------------------------- 1363 1363 1364 n_out= 5! number of elements in the z_out array.1364 n_out=0 ! number of elements in the z_out array. 1365 1365 ! for z_out=[3.,2.,1.,0.5,0.1], n_out must be set 1366 1366 ! to 5 … … 1377 1377 call pbl_parameters(ngrid,nlayer,ps,zplay,z0, 1378 1378 & g,zzlay,zzlev,zu,zv,wstar,hfmax_th,zmax_th,tsurf,zh,z_out,n_out, 1379 & T_out,u_out,ustar,tstar, wstarpbl,L_mo,vhf,vvv)1379 & T_out,u_out,ustar,tstar,L_mo,vhf,vvv) 1380 1380 1381 1381 #ifndef MESOSCALE
Note: See TracChangeset
for help on using the changeset viewer.