Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 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/iniconst.F90

    r2601 r5099  
    1 !
     1
    22! $Id$
    3 !
     3
    44SUBROUTINE iniconst
    55
     
    1616 
    1717  IMPLICIT NONE
    18   !
     18
    1919  !      P. Le Van
    20   !
     20
    2121  !   Declarations:
    2222  !   -------------
    23   !
     23
    2424  include "dimensions.h"
    2525  include "paramet.h"
     
    2828  character(len=*),parameter :: modname="iniconst"
    2929  character(len=80) :: abort_message
    30   !
    31   !
    32   !
     30
     31
     32
    3333  !-----------------------------------------------------------------------
    3434  !   dimension des boucles:
     
    5050
    5151  !-----------------------------------------------------------------------
    52   !
    5352
    5453  r       = cpp * kappa
    5554
    5655  write(lunout,*) trim(modname),': R  CP  Kappa ',r,cpp,kappa
    57   !
     56
    5857  !-----------------------------------------------------------------------
    5958
Note: See TracChangeset for help on using the changeset viewer.