Ignore:
Timestamp:
Apr 2, 2026, 3:46:30 PM (9 days ago)
Author:
emillour
Message:

Generic PCM:
Clean up module thermcell_mod.F90 : make module variables private and remove
unused module variables.
While at it, put all thermcell_*.F90 routines in modules.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/thermcell_dq.F90

    r3893 r4168  
    1 !
    2 !
    3 !
     1MODULE thermcell_dq_mod
     2
     3IMPLICIT NONE
     4
     5CONTAINS
     6
    47SUBROUTINE thermcell_dq(ngrid,nlay,ptimestep,fm,entr,detr,masse,              &
    58                        q,dq,qa)
     
    159162     
    160163     
    161 RETURN
    162 END
     164END SUBROUTINE thermcell_dq
     165
     166END MODULE thermcell_dq_mod
Note: See TracChangeset for help on using the changeset viewer.