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

Put dimensions.h and paramet.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d_common/fxy.f90

    r5134 r5159  
    77  USE lmdz_fxy_new, ONLY: fx, fxprim, fy, fyprim
    88
     9  USE lmdz_dimensions, ONLY: iim, jjm, llm, ndm
     10  USE lmdz_paramet
    911  IMPLICIT NONE
    1012
    1113  ! Auteur  :  P. Le Van
    12   !
     14
    1315  ! Calcul  des longitudes et des latitudes  pour une fonction f(x,y)
    1416  !       a tangente sinusoidale et eventuellement avec zoom  .
     17
    1518  !
    16   !
    17   INCLUDE "dimensions.h"
    18   INCLUDE "paramet.h"
     19
     20
    1921
    2022  INTEGER :: i, j
     
    2628
    2729  !    ......  calcul  des  latitudes  et de y'   .....
    28   !
     30
    2931  DO j = 1, jjm + 1
    3032    rlatu(j) = fy    (REAL(j))
     
    4446  ENDDO
    4547
    46   !
     48
    4749  ! .....  calcul   des  longitudes et de  x'   .....
    48   !
     50
    4951  DO i = 1, iim + 1
    5052    rlonv(i) = fx    (REAL(i))
     
    5961  ENDDO
    6062
    61   !
     63
    6264END SUBROUTINE fxy
    6365
Note: See TracChangeset for help on using the changeset viewer.