Ignore:
Timestamp:
Feb 13, 2013, 10:00:46 AM (12 years ago)
Author:
aslmd
Message:

LMDZ.UNIVERSAL. LMDZ.GENERIC. Added def files for saturn. Made physics less verbose: only master proc (with cursor=1) talks to the user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/physiq.F90

    r867 r880  
    936936         endif
    937937
    938       print*,'end TURBULENCE'
    939938      endif ! of if (calldifv)
    940939
     
    13921391      if(callsoil)then
    13931392         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
    13991397      endif
    14001398
     
    14261424         endif
    14271425
    1428          print*,'  ISR            ASR            OLR            GND            DYN [W m^-2]'
    1429          print*, ISR,ASR,OLR,GND,DYN
    1430          
    14311426         if(enertest)then
     1427            print*,'  ISR            ASR            OLR            GND            DYN [W m^-2]'
     1428            print*, ISR,ASR,OLR,GND,DYN
    14321429            print*,'SW flux/heating difference SW++ - ASR = ',dEtotSW+dEtotsSW-ASR,' W m-2'
    14331430            print*,'LW flux/heating difference LW++ - OLR = ',dEtotLW+dEtotsLW+OLR,' W m-2'
     
    15431540      endif
    15441541
    1545 
    1546          print*,''
    1547          print*,'--> Ls =',zls*180./pi
     1542         if (cursor == 1) then
     1543           print*,'--> Ls =',zls*180./pi
     1544         endif
    15481545!        -------------------------------------------------------------------
    15491546!        Writing NetCDF file  "RESTARTFI" at the end of the run
Note: See TracChangeset for help on using the changeset viewer.