Changeset 1889 for trunk/LMDZ.TITAN/libf/phytitan/phyredem.F90
- Timestamp:
- Jan 9, 2018, 12:26:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/phyredem.F90
r1789 r1889 9 9 alb,ith,pzmea,pzstd,pzsig,pzgam,pzthe) 10 10 ! create physics restart file and write time-independent variables 11 use comchem_h, only: preskim 11 12 use comsoil_h, only: volcapa, mlayer 12 13 use geometry_mod, only: cell_area … … 104 105 call put_var("soildepth","Soil mid-layer depth",mlayer) 105 106 107 ! Write the mid-layer upper chemistry pressure 108 call put_var("preskim","Upper chemistry mid-layer pressure",preskim) 109 106 110 ! Write longitudes 107 111 call put_field("longitude","Longitudes of physics grid",lonfi)
Note: See TracChangeset
for help on using the changeset viewer.