Ignore:
Timestamp:
Sep 26, 2025, 3:47:38 PM (2 months 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/cva_driver.f90

    r5840 r5843  
    561561  REAL hent(nloc, nd, nd)
    562562  REAL uent(nloc, nd, nd), vent(nloc, nd, nd)
    563   REAL ments(nloc, nd, nd), qents(nloc, nd, nd)
     563!!  REAL ments(nloc, nd, nd), qents(nloc, nd, nd)                               !jyg: get rid of ments
    564564  REAL elij(nloc, nd, nd)
    565565  REAL supmax(nloc, nd)
     
    10211021                         ment, qent, hent, uent, vent, nent, &
    10221022!!                         sigij, elij, supmax, ments, qents, traent)                                    !jyg: get rid of ntra
    1023                          sigij, elij, supmax, ments, qents)                                             
     1023!!                         sigij, elij, supmax, ments, qents)                                            !jyg: get rid of ments
     1024                         sigij, elij, supmax)                                             
    10241025! print*, 'cv3p_mixing-> supmax ', (supmax(1,k), k=1,nd)
    10251026
     
    11041105                        unk, vnk, hp, tv, tvp, ep, clw, m, sig, &
    11051106!!                        ment, qent, uent, vent, nent, sigij, elij, ments, qents, traent)     !jyg: get rid of ntra
    1106                         ment, qent, uent, vent, nent, sigij, elij, ments, qents)               
     1107!!                        ment, qent, uent, vent, nent, sigij, elij, ments, qents)             !jyg: get rid of ments
     1108                        ment, qent, uent, vent, nent, sigij, elij)
    11071109        hent(1:nloc,1:nd,1:nd) = 0.
    11081110      ELSE
Note: See TracChangeset for help on using the changeset viewer.