Changeset 3116 for trunk/LMDZ.GENERIC
- Timestamp:
- Nov 8, 2023, 2:33:52 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/newstart.F
r3100 r3116 46 46 use phyetat0_mod, only: phyetat0 47 47 use exner_hyb_m, only: exner_hyb 48 use geometry_mod, only: longitude, ! longitudes (rad) 49 & latitude, ! latitudes (rad) 50 & cell_area ! physics grid area (m2) 48 51 implicit none 49 52 … … 112 115 real,ALLOCATABLE :: ith(:,:,:),ithfi(:,:) ! thermal inertia (3D) 113 116 real surfith(iip1,jjp1),surfithfi(ngridmx) ! surface thermal inertia (2D) 114 REAL latfi(ngridmx),lonfi(ngridmx),airefi(ngridmx)117 ! REAL latfi(ngridmx),lonfi(ngridmx),airefi(ngridmx) 115 118 116 119 INTEGER i,j,l,isoil,ig,idum … … 1375 1378 1376 1379 do ig=1, ngridmx 1377 teque= 335.0-60.0*sin(lat fi(ig))*sin(latfi(ig))-1378 & 10.0*cos(lat fi(ig))*cos(latfi(ig))1380 teque= 335.0-60.0*sin(latitude(ig))*sin(latitude(ig))- 1381 & 10.0*cos(latitude(ig))*cos(latitude(ig)) 1379 1382 tsurf(ig) = MAX(220.0,teque) 1380 1383 end do … … 1653 1656 C 1654 1657 1655 call physdem0("restartfi.nc",lonfi,latfi,nsoilmx,ngridmx,llm, 1658 call physdem0("restartfi.nc",longitude,latitude,nsoilmx,ngridmx, 1659 & llm, 1656 1660 & nqtot,dtphys,real(day_ini),0.0, 1657 & airefi,albfi,ithfi,zmea,zstd,zsig,zgam,zthe)1661 & cell_area,albfi,ithfi,zmea,zstd,zsig,zgam,zthe) 1658 1662 call physdem1("restartfi.nc",nsoilmx,ngridmx,llm,nqtot, 1659 1663 & dtphys,real(day_ini),
Note: See TracChangeset
for help on using the changeset viewer.