Changeset 2598 for LMDZ5/trunk/libf/dyn3dmem
- Timestamp:
- Jul 22, 2016, 11:28:39 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3dmem
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/addfi_loc.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/dyn3dmem/conf_gcm.F90
r2597 r2598 20 20 iflag_top_bound, mode_top_bound, tau_top_bound, & 21 21 ngroup 22 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 23 alphax,alphay,taux,tauy 22 24 23 25 IMPLICIT NONE … … 39 41 include "paramet.h" 40 42 include "logic.h" 41 include "serre.h"42 43 include "comdissnew.h" 43 44 include "temps.h" -
LMDZ5/trunk/libf/dyn3dmem/dynetat0_loc.f90
r2597 r2598 14 14 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, im, jm, kappa, lllm, & 15 15 omeg, rad 16 USE serre_mod, ONLY: clon, clat, grossismx, grossismy 17 16 18 IMPLICIT NONE 17 19 include "dimensions.h" … … 22 24 include "ener.h" 23 25 include "description.h" 24 include "serre.h"25 26 include "logic.h" 26 27 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dmem/dynredem_loc.F90
r2597 r2598 14 14 USE dynredem_mod, ONLY: cre_var, put_var, err, modname, fil 15 15 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, kappa, omeg, rad 16 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 17 taux,tauy 18 16 19 IMPLICIT NONE 17 20 include "dimensions.h" … … 23 26 include "logic.h" 24 27 include "description.h" 25 include "serre.h"26 28 include "iniprint.h" 27 29 !=============================================================================== -
LMDZ5/trunk/libf/dyn3dmem/exner_hyb_loc_m.F90
r2597 r2598 42 42 include "comgeom.h" 43 43 include "comvert.h" 44 include "serre.h"45 44 46 45 INTEGER ngrid -
LMDZ5/trunk/libf/dyn3dmem/exner_milieu_loc_m.F90
r2597 r2598 38 38 include "comgeom.h" 39 39 include "comvert.h" 40 include "serre.h"41 40 42 41 INTEGER ngrid -
LMDZ5/trunk/libf/dyn3dmem/gcm.F90
r2597 r2598 62 62 include "ener.h" 63 63 include "description.h" 64 include "serre.h"65 !include "com_io_dyn.h"66 64 include "iniprint.h" 67 65 include "tracstoke.h" -
LMDZ5/trunk/libf/dyn3dmem/guide_loc_mod.F90
r2597 r2598 69 69 SUBROUTINE guide_init 70 70 71 USE control_mod 71 USE control_mod, ONLY: day_step 72 USE serre_mod, ONLY: grossismx 72 73 73 74 IMPLICIT NONE … … 76 77 INCLUDE "paramet.h" 77 78 INCLUDE "netcdf.inc" 78 79 ! For grossismx:80 include "serre.h"81 79 82 80 INTEGER :: error,ncidpl,rid,rcod … … 1373 1371 1374 1372 use comconst_mod, only: pi 1373 use serre_mod, only: clat, clon, grossismx, grossismy 1375 1374 1376 1375 implicit none … … 1379 1378 include "paramet.h" 1380 1379 include "comgeom2.h" 1381 include "serre.h"1382 1380 1383 1381 ! input arguments : -
LMDZ5/trunk/libf/dyn3dmem/initdynav_loc.F
r2597 r2598 50 50 include "logic.h" 51 51 include "description.h" 52 include "serre.h"53 52 include "iniprint.h" 54 53 -
LMDZ5/trunk/libf/dyn3dmem/initfluxsto_p.F
r2597 r2598 52 52 include "logic.h" 53 53 include "description.h" 54 include "serre.h"55 54 include "iniprint.h" 56 55 -
LMDZ5/trunk/libf/dyn3dmem/inithist_loc.F
r2597 r2598 49 49 include "logic.h" 50 50 include "description.h" 51 include "serre.h"52 51 include "iniprint.h" 53 52 -
LMDZ5/trunk/libf/dyn3dmem/integrd_loc.F
r2597 r2598 37 37 include "logic.h" 38 38 include "temps.h" 39 include "serre.h"40 39 include "iniprint.h" 41 40 -
LMDZ5/trunk/libf/dyn3dmem/leapfrog_loc.F
r2597 r2598 75 75 include "ener.h" 76 76 include "description.h" 77 include "serre.h"78 77 include "iniprint.h" 79 78 include "academic.h" -
LMDZ5/trunk/libf/dyn3dmem/writedynav_loc.F
r2597 r2598 50 50 include "logic.h" 51 51 include "description.h" 52 include "serre.h"53 52 include "iniprint.h" 54 53 -
LMDZ5/trunk/libf/dyn3dmem/writehist_loc.F
r2597 r2598 50 50 include "logic.h" 51 51 include "description.h" 52 include "serre.h"53 52 include "iniprint.h" 54 53
Note: See TracChangeset
for help on using the changeset viewer.