Changeset 1150 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Jan 6, 2014, 10:27:56 PM (11 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r1133 r1150 1350 1350 !----------------------------------------------------------------------- 1351 1351 1352 if (.not.nosurf) then 1353 1352 1354 ! Increment surface temperature 1353 1355 tsurf(1:ngrid)=tsurf(1:ngrid)+ptimestep*zdtsurf(1:ngrid) … … 1358 1360 ptimestep,tsurf,tsoil,capcal,fluxgrd) 1359 1361 endif 1362 1363 endif ! if (.not.nosurf) 1360 1364 1361 1365 !------------------------- -
trunk/LMDZ.GENERIC/libf/phystd/profile.F
r253 r1150 175 175 c --------- 176 176 177 ! first value is surface temperature 178 ! then profile of atmospheric temperature 177 179 ELSE IF(ichoice.GE.8) THEN 178 180 OPEN(11,file='profile',status='old',form='formatted',err=101) -
trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F
r970 r1150 677 677 temp(ilayer)=tmp2(ilayer) 678 678 ENDDO 679 679 print*,"check" 680 PRINT*,"INPUT SURFACE TEMPERATURE",tsurf 681 PRINT*,"INPUT TEMPERATURE PROFILE",temp 680 682 681 683 c Initialisation albedo / inertie du sol
Note: See TracChangeset
for help on using the changeset viewer.