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/dyn3dmem/convmas_loc.F90

    r5099 r5106  
    1 SUBROUTINE convmas_loc (pbaru, pbarv, convm)
     1SUBROUTINE convmas_loc(pbaru, pbarv, convm)
    22
    33!-------------------------------------------------------------------------------
     
    66! Purpose: Compute mass flux convergence at p levels.
    77  USE parallel_lmdz
    8   USE mod_filtreg_p
     8  USE lmdz_filtreg_p
    99  IMPLICIT NONE
    1010  include "dimensions.h"
Note: See TracChangeset for help on using the changeset viewer.