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/dyn3dmem/enercin_loc.F90

    r2336 r5099  
    11SUBROUTINE enercin_loc ( vcov, ucov, vcont, ucont, ecin )
    2 !
     2
    33!-------------------------------------------------------------------------------
    44! Authors: P. Le Van.
     
    2121!                 . V
    2222!                i,j-1
    23 !
     23
    2424!      alpha4 .       . alpha1
    25 !
    26 !
     25
     26
    2727!        U .      . P     . U
    2828!       i-1,j    i,j      i,j
    29 !
     29
    3030!      alpha3 .       . alpha2
    31 !
    32 !
     31
     32
    3333!                 . V
    3434!                i,j
    35 !
     35
    3636! Kinetic energy at scalar point P(i,j) (excluding poles) is:
    3737!       Ecin = 0.5 * U(i-1,j)**2 *( alpha3 + alpha4 )  +
Note: See TracChangeset for help on using the changeset viewer.