Ignore:
Timestamp:
Jan 9, 2018, 12:26:53 PM (7 years ago)
Author:
jvatant
Message:

Making chemistry handling more flexible - Step 2
+ Added the calculation of the pressure grid in newstart
using Vervack profile in gr_kim_vervack routine
+ Next step : regridding !
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/phyredem.F90

    r1789 r1889  
    99                         alb,ith,pzmea,pzstd,pzsig,pzgam,pzthe)
    1010! create physics restart file and write time-independent variables
     11  use comchem_h, only: preskim
    1112  use comsoil_h, only: volcapa, mlayer
    1213  use geometry_mod, only: cell_area
     
    104105  call put_var("soildepth","Soil mid-layer depth",mlayer)
    105106 
     107  ! Write the mid-layer upper chemistry pressure
     108  call put_var("preskim","Upper chemistry mid-layer pressure",preskim)
     109 
    106110  ! Write longitudes
    107111  call put_field("longitude","Longitudes of physics grid",lonfi)
Note: See TracChangeset for help on using the changeset viewer.