Changeset 2597 for LMDZ5/trunk/libf/dyn3dpar/guide_p_mod.F90
- Timestamp:
- Jul 22, 2016, 8:44:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/guide_p_mod.F90
r2134 r2597 341 341 USE parallel_lmdz 342 342 USE control_mod 343 USE comconst_mod, ONLY: daysec, dtvr, cpp, kappa 343 344 344 345 IMPLICIT NONE … … 346 347 INCLUDE "dimensions.h" 347 348 INCLUDE "paramet.h" 348 INCLUDE "comconst.h"349 349 INCLUDE "comvert.h" 350 350 … … 619 619 SUBROUTINE guide_zonave(typ,hsize,vsize,field) 620 620 621 USE comconst_mod, ONLY: pi 622 621 623 IMPLICIT NONE 622 624 … … 624 626 INCLUDE "paramet.h" 625 627 INCLUDE "comgeom.h" 626 INCLUDE "comconst.h"627 628 628 629 ! input/output variables … … 707 708 USE mod_hallo 708 709 USE Bands 710 USE comconst_mod, ONLY: cpp, kappa 709 711 IMPLICIT NONE 710 712 … … 713 715 include "comvert.h" 714 716 include "comgeom2.h" 715 include "comconst.h"716 717 717 718 REAL, DIMENSION (iip1,jjp1), INTENT(IN) :: psi ! Psol gcm … … 1099 1100 ! Calcul des constantes de rappel alpha (=1/tau) 1100 1101 1102 use comconst_mod, only: pi 1103 1101 1104 implicit none 1102 1105 1103 1106 include "dimensions.h" 1104 1107 include "paramet.h" 1105 include "comconst.h"1106 1108 include "comgeom2.h" 1107 1109 include "serre.h" … … 1813 1815 SUBROUTINE guide_out(varname,hsize,vsize,field,factt) 1814 1816 USE parallel_lmdz 1817 USE comconst_mod, ONLY: pi 1815 1818 IMPLICIT NONE 1816 1819 … … 1819 1822 INCLUDE "netcdf.inc" 1820 1823 INCLUDE "comgeom2.h" 1821 INCLUDE "comconst.h"1822 1824 INCLUDE "comvert.h" 1823 1825
Note: See TracChangeset
for help on using the changeset viewer.