Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (2 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/replay3d.F90

    r5090 r5099  
    1 !
     1
    22! $Id: gcm.F90 3579 2019-10-09 13:11:07Z fairhead $
    3 !
    4 !
    5 !
     3
     4
     5
    66PROGRAM replay3d
    77
     
    3030
    3131  !=======================================================================
    32   !
     32
    3333  !   Auteur:  P. Le Van /L. Fairhead/F.Hourdin
    3434  !   -------
    35   !
     35
    3636  !   Objet:
    3737  !   ------
    38   !
     38
    3939  !   GCM LMD nouvelle grille
    40   !
     40
    4141  !=======================================================================
    42   !
     42
    4343  !  ... Dans inigeom , nouveaux calculs pour les elongations  cu , cv
    4444  !      et possibilite d'appeler une fonction f(y)  a derivee tangente
     
    4646  !  ... Possibilite de choisir le schema pour l'advection de
    4747  !        q  , en modifiant iadv dans traceur.def  (MAF,10/02) .
    48   !
     48
    4949  !      Pour Van-Leer + Vapeur d'eau saturee, iadv(1)=4. (F.Codron,10/99)
    5050  !      Pour Van-Leer iadv=10
    51   !
     51
    5252  !-----------------------------------------------------------------------
    5353  !   Declarations:
     
    8585  !  lecture des fichiers gcm.def ou run.def
    8686  !  ---------------------------------------
    87   !
     87
    8888preff=101325.
    8989 pa=50000.
     
    128128  zdtvr    = daysec/REAL(day_step)
    129129
    130   !
    131130  ! on remet le calendrier \`a zero si demande
    132   !
     131
    133132     annee_ref = anneeref
    134133     day_ref = dayref
Note: See TracChangeset for help on using the changeset viewer.