Changeset 2598 for LMDZ5/trunk/libf/dyn3d_common
- Timestamp:
- Jul 22, 2016, 11:28:39 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3d_common
- Files:
-
- 15 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d_common/coordij.F
r2597 r2598 18 18 INTEGER i,j 19 19 20 #include "dimensions.h" 21 #include "paramet.h" 22 #include "comgeom.h" 23 #include "serre.h" 20 include "dimensions.h" 21 include "paramet.h" 22 include "comgeom.h" 24 23 25 24 real zlon,zlat -
LMDZ5/trunk/libf/dyn3d_common/exner_hyb_m.F90
r2597 r2598 40 40 include "comgeom.h" 41 41 include "comvert.h" 42 include "serre.h"43 42 44 43 INTEGER ngrid -
LMDZ5/trunk/libf/dyn3d_common/exner_milieu_m.F90
r2597 r2598 37 37 include "comgeom.h" 38 38 include "comvert.h" 39 include "serre.h"40 39 41 40 INTEGER ngrid -
LMDZ5/trunk/libf/dyn3d_common/fxhyp_m.F90
r2228 r2598 22 22 use nrtype, only: pi, pi_d, twopi, twopi_d, k8 23 23 use principal_cshift_m, only: principal_cshift 24 use serre_mod, only: clon, grossismx, dzoomx, taux 24 25 25 26 include "dimensions.h" 26 27 ! for iim 27 28 include "serre.h"29 ! for clon, grossismx, dzoomx, taux30 28 31 29 REAL, intent(out):: xprimm025(:), rlonv(:), xprimv(:) ! (iim + 1) -
LMDZ5/trunk/libf/dyn3d_common/fxy.F
r2597 r2598 7 7 8 8 USE comconst_mod, ONLY: pi 9 USE serre_mod, ONLY: pxo,pyo,alphax,alphay,transx,transy 10 9 11 IMPLICIT NONE 10 12 … … 15 17 c 16 18 c 17 #include "dimensions.h" 18 #include "paramet.h" 19 #include "serre.h" 19 include "dimensions.h" 20 include "paramet.h" 20 21 21 22 INTEGER i,j -
LMDZ5/trunk/libf/dyn3d_common/fyhyp_m.F90
r2228 r2598 18 18 use coefpoly_m, only: coefpoly 19 19 use nrtype, only: k8 20 use serre_mod, only: clat, grossismy, dzoomy, tauy 20 21 21 22 include "dimensions.h" 22 23 ! for jjm 23 24 include "serre.h"25 ! for clat, grossismy, dzoomy, tauy26 24 27 25 REAL, intent(out):: rlatu(jjm + 1), yyprimu(jjm + 1) -
LMDZ5/trunk/libf/dyn3d_common/grilles_gcm_netcdf_sub.F90
r2597 r2598 17 17 INCLUDE "comvert.h" 18 18 INCLUDE "netcdf.inc" 19 INCLUDE "serre.h"20 19 21 20 -
LMDZ5/trunk/libf/dyn3d_common/inigeom.F
r2597 r2598 19 19 use fyhyp_m, only: fyhyp 20 20 USE comconst_mod, ONLY: pi, g, omeg, rad 21 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, 22 & alphax,alphay,taux,tauy,transx,transy,pxo,pyo 21 23 IMPLICIT NONE 22 24 c … … 24 26 include "paramet.h" 25 27 include "comgeom2.h" 26 include "serre.h"27 28 include "logic.h" 28 29 include "comdissnew.h" -
LMDZ5/trunk/libf/dyn3d_common/initdynav.F90
r2597 r2598 41 41 include "logic.h" 42 42 include "description.h" 43 include "serre.h"44 43 include "iniprint.h" 45 44 -
LMDZ5/trunk/libf/dyn3d_common/initfluxsto.F
r2597 r2598 47 47 include "logic.h" 48 48 include "description.h" 49 include "serre.h"50 49 include "iniprint.h" 51 50 -
LMDZ5/trunk/libf/dyn3d_common/inithist.F
r2597 r2598 46 46 include "logic.h" 47 47 include "description.h" 48 include "serre.h"49 48 include "iniprint.h" 50 49 -
LMDZ5/trunk/libf/dyn3d_common/invert_zoom_x_m.F90
r2228 r2598 11 11 use coefpoly_m, only: coefpoly 12 12 use nrtype, only: pi, pi_d, twopi_d, k8 13 use serre_mod, only: clon 13 14 14 15 include "dimensions.h" 15 16 ! for iim 16 17 include "serre.h"18 ! for clon19 17 20 18 REAL(K8), intent(in):: Xf(0:), xtild(0:), Xprimt(0:) ! (0:2 * nmax) -
LMDZ5/trunk/libf/dyn3d_common/principal_cshift_m.F90
r2218 r2598 12 12 13 13 use nrtype, only: twopi 14 use serre_mod, only: clon 14 15 15 16 include "dimensions.h" 16 17 ! for iim 17 18 include "serre.h"19 ! for clon20 18 21 19 integer, intent(in):: is2 -
LMDZ5/trunk/libf/dyn3d_common/serre_mod.F90
r2597 r2598 1 1 ! 2 ! $ Header$2 ! $Id$ 3 3 ! 4 !c 5 !c 6 !c..include serre.h 7 !c 8 9 &grossismx, grossismy, dzoomx, dzoomy,taux,tauy10 COMMON/serre/clon,clat,transx,transy,alphax,alphay,pxo,pyo , & 11 & grossismx, grossismy, dzoomx, dzoomy,taux,tauy 4 MODULE serre_mod 5 6 IMPLICIT NONE 7 8 REAL clon,clat,transx,transy,alphax,alphay,pxo,pyo, & 9 grossismx, grossismy, dzoomx, dzoomy,taux,tauy 10 11 END MODULE serre_mod -
LMDZ5/trunk/libf/dyn3d_common/writedynav.F90
r2597 r2598 38 38 include "logic.h" 39 39 include "description.h" 40 include "serre.h"41 40 include "iniprint.h" 42 41 -
LMDZ5/trunk/libf/dyn3d_common/writehist.F
r2597 r2598 41 41 include "logic.h" 42 42 include "description.h" 43 include "serre.h"44 43 include "iniprint.h" 45 44
Note: See TracChangeset
for help on using the changeset viewer.