Changeset 2001 for trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars
- Timestamp:
- Sep 19, 2018, 1:04:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F
r1974 r2001 30 30 use comsoil_h, only: inertiedat, layer, mlayer, nsoilmx, tsoil 31 31 use control_mod, only: day_step, iphysiq, anneeref, planet_type 32 use geometry_mod, only: longitude,latitude,cell_area 32 33 use phyetat0_mod, only: phyetat0 33 34 use phyredem, only: physdem0, physdem1 … … 108 109 real ith(iip1,jjp1,nsoilmx),ithfi(ngridmx,nsoilmx) ! thermal inertia (3D) 109 110 real surfith(iip1,jjp1),surfithfi(ngridmx) ! surface thermal inertia (2D) 110 REAL latfi(ngridmx),lonfi(ngridmx),airefi(ngridmx)111 ! REAL latfi(ngridmx),lonfi(ngridmx),airefi(ngridmx) 111 112 112 113 INTEGER i,j,l,isoil,ig,idum … … 1646 1647 C Ecriture etat initial physique 1647 1648 C 1648 1649 call physdem0("restartfi.nc",lonfi,latfi,nsoilmx,ngridmx,llm,1650 . nqtot,dtphys,real(day_ini),0.0,1651 . airefi,albfi,ithfi,zmea,zstd,zsig,zgam,zthe,1652 .hmons)1649 call physdem0("restartfi.nc",longitude,latitude, 1650 & nsoilmx,ngridmx,llm, 1651 & nqtot,dtphys,real(day_ini),0.0,cell_area, 1652 & albfi,ithfi,zmea,zstd,zsig,zgam,zthe, 1653 & hmons) 1653 1654 call physdem1("restartfi.nc",nsoilmx,ngridmx,llm,nqtot, 1654 1655 & dtphys,hour_ini,
Note: See TracChangeset
for help on using the changeset viewer.