Changeset 2598 for LMDZ5/trunk/libf/dyn3d
- Timestamp:
- Jul 22, 2016, 11:28:39 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3d
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/addfi.F
r2597 r2598 49 49 include "paramet.h" 50 50 include "comgeom.h" 51 include "serre.h"52 51 c 53 52 c Arguments : -
LMDZ5/trunk/libf/dyn3d/conf_gcm.F90
r2597 r2598 16 16 iflag_top_bound, mode_top_bound, tau_top_bound, & 17 17 ngroup 18 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 19 alphax,alphay,taux,tauy 18 20 19 21 IMPLICIT NONE … … 35 37 include "paramet.h" 36 38 include "logic.h" 37 include "serre.h"38 39 include "comdissnew.h" 39 40 include "temps.h" … … 43 44 ! ------ 44 45 45 CHARACTER ch1*72,ch2*72,ch3*72,ch4*1246 46 REAL clonn,clatt,grossismxx,grossismyy 47 47 REAL dzoomxx,dzoomyy, tauxx,tauyy 48 48 LOGICAL fxyhypbb, ysinuss 49 INTEGER i50 49 51 50 ! ------------------------------------------------------------------- -
LMDZ5/trunk/libf/dyn3d/dynetat0.f90
r2597 r2598 12 12 USE assert_eq_m, ONLY: assert_eq 13 13 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, im, jm, kappa, lllm, omeg, rad 14 USE serre_mod, ONLY: clon, clat, grossismx, grossismy 14 15 IMPLICIT NONE 15 16 include "dimensions.h" … … 20 21 include "ener.h" 21 22 include "description.h" 22 include "serre.h"23 23 include "logic.h" 24 24 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3d/dynredem.F90
r2597 r2598 12 12 USE dynredem_mod, ONLY: cre_var, put_var1, put_var2, err, modname, fil 13 13 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, kappa, omeg, rad 14 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 15 taux,tauy 14 16 IMPLICIT NONE 15 17 include "dimensions.h" … … 21 23 include "logic.h" 22 24 include "description.h" 23 include "serre.h"24 25 include "iniprint.h" 25 26 !=============================================================================== -
LMDZ5/trunk/libf/dyn3d/gcm.F90
r2597 r2598 75 75 include "ener.h" 76 76 include "description.h" 77 include "serre.h"78 !include "com_io_dyn.h"79 77 include "iniprint.h" 80 78 include "tracstoke.h" -
LMDZ5/trunk/libf/dyn3d/guide_mod.F90
r2597 r2598 63 63 SUBROUTINE guide_init 64 64 65 USE control_mod 65 USE control_mod, ONLY: day_step 66 USE serre_mod, ONLY: grossismx 66 67 67 68 IMPLICIT NONE … … 70 71 INCLUDE "paramet.h" 71 72 INCLUDE "netcdf.inc" 72 73 ! For grossismx:74 include "serre.h"75 73 76 74 INTEGER :: error,ncidpl,rid,rcod … … 857 855 858 856 use comconst_mod, only: pi 857 use serre_mod, only: clon, clat, grossismx, grossismy 859 858 860 859 implicit none … … 863 862 include "paramet.h" 864 863 include "comgeom2.h" 865 include "serre.h"866 864 867 865 ! input arguments : -
LMDZ5/trunk/libf/dyn3d/integrd.F
r2597 r2598 34 34 include "logic.h" 35 35 include "temps.h" 36 include "serre.h"37 36 include "iniprint.h" 38 37 -
LMDZ5/trunk/libf/dyn3d/leapfrog.F
r2597 r2598 64 64 include "ener.h" 65 65 include "description.h" 66 include "serre.h"67 66 include "iniprint.h" 68 67 include "academic.h"
Note: See TracChangeset
for help on using the changeset viewer.