Ignore:
Timestamp:
Sep 26, 2025, 3:47:38 PM (8 weeks ago)
Author:
jyg
Message:

Getting rid of "ments" and "qents" arrays within cva_driver.
Several comments to be cleared later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cv3p_mixing.f90

    r5840 r5843  
    1515                       Ment, Qent, hent, uent, vent, nent, &
    1616!!                       Sigij, elij, supmax, Ments, Qents, traent)                       !jyg: get rid of ntra
    17                        Sigij, elij, supmax, Ments, Qents)
     17!!                       Sigij, elij, supmax, Ments, Qents)                               !jyg: get rid of ments
     18                       Sigij, elij, supmax)
    1819! **************************************************************
    1920! *
     
    6263                                                                         ! updraughts with the sign of (h-hp)
    6364!!  REAL, DIMENSION (nloc, nd, nd, ntra), INTENT (OUT) :: traent                          !jyg: get rid of ntra
    64   REAL, DIMENSION (nloc, nd, nd), INTENT (OUT)       :: Ments, Qents
     65!!  REAL, DIMENSION (nloc, nd, nd), INTENT (OUT)       :: Ments, Qents                    !jyg: get rid of ments
    6566  REAL, DIMENSION (nloc, nd, nd), INTENT (OUT)       :: hent
    6667  INTEGER, DIMENSION (nloc, nd), INTENT (OUT)        :: nent
Note: See TracChangeset for help on using the changeset viewer.