Ignore:
Timestamp:
Jul 23, 2024, 10:21:18 PM (2 months ago)
Author:
abarral
Message:

Turn coefils.h into lmdz_coefils.f90
Put filtreg.F90 inside lmdz_filtreg.F90
Turn mod_filtreg_p.F90 into lmdz_filtreg_p.F90
Delete obsolete parafilt.h*
(lint) remove spaces between routine name and args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d_common/convmas.F90

    r5099 r5106  
    1 SUBROUTINE convmas (pbaru, pbarv, convm)
     1SUBROUTINE convmas(pbaru, pbarv, convm)
    22
    33!-------------------------------------------------------------------------------
     
    55!-------------------------------------------------------------------------------
    66! Purpose: Compute mass flux convergence at p levels.
     7  USE lmdz_filtreg, ONLY: filtreg
    78  IMPLICIT NONE
    89  include "dimensions.h"
Note: See TracChangeset for help on using the changeset viewer.