Changeset 1230 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Apr 18, 2014, 12:06:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/start2archive.F
r1229 r1230 21 21 use infotrac, only: iniadvtrac, nqtot, tname 22 22 use comsoil_h, only: nsoilmx, inertiedat 23 use surfdat_h, only: ini_surfdat_h 23 use surfdat_h, only: ini_surfdat_h, qsurf 24 24 use comsoil_h, only: ini_comsoil_h 25 25 use comgeomphy, only: initcomgeomphy … … 69 69 REAL tauscaling(ngridmx) ! dust conversion factor 70 70 REAL q2(ngridmx,llm+1) 71 REAL,ALLOCATABLE :: qsurf(:,:)72 71 REAL emis(ngridmx) 73 72 INTEGER start,length … … 134 133 ! allocate arrays: 135 134 allocate(q(ip1jmp1,llm,nqtot)) 136 allocate(qsurf(ngridmx,nqtot))137 135 allocate(qsurfS(ip1jmp1,nqtot)) 138 136 call ini_surfdat_h(ngridmx,nqtot)
Note: See TracChangeset
for help on using the changeset viewer.