Changeset 8220 for branches/ORCHIDEE_2_2
- Timestamp:
- 2023-10-10T15:50:31+02:00 (15 months ago)
- Location:
- branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/sechiba.f90
r7710 r8220 517 517 mc_layh, mcl_layh, soilmoist, njsc , & 518 518 frac_snow_veg,frac_snow_nobio,totfrac_nobio, & 519 snowdz, snowrho, snowtemp, lambda_snow, cgrnd_snow, dgrnd_snow, pb) 519 snowdz, snowrho, snowtemp, lambda_snow, cgrnd_snow, dgrnd_snow, pb, & 520 ptnlev1) 520 521 521 522 -
branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/thermosoil.f90
r7710 r8220 235 235 mc_layh, mcl_layh, tmc_layh, njsc, & 236 236 frac_snow_veg,frac_snow_nobio,totfrac_nobio, & 237 snowdz, snowrho, snowtemp, lambda_snow, cgrnd_snow, dgrnd_snow, pb) 237 snowdz, snowrho, snowtemp, lambda_snow, cgrnd_snow, dgrnd_snow, pb, & 238 ptnlev1) 238 239 239 240 !! 0. Variable and parameter declaration … … 265 266 REAL(r_std),DIMENSION (kjpindex,ngrnd), INTENT (out) :: ftempdiag !! temperature profile on full depth for stream temperature (K) 266 267 REAL(r_std),DIMENSION (kjpindex),INTENT(out) :: gtemp !! First soil layer temperature 268 REAL(r_std),DIMENSION (kjpindex), INTENT (out) :: ptnlev1 !! 1st level soil temperature 267 269 268 270 !! 0.3 Modified variables … … 521 523 stempdiag(:,:) = ptn(:,1:nslm) 522 524 ftempdiag(:,:) = ptn(:,1:ngrnd) 523 525 526 !! Initialize output arguments to be used in sechiba 527 ptnlev1(:) = ptn(:,1) 524 528 525 529 !! 2.3. Computes cgrnd, dgrnd, soilflx and soilcap coefficients only if they were not found in restart file.
Note: See TracChangeset
for help on using the changeset viewer.