Changeset 500 for trunk


Ignore:
Timestamp:
Jan 16, 2012, 7:43:40 PM (13 years ago)
Author:
slebonnois
Message:

Sorry, correction of some bugs from recent Titan commit...

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d/leapfrog.F

    r497 r500  
    401401     $              finvmaold                                    )
    402402
    403        IF ((planet_type.eq.titan).and.(tidal)) then
     403       IF ((planet_type.eq."titan").and.(tidal)) then
    404404c-----------------------------------------------------------------------
    405405c   Marées gravitationnelles causées par Saturne
  • trunk/LMDZ.COMMON/libf/dyn3dpar/leapfrog_p.F

    r497 r500  
    702702     $              finvmaold                                    )
    703703
    704        IF ((planet_type.eq.titan).and.(tidal)) then
     704       IF ((planet_type.eq."titan").and.(tidal)) then
    705705c-----------------------------------------------------------------------
    706706c   Marées gravitationnelles causées par Saturne
  • trunk/UTIL/NCL/help.txt

    r497 r500  
    5151  Default: no second variable
    5252
    53 [-tc ntcutmin[,ntcutmax[,tavg]]] : INDEXES for time slice
     53[-tc ntcutmin[,ntcutmax[,tavg]]] : INDEXES for time slice (0 to <numberoftimepoints>-1)
    5454
    5555  Default: ntcutmin=0 / ntcutmax=ntcutmin / tavg=ntcutmax
  • trunk/UTIL/NCL/planeto.ncl

    r497 r500  
    22load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
    33load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
    4 load "~/Graphiques/Ncl/visu-utils.ncl"
     4load "visu-utils.ncl"
    55
    66begin
  • trunk/UTIL/NCL/visu-ncl

    r497 r500  
    220220    planeto.ncl
    221221
     222if [ -f *pdf ]; then
     223   mv *pdf $SIMUDIR
     224fi
     225
     226if [ -f *ps ]; then
     227   mv *ps $SIMUDIR
     228fi
     229
Note: See TracChangeset for help on using the changeset viewer.