Changeset 1230
- Timestamp:
- Apr 18, 2014, 12:06:21 PM (11 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1229 r1230 2042 2042 == 18/04/2014 == EM 2043 2043 Some minor fixes and cleanup. 2044 - allocation of qsurf()was missing in start2archive2044 - use surfdat_h, ... qsurf was missing in start2archive 2045 2045 - 'tauscaling' was missing from argument list when calling physdem1 2046 2046 in testphys1d -
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.