Ignore:
Timestamp:
Mar 3, 2021, 1:48:21 PM (4 years ago)
Author:
emillour
Message:

Mars GCM:

  • bug fix in the diagnostic of H, H2, and D total escape which was wrong when running in parallel. The escape rates can now also be included as outputs in diagfi.

FGG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/thermosphere.F

    r1274 r2467  
    33     $     mu0,ptimestep,ptime,zday,tsurf,zzlev,zzlay,
    44     &     pt,pq,pu,pv,pdt,pdq,
    5      $     zdteuv,zdtconduc,zdumolvis,zdvmolvis,zdqmoldiff)
     5     $     zdteuv,zdtconduc,zdumolvis,zdvmolvis,zdqmoldiff,
     6     $     PhiEscH,PhiEscH2,PhiEscD)
    67
    78      use conc_mod, only: rnew, cpnew
     
    3435      REAL,INTENT(out) :: zdvmolvis(ngrid,nlayer)
    3536      REAL,INTENT(out) :: zdqmoldiff(ngrid,nlayer,nq)
     37      REAL*8,INTENT(out) :: PhiEscH,PhiEscH2,PhiEscD
    3638
    3739      INTEGER :: l,ig
     
    8082        call moldiff_red(ngrid,nlayer,nq,
    8183     &                   pplay,pplev,pt,pdt,pq,pdq,ptimestep,
    82      &                   zzlay,zdteuv,zdtconduc,zdqmoldiff)
     84     &                   zzlay,zdteuv,zdtconduc,zdqmoldiff,
     85     &                   PhiEscH,PhiEscH2,PhiEscD)
    8386      endif
    8487
Note: See TracChangeset for help on using the changeset viewer.