Changeset 905 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Mar 18, 2013, 11:58:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dyn3d/newstart.F
r837 r905 328 328 . cloudfrac,totalfrac,hice) 329 329 330 ! copy albedo and soil thermal inertia 330 ! copy albedo and soil thermal inertia on (local) physics grid 331 331 do i=1,ngridmx 332 332 albfi(i) = albedodat(i) … … 335 335 enddo 336 336 ! build a surfithfi(:) using 1st layer of ithfi(:), which might 337 ! be neede later on if reinitializing soil thermal inertia337 ! be needed later on if reinitializing soil thermal inertia 338 338 surfithfi(i)=ithfi(i,1) 339 339 enddo 340 340 ! also copy albedo and soil thermal inertia on (local) dynamics grid 341 ! so that options below can manipulate either (but must then ensure 342 ! to correctly recast things on physics grid) 343 call gr_fi_dyn(1,ngridmx,iip1,jjp1,albfi,alb) 344 call gr_fi_dyn(nsoilmx,ngridmx,iip1,jjp1,ithfi,ith) 345 call gr_fi_dyn(1,ngridmx,iip1,jjp1,surfithfi,surfith) 341 346 342 347 endif
Note: See TracChangeset
for help on using the changeset viewer.