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_common/inidissip.F90

    r5082 r5099  
    1 !
     1
    22! $Id$
    3 !
     3
    44SUBROUTINE inidissip ( lstardis,nitergdiv,nitergrot,niterh  , &
    55     tetagdiv,tetagrot,tetatemp, vert_prof_dissip)
     
    4848
    4949  !-----------------------------------------------------------------------
    50   !
     50
    5151  !   calcul des valeurs propres des operateurs par methode iterrative:
    5252  !   -----------------------------------------------------------------
     
    105105
    106106  DO    ii = 1, 2
    107      !
     107
    108108     DO ij = 1, ip1jmp1
    109109        zu(ij)  = RAN1(idum) -.5
Note: See TracChangeset for help on using the changeset viewer.