Changeset 1230


Ignore:
Timestamp:
Apr 18, 2014, 12:06:21 PM (11 years ago)
Author:
emillour
Message:

Mars GCM:
Fix the bug fix in start2archive.
EM

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1229 r1230  
    20422042== 18/04/2014 == EM
    20432043Some minor fixes and cleanup.
    2044 - allocation of qsurf() was missing in start2archive
     2044- use surfdat_h, ... qsurf was missing in start2archive
    20452045- 'tauscaling' was missing from argument list when calling physdem1
    20462046  in testphys1d
  • trunk/LMDZ.MARS/libf/phymars/start2archive.F

    r1229 r1230  
    2121      use infotrac, only: iniadvtrac, nqtot, tname
    2222      use comsoil_h, only: nsoilmx, inertiedat
    23       use surfdat_h, only: ini_surfdat_h
     23      use surfdat_h, only: ini_surfdat_h, qsurf
    2424      use comsoil_h, only: ini_comsoil_h
    2525      use comgeomphy, only: initcomgeomphy
     
    6969      REAL tauscaling(ngridmx) ! dust conversion factor
    7070      REAL q2(ngridmx,llm+1)
    71       REAL,ALLOCATABLE :: qsurf(:,:)
    7271      REAL emis(ngridmx)
    7372      INTEGER start,length
     
    134133! allocate arrays:
    135134      allocate(q(ip1jmp1,llm,nqtot))
    136       allocate(qsurf(ngridmx,nqtot))
    137135      allocate(qsurfS(ip1jmp1,nqtot))
    138136      call ini_surfdat_h(ngridmx,nqtot)
Note: See TracChangeset for help on using the changeset viewer.