Changeset 2598 for LMDZ5/trunk/libf/dyn3dpar
- Timestamp:
- Jul 22, 2016, 11:28:39 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3dpar
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/addfi_p.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/dyn3dpar/conf_gcm.F90
r2597 r2598 19 19 iflag_top_bound, mode_top_bound, tau_top_bound, & 20 20 ngroup 21 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 22 alphax,alphay,taux,tauy 21 23 22 24 IMPLICIT NONE … … 38 40 include "paramet.h" 39 41 include "logic.h" 40 include "serre.h"41 42 include "comdissnew.h" 42 43 include "temps.h" -
LMDZ5/trunk/libf/dyn3dpar/dynetat0.F
r2597 r2598 11 11 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, im, jm, kappa, 12 12 & lllm, omeg, rad 13 USE serre_mod, ONLY: clon,clat,grossismx,grossismy 13 14 14 15 IMPLICIT NONE … … 37 38 #include "netcdf.inc" 38 39 #include "description.h" 39 #include "serre.h"40 40 #include "logic.h" 41 41 #include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dpar/dynredem.F
r2597 r2598 10 10 use netcdf95, only: NF95_PUT_VAR 11 11 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, kappa, omeg, rad 12 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, 13 & taux,tauy 12 14 13 15 IMPLICIT NONE … … 26 28 #include "netcdf.inc" 27 29 #include "description.h" 28 #include "serre.h"29 30 #include "iniprint.h" 30 31 -
LMDZ5/trunk/libf/dyn3dpar/dynredem_p.F
r2597 r2598 11 11 use netcdf95, only: NF95_PUT_VAR 12 12 USE comconst_mod, ONLY: cpp, daysec, dtvr, g, kappa, omeg, rad 13 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, 14 & taux,tauy 13 15 14 16 IMPLICIT NONE … … 27 29 #include "netcdf.inc" 28 30 #include "description.h" 29 #include "serre.h"30 31 31 32 c Arguments: -
LMDZ5/trunk/libf/dyn3dpar/exner_hyb_p_m.F90
r2597 r2598 39 39 include "comgeom.h" 40 40 include "comvert.h" 41 include "serre.h"42 41 43 42 INTEGER ngrid -
LMDZ5/trunk/libf/dyn3dpar/exner_milieu_p_m.F90
r2597 r2598 36 36 include "comgeom.h" 37 37 include "comvert.h" 38 include "serre.h"39 38 40 39 INTEGER ngrid -
LMDZ5/trunk/libf/dyn3dpar/gcm.F
r2597 r2598 74 74 #include "ener.h" 75 75 #include "description.h" 76 #include "serre.h"77 76 !#include "com_io_dyn.h" 78 77 #include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dpar/guide_p_mod.F90
r2597 r2598 68 68 SUBROUTINE guide_init 69 69 70 USE control_mod 70 USE control_mod, ONLY: day_step 71 USE serre_mod, ONLY: grossismx 71 72 72 73 IMPLICIT NONE … … 75 76 INCLUDE "paramet.h" 76 77 INCLUDE "netcdf.inc" 77 78 ! For grossismx:79 include "serre.h"80 78 81 79 INTEGER :: error,ncidpl,rid,rcod … … 1101 1099 1102 1100 use comconst_mod, only: pi 1101 use serre_mod, only: clat, clon, grossismx, grossismy 1103 1102 1104 1103 implicit none … … 1107 1106 include "paramet.h" 1108 1107 include "comgeom2.h" 1109 include "serre.h"1110 1108 1111 1109 ! input arguments : -
LMDZ5/trunk/libf/dyn3dpar/initdynav_p.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/dyn3dpar/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/dyn3dpar/inithist_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/dyn3dpar/integrd_p.F
r2597 r2598 32 32 #include "logic.h" 33 33 #include "temps.h" 34 #include "serre.h"35 34 #include "iniprint.h" 36 35 -
LMDZ5/trunk/libf/dyn3dpar/leapfrog_p.F
r2597 r2598 71 71 #include "ener.h" 72 72 #include "description.h" 73 #include "serre.h"74 73 !#include "com_io_dyn.h" 75 74 #include "iniprint.h" -
LMDZ5/trunk/libf/dyn3dpar/writedynav_p.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/dyn3dpar/writehist_p.F
r2597 r2598 49 49 #include "logic.h" 50 50 #include "description.h" 51 #include "serre.h"52 51 #include "iniprint.h" 53 52
Note: See TracChangeset
for help on using the changeset viewer.