- Timestamp:
- Apr 11, 2014, 3:42:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/phyredem.F90
r1216 r1222 9 9 alb,ith,pzmea,pzstd,pzsig,pzgam,pzthe) 10 10 ! create physics restart file and write time-independent variables 11 use comsoil_h, only: inertiedat,volcapa, mlayer11 use comsoil_h, only: volcapa, mlayer 12 12 use comgeomfi_h, only: area 13 use surfdat_h, only: albedodat,zmea, zstd, zsig, zgam, zthe, &13 use surfdat_h, only: zmea, zstd, zsig, zgam, zthe, & 14 14 albedice, emisice, emissiv, & 15 15 iceradius, dtemisice, phisfi … … 116 116 117 117 ! Write surface albedo 118 call put_field("albedodat","Albedo of bare ground",alb edodat)118 call put_field("albedodat","Albedo of bare ground",alb) 119 119 120 120 ! Subgrid topogaphy variables … … 126 126 127 127 ! Soil thermal inertia 128 call put_field("inertiedat","Soil thermal inertia",i nertiedat)128 call put_field("inertiedat","Soil thermal inertia",ith) 129 129 130 130 ! Close file
Note: See TracChangeset
for help on using the changeset viewer.