Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cv3param.h

    r5081 r5117  
    77!------------------------------------------------------------
    88
    9       integer flag_epKEorig
    10       real flag_wb
    11       integer cv_flag_feed
    12       integer noff, minorig, nl, nlp, nlm
    13       real sigdz, spfac
    14       real pbcrit, ptcrit
    15       real elcrit, tlcrit
    16       real coef_peel
    17       real omtrain
    18       real dtovsh, dpbase, dttrig
    19       real dtcrit, tau, beta, alpha, alpha1
    20       real T_top_max
    21       real tau_stop, noconv_stop
    22       real wbmax
    23       real delta
    24       real betad
    25       real ejectliq
    26       real ejectice
     9      INTEGER flag_epKEorig
     10      REAL flag_wb
     11      INTEGER cv_flag_feed
     12      INTEGER noff, minorig, nl, nlp, nlm
     13      REAL sigdz, spfac
     14      REAL pbcrit, ptcrit
     15      REAL elcrit, tlcrit
     16      REAL coef_peel
     17      REAL omtrain
     18      REAL dtovsh, dpbase, dttrig
     19      REAL dtcrit, tau, beta, alpha, alpha1
     20      REAL T_top_max
     21      REAL tau_stop, noconv_stop
     22      REAL wbmax
     23      REAL delta
     24      REAL betad
     25      REAL ejectliq
     26      REAL ejectice
    2727
    2828      COMMON /cv3param/ sigdz, spfac &
Note: See TracChangeset for help on using the changeset viewer.