Changeset 962 for LMDZ4/trunk/libf/dyn3d


Ignore:
Timestamp:
Jun 9, 2008, 11:51:32 AM (16 years ago)
Author:
Laurent Fairhead
Message:

Un peu de menage pour avoir moins de sorties a la compilation sur Nec
LF

Location:
LMDZ4/trunk/libf/dyn3d
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3d/advtrac.h

    r908 r962  
    1919      INTEGER vadv(nqmx) ! indice schema transport vertical
    2020      INTEGER niadv(nqmx) ! equivalent dyn / physique
    21       character*8 tnom(nqmx) ! nom court du traceur
    22       character*10 tname(nqmx) ! nom du traceur pour restart
    23       character*13 ttext(nqmx) ! nom long du traceur pour sorties
     21      character (len=8) :: tnom(nqmx) ! nom court du traceur
     22      character (len=10) :: tname(nqmx) ! nom du traceur pour restart
     23      character (len=13) :: ttext(nqmx) ! nom long du traceur pour sorties
    2424
    2525
     
    3131      integer conv_flg(nqmx-2)
    3232      integer pbl_flg(nqmx-2)
    33       character*8 tracnam(nqmx-2)
     33      character (len=8) :: tracnam(nqmx-2)
    3434!-----------------------------------------------------------------------
  • LMDZ4/trunk/libf/dyn3d/control.h

    r960 r962  
    2121      REAL periodav
    2222      logical offline
    23       CHARACTER*4 config_inca
     23      CHARACTER (len=4) :: config_inca
    2424!-----------------------------------------------------------------------
  • LMDZ4/trunk/libf/dyn3d/gcm.F

    r960 r962  
    115115      REAL alpha(ip1jmp1,llm),beta(ip1jmp1,llm)
    116116c+jld variables test conservation energie
    117       REAL ecin(ip1jmp1,llm),ecin0(ip1jmp1,llm)
     117c      REAL ecin(ip1jmp1,llm),ecin0(ip1jmp1,llm)
    118118C     Tendance de la temp. potentiel d (theta)/ d t due a la
    119119C     tansformation d'energie cinetique en energie thermique
    120120C     cree par la dissipation
    121121      REAL dhecdt(ip1jmp1,llm)
    122       REAL vcont(ip1jm,llm),ucont(ip1jmp1,llm)
    123       REAL      d_h_vcol, d_qt, d_qw, d_ql, d_ec
    124       CHARACTER*15 ztit
     122c      REAL vcont(ip1jm,llm),ucont(ip1jmp1,llm)
     123c      REAL      d_h_vcol, d_qt, d_qw, d_ql, d_ec
     124      CHARACTER (len=15) :: ztit
    125125c-jld
    126126
    127127
    128       character*80 dynhist_file, dynhistave_file
    129       character*20 modname
    130       character*80 abort_message
     128      character (len=80) :: dynhist_file, dynhistave_file
     129      character (len=20) :: modname
     130      character (len=80) :: abort_message
    131131
    132132C Calendrier
Note: See TracChangeset for help on using the changeset viewer.