Changeset 1789 for trunk/LMDZ.TITAN/libf/phytitan/phyredem.F90
- Timestamp:
- Sep 28, 2017, 3:43:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/phyredem.F90
r1647 r1789 135 135 136 136 subroutine physdem1(filename,nsoil,ngrid,nlay,nq, & 137 phystep,time,tsurf,tsoil,emis,q2,qsurf )137 phystep,time,tsurf,tsoil,emis,q2,qsurf,tankCH4) 138 138 ! write time-dependent variable to restart file 139 139 use iostart, only : open_restartphy, close_restartphy, & … … 155 155 real,intent(in) :: q2(ngrid,nlay+1) 156 156 real,intent(in) :: qsurf(ngrid,nq) 157 real,intent(in) :: tankCH4(ngrid) 157 158 158 159 integer :: iq … … 176 177 ! Planetary Boundary Layer 177 178 call put_field("q2","pbl wind variance",q2) 179 180 ! Methane tank depth 181 call put_field("tankCH4","Depth of methane tank",tankCH4) 178 182 179 183 ! tracers
Note: See TracChangeset
for help on using the changeset viewer.