Changeset 1208 for trunk/LMDZ.MARS/libf/phymars/phyredem.F90
- Timestamp:
- Mar 12, 2014, 4:30:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyredem.F90
r1130 r1208 143 143 144 144 subroutine physdem1(filename,nsoil,ngrid,nlay,nq, & 145 phystep,time,tsurf,tsoil,co2ice,emis,q2,qsurf) 145 phystep,time,tsurf,tsoil,co2ice,emis,q2,qsurf,& 146 tauscaling) 146 147 ! write time-dependent variable to restart file 147 148 use iostart, only : open_restartphy, close_restartphy, & … … 162 163 real,intent(in) :: q2(ngrid,nlay+1) 163 164 real,intent(in) :: qsurf(ngrid,nq) 165 real,intent(in) :: tauscaling(ngrid) 164 166 165 167 integer :: iq … … 192 194 call put_field("q2","pbl wind variance",q2,time) 193 195 196 ! Dust conversion factor 197 ! Only to be read by newstart to convert to actual dust values 198 ! Or by any user who wants to reconstruct dust, opacity from the start files. 199 call put_field("tauscaling","dust conversion factor",tauscaling,time) 200 194 201 ! Tracers on the surface 195 202 ! preliminary stuff: look for water vapour & water ice tracers (if any)
Note: See TracChangeset
for help on using the changeset viewer.