Ignore:
Timestamp:
Mar 12, 2014, 4:30:18 PM (11 years ago)
Author:
tnavarro
Message:

added tauscaling in startfi + moved start_archive routines from dyn3d to phymars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/phyredem.F90

    r1130 r1208  
    143143
    144144subroutine 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)
    146147  ! write time-dependent variable to restart file
    147148  use iostart, only : open_restartphy, close_restartphy, &
     
    162163  real,intent(in) :: q2(ngrid,nlay+1)
    163164  real,intent(in) :: qsurf(ngrid,nq)
     165  real,intent(in) :: tauscaling(ngrid)
    164166 
    165167  integer :: iq
     
    192194  call put_field("q2","pbl wind variance",q2,time)
    193195 
     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
    194201  ! Tracers on the surface
    195202  ! preliminary stuff: look for water vapour & water ice tracers (if any)
Note: See TracChangeset for help on using the changeset viewer.