Changeset 497 for trunk


Ignore:
Timestamp:
Jan 12, 2012, 7:29:33 PM (13 years ago)
Author:
slebonnois
Message:

Ajout de scripts NCL dans UTIL. Pas encore tres developpe mais dites moi ce que vous en pensez. + correction bug pour marees grav Titan dans leapfrog

Location:
trunk
Files:
6 added
2 edited

Legend:

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

    r495 r497  
    133133      real time_step, t_wrt, t_ops
    134134
    135 !      REAL rdayvrai,rdaym_ini
     135      REAL rdaym_ini
    136136! jD_cur: jour julien courant
    137137! jH_cur: heure julienne courante
     
    359359      CALL geopot  ( ip1jmp1, tsurpk  , pk , pks,  phis  , phi   )
    360360
     361           rdaym_ini  = itau * dtvr / daysec
     362
    361363      time = jD_cur + jH_cur
    362364      CALL caldyn
     
    435437         endif
    436438
    437 !           rdaym_ini  = itau * dtvr / daysec
    438 !           rdayvrai   = rdaym_ini  + day_ini
    439439           jD_cur = jD_ref + day_ini - day_ref +                        &
    440440     &          int (itau * dtvr / daysec)
  • trunk/LMDZ.COMMON/libf/dyn3dpar/leapfrog_p.F

    r495 r497  
    146146      INTEGER :: an, mois, jour
    147147      REAL :: secondes
     148      real :: rdaym_ini
    148149
    149150      LOGICAL first,callinigrads
     
    626627!      CALL FTRACE_REGION_BEGIN("caldyn")
    627628      time = jD_cur + jH_cur
     629           rdaym_ini  = itau * dtvr / daysec
     630
    628631! ADAPTATION GCM POUR CP(T)
    629632!      CALL caldyn_p
Note: See TracChangeset for help on using the changeset viewer.