Ignore:
Timestamp:
Sep 28, 2017, 3:43:23 PM (7 years ago)
Author:
jvatant
Message:

Added the surface methane tank and put it in start files
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F

    r1670 r1789  
    162162      real fact2
    163163
     164!     added by JVO for Titan
     165      REAL tankCH4(ngridmx)
    164166
    165167c sortie visu pour les champs dynamiques
     
    341343        CALL phyetat0(.true.,ngridmx,llm,fichnom,tab0,Lmodif,nsoilmx,
    342344     .        nqtot,day_ini,time,
    343      .        tsurf,tsoil,emis,q2,qsurf)
     345     .        tsurf,tsoil,emis,q2,qsurf,tankCH4)
    344346
    345347        ! copy albedo and soil thermal inertia on (local) physics grid
     
    12321234 999  continue
    12331235
    1234      
     1236
     1237c================================================================
     1238c   Initialisation for methane surface tank (added by JVO 2017)
     1239c================================================================
     1240      DO ig=1, ngridmx
     1241         tankCH4(ig)=2.0
     1242      ENDDO
    12351243
    12361244c=======================================================================
     
    13391347      call physdem1("restartfi.nc",nsoilmx,ngridmx,llm,nqtot,
    13401348     &                dtphys,real(day_ini),
    1341      &                tsurf,tsoil,emis,q2,qsurf)
     1349     &                tsurf,tsoil,emis,q2,qsurf,tankCH4)
    13421350
    13431351c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.