Ignore:
Timestamp:
Jul 23, 2016, 7:45:38 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: turn comvert.h into module comvert_mod.F90
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3d_common/pentes_ini.F

    r2597 r2600  
    2727      include "dimensions.h"
    2828      include "paramet.h"
    29       include "comvert.h"
    3029      include "comgeom2.h"
    3130
     
    439438
    440439        DO l = 1,llm
    441         DO j = 1,jjp1
    442           DO i = 1,iip1
     440            DO j = 1,jjp1
     441              DO i = 1,iip1
    443442                IF (q(i,j,l,0).lt.0.)  THEN
    444443c                    PRINT*,'------------ BIP-----------'
     
    447446c                    PRINT*,'QY(',i,j,l,')=',q(i,j,l,2)
    448447c                    PRINT*,'QZ(',i,j,l,')=',q(i,j,l,3)
    449 c                            PRINT*,' PBL EN SORTIE DE PENTES'
     448c                            PRINT*,' PBL EN SORTIE DE PENTES'
    450449                     q(i,j,l,0)=0.
    451450c                    STOP
Note: See TracChangeset for help on using the changeset viewer.