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/enercin.F90

    r2336 r5099  
    11SUBROUTINE enercin ( vcov, ucov, vcont, ucont, ecin )
    2 !
     2
    33!-------------------------------------------------------------------------------
    44! Authors: P. Le Van.
     
    2020!                 . V
    2121!                i,j-1
    22 !
     22
    2323!      alpha4 .       . alpha1
    24 !
    25 !
     24
     25
    2626!        U .      . P     . U
    2727!       i-1,j    i,j      i,j
    28 !
     28
    2929!      alpha3 .       . alpha2
    30 !
    31 !
     30
     31
    3232!                 . V
    3333!                i,j
    34 !
     34
    3535! Kinetic energy at scalar point P(i,j) (excluding poles) is:
    3636!       Ecin = 0.5 * U(i-1,j)**2 *( alpha3 + alpha4 )  +
Note: See TracChangeset for help on using the changeset viewer.