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/phytitan/phyredem.F90

    r1647 r1789  
    135135
    136136subroutine physdem1(filename,nsoil,ngrid,nlay,nq, &
    137                     phystep,time,tsurf,tsoil,emis,q2,qsurf)
     137                    phystep,time,tsurf,tsoil,emis,q2,qsurf,tankCH4)
    138138  ! write time-dependent variable to restart file
    139139  use iostart, only : open_restartphy, close_restartphy, &
     
    155155  real,intent(in) :: q2(ngrid,nlay+1)
    156156  real,intent(in) :: qsurf(ngrid,nq)
     157  real,intent(in) :: tankCH4(ngrid)
    157158
    158159  integer :: iq
     
    176177  ! Planetary Boundary Layer
    177178  call put_field("q2","pbl wind variance",q2)
     179
     180  ! Methane tank depth
     181  call put_field("tankCH4","Depth of methane tank",tankCH4)
    178182 
    179183! tracers
Note: See TracChangeset for help on using the changeset viewer.