Ignore:
Timestamp:
Aug 2, 2024, 9:58:25 PM (3 months ago)
Author:
abarral
Message:

Put dimensions.h and paramet.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/integrd_loc.f90

    r5158 r5159  
    2020  USE lmdz_comgeom
    2121
     22  USE lmdz_dimensions, ONLY: iim, jjm, llm, ndm
     23  USE lmdz_paramet
    2224  IMPLICIT NONE
    2325
    2426
    2527  !=======================================================================
    26   !
     28
    2729  !   Auteur:  P. Le Van
    2830  !   -------
    29   !
     31
    3032  !   objet:
    3133  !   ------
    32   !
     34
    3335  !   Incrementation des tendances dynamiques
    34   !
     36
    3537  !=======================================================================
    3638  !-----------------------------------------------------------------------
     
    3840  !   -------------
    3941
    40   INCLUDE "dimensions.h"
    41   INCLUDE "paramet.h"
     42
     43
    4244
    4345  !   Arguments:
     
    191193
    192194
    193   !
     195
    194196  !   !WRITE(*,*) 'integrd 200'
    195197!$OMP MASTER
     
    220222!$OMP BARRIER
    221223  !WRITE(*,*) 'integrd 217'
    222   !
     224
    223225  !  ... Calcul  de la nouvelle masse d'air au dernier temps integre t+1 ...
    224226  !
     
    281283
    282284  !   ....  Calcul de la valeur moyenne, unique  aux poles pour  teta    ......
    283   !
    284   !
     285
     286
    285287  !   !WRITE(*,*) 'integrd 291'
    286288  IF (pole_nord) THEN
     
    327329!$OMP END DO NOWAIT
    328330
    329   !
     331
    330332  !   .......  integration de   q   ......
    331   !
     333
    332334  ijb=ij_begin
    333335  ije=ij_end
     
    353355
    354356    CALL check_isotopes(q,ijb,ije,'integrd 346')
    355   !
     357
    356358  !    .....  Calcul de la valeur moyenne, unique  aux poles pour  q .....
    357   !
     359
    358360!$OMP BARRIER
    359361  IF (pole_nord) THEN
     
    416418  ENDIF ! of if (planet_type.EQ."earth")
    417419
    418   !
    419   !
     420
     421
    420422  ! .....   FIN  de l'integration  de   q    .......
    421423
Note: See TracChangeset for help on using the changeset viewer.