Changeset 880 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Feb 13, 2013, 10:00:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r867 r880 936 936 endif 937 937 938 print*,'end TURBULENCE'939 938 endif ! of if (calldifv) 940 939 … … 1392 1391 if(callsoil)then 1393 1392 TsS = SUM(area(:)*tsoil(:,nsoilmx))/totarea ! mean temperature at bottom soil layer 1394 print*,' ave[Tsurf] min[Tsurf] max[Tsurf] ave[Tdeep]' 1395 print*,Ts1,Ts2,Ts3,TsS 1396 else 1397 print*,' ave[Tsurf] min[Tsurf] max[Tsurf]' 1398 print*,Ts1,Ts2,Ts3 1393 if (cursor == 1) then 1394 print*,' ave[Tsurf] min[Tsurf] max[Tsurf] ave[Tdeep]' 1395 print*,Ts1,Ts2,Ts3,TsS 1396 endif 1399 1397 endif 1400 1398 … … 1426 1424 endif 1427 1425 1428 print*,' ISR ASR OLR GND DYN [W m^-2]'1429 print*, ISR,ASR,OLR,GND,DYN1430 1431 1426 if(enertest)then 1427 print*,' ISR ASR OLR GND DYN [W m^-2]' 1428 print*, ISR,ASR,OLR,GND,DYN 1432 1429 print*,'SW flux/heating difference SW++ - ASR = ',dEtotSW+dEtotsSW-ASR,' W m-2' 1433 1430 print*,'LW flux/heating difference LW++ - OLR = ',dEtotLW+dEtotsLW+OLR,' W m-2' … … 1543 1540 endif 1544 1541 1545 1546 print*,''1547 print*,'--> Ls =',zls*180./pi1542 if (cursor == 1) then 1543 print*,'--> Ls =',zls*180./pi 1544 endif 1548 1545 ! ------------------------------------------------------------------- 1549 1546 ! Writing NetCDF file "RESTARTFI" at the end of the run
Note: See TracChangeset
for help on using the changeset viewer.