Ignore:
Timestamp:
Mar 4, 2026, 2:16:03 PM (5 weeks ago)
Author:
emillour
Message:

Venus PCM:
Code tidying: remove common diffusion.h, make these variables module
variables in moldiff_MPF.F90 (turn it into a module in the process).
Turn moldiffcoeff_red.F into a module.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/moldiffcoeff_red.F

    r2523 r4100  
     1      MODULE moldiffcoeff_red_mod
     2     
     3      IMPLICIT NONE
     4     
     5      CONTAINS
     6
    17      subroutine moldiffcoeff_red(dij,indic,gcmind,ncompdiff2)
    28
    3        USE chemparam_mod
    4        USE infotrac_phy
    5        USE dimphy   
     9       use chemparam_mod, only: M_tr
     10       use infotrac_phy, only: nqtot, tname
    611
    712       IMPLICIT NONE
     
    1520c
    1621c=======================================================================
    17 #include "diffusion.h"
    1822
    1923c-----------------------------------------------------------------------
     
    304308
    305309
    306       return   
    307       end
     310      end subroutine moldiffcoeff_red
    308311     
     312      END MODULE moldiffcoeff_red_mod
Note: See TracChangeset for help on using the changeset viewer.