Changeset 880


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.

Location:
trunk
Files:
8 added
3 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
  • trunk/LMDZ.UNIVERSAL/deftank/gray_lmdz.generic_lmdz5/launch_lmdz5para

    r838 r880  
    22#PBS -j  oe
    33#PBS -q  infini
    4 #PBS -N  LMDZ5_PARA24
    5 #PBS -l "nodes=1:ppn=24"
     4#PBS -N  LMDZ5_PARA16
     5#PBS -l "nodes=1:ppn=16"
    66##PBS -l "mem=64gb"
    77
  • trunk/LMDZ.UNIVERSAL/deftank/gray_lmdz.generic_lmdz5/run.def

    r844 r880  
    107107## sorties instantanees dans la dynamique (fichiers dyn_hist.nc and co.)
    108108ok_dyn_ins=n
    109 ok_dyn_ins=y
     109#ok_dyn_ins=y
    110110## periode d'ecriture des sorties instantanees dans la dynamique
    111111## (en pas dynamiques)
Note: See TracChangeset for help on using the changeset viewer.