Ignore:
Timestamp:
Feb 3, 2009, 10:50:31 AM (15 years ago)
Author:
yann meurdesoif
Message:

Modifications Othman Bouzi : optimisation du filtre (remplacement opération matrice/vecteurs par matrice/matrice/matrice - BLAS), l'allocation des tableaux du filtre se fait maintenant dynamiquement (plus d'intervention manuelle dans parafiltre.h)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/gcm.F

    r1085 r1086  
    1313      USE mod_phys_lmdz_para, ONLY : klon_mpi_para_nb
    1414      USE mod_grid_phy_lmdz
    15       USE mod_phys_lmdz_omp_data, ONLY: klon_omp
    1615      USE dimphy
    1716      USE mod_interface_dyn_phys
     
    1918      USE mod_hallo
    2019      USE Bands
     20
     21      USE filtre
     22
    2123      IMPLICIT NONE
    2224
Note: See TracChangeset for help on using the changeset viewer.