Changeset 5134 for LMDZ6/branches/Amaury_dev/libf/dyn3dmem
- Timestamp:
- Jul 26, 2024, 5:56:37 PM (17 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/dyn3dmem
- Files:
-
- 56 edited
-
addfi_loc.f90 (modified) (1 diff)
-
advect_new_loc.f90 (modified) (1 diff)
-
advtrac_loc.f90 (modified) (1 diff)
-
bands.F90 (modified) (2 diffs)
-
bernoui_loc.f90 (modified) (1 diff)
-
bilan_dyn_loc.f90 (modified) (1 diff)
-
caladvtrac_loc.f90 (modified) (1 diff)
-
caldyn_loc.f90 (modified) (1 diff)
-
check_isotopes_loc.F90 (modified) (1 diff)
-
conf_gcm.F90 (modified) (2 diffs)
-
convmas1_loc.F90 (modified) (1 diff)
-
convmas2_loc.F90 (modified) (1 diff)
-
convmas_loc.F90 (modified) (1 diff)
-
dissip_loc.f90 (modified) (2 diffs)
-
divgrad2_loc.f90 (modified) (2 diffs)
-
dteta1_loc.f90 (modified) (1 diff)
-
dudv2_loc.f90 (modified) (1 diff)
-
dynetat0_loc.F90 (modified) (1 diff)
-
dynredem_loc.F90 (modified) (2 diffs)
-
enercin_loc.F90 (modified) (1 diff)
-
exner_hyb_loc_m.F90 (modified) (1 diff)
-
exner_milieu_loc_m.F90 (modified) (1 diff)
-
flumass_loc.F90 (modified) (1 diff)
-
fluxstokenc_p.f90 (modified) (1 diff)
-
friction_loc.f90 (modified) (2 diffs)
-
gcm.F90 (modified) (2 diffs)
-
geopot_loc.f90 (modified) (1 diff)
-
gradiv2_loc.f90 (modified) (2 diffs)
-
groupe_loc.f90 (modified) (1 diff)
-
groupeun_loc.f90 (modified) (2 diffs)
-
guide_loc_mod.F90 (modified) (6 diffs)
-
iniacademic_loc.F90 (modified) (2 diffs)
-
initdynav_loc.f90 (modified) (1 diff)
-
initfluxsto_p.f90 (modified) (1 diff)
-
inithist_loc.F90 (modified) (1 diff)
-
integrd_loc.f90 (modified) (1 diff)
-
leapfrog_loc.F90 (modified) (2 diffs)
-
massbar_loc.F90 (modified) (1 diff)
-
massbarxy_loc.F90 (modified) (1 diff)
-
massdair_loc.f90 (modified) (1 diff)
-
mod_xios_dyn3dmem.F90 (modified) (4 diffs)
-
nxgraro2_loc.f90 (modified) (1 diff)
-
parallel_lmdz.F90 (modified) (1 diff)
-
paramet.h (modified) (1 diff)
-
qminimum_loc.f90 (modified) (1 diff)
-
sw_case_williamson91_6_loc.f90 (modified) (1 diff)
-
top_bound_loc.f90 (modified) (2 diffs)
-
tourpot_loc.F90 (modified) (1 diff)
-
vitvert_loc.F90 (modified) (1 diff)
-
vlsplt_loc.f90 (modified) (3 diffs)
-
vlspltgen_loc.F90 (modified) (1 diff)
-
vlspltqs_loc.f90 (modified) (2 diffs)
-
write_field_loc.F90 (modified) (2 diffs)
-
writedyn_xios.F90 (modified) (1 diff)
-
writedynav_loc.f90 (modified) (1 diff)
-
writehist_loc.f90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/addfi_loc.f90
r5123 r5134 47 47 ! ------------------ 48 48 ! 49 include"dimensions.h"50 include"paramet.h"51 include"comgeom.h"49 INCLUDE "dimensions.h" 50 INCLUDE "paramet.h" 51 INCLUDE "comgeom.h" 52 52 ! 53 53 ! Arguments : -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/advect_new_loc.f90
r5123 r5134 30 30 ! ------------- 31 31 32 include"dimensions.h"33 include"paramet.h"34 include"comgeom.h"32 INCLUDE "dimensions.h" 33 INCLUDE "paramet.h" 34 INCLUDE "comgeom.h" 35 35 36 36 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/advtrac_loc.f90
r5128 r5134 21 21 USE lmdz_description, ONLY: descript 22 22 USE lmdz_libmath, ONLY: minmax 23 23 USE lmdz_comdissip, ONLY: coefdis, tetavel, tetatemp, gamdissip, niterdis 24 24 25 25 IMPLICIT NONE 26 26 27 include "dimensions.h" 28 include "paramet.h" 29 include "comdissip.h" 30 include "comgeom2.h" 27 INCLUDE "dimensions.h" 28 INCLUDE "paramet.h" 29 INCLUDE "comgeom2.h" 31 30 32 31 !--------------------------------------------------------------------------- -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/bands.F90
r5119 r5134 44 44 IMPLICIT NONE 45 45 46 include"dimensions.h"46 INCLUDE "dimensions.h" 47 47 INTEGER :: i,j 48 48 CHARACTER (LEN=4) :: siim,sjjm,sllm,sproc … … 438 438 USE parallel_lmdz 439 439 IMPLICIT NONE 440 include"dimensions.h"440 INCLUDE "dimensions.h" 441 441 442 442 INTEGER :: i,j -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/bernoui_loc.f90
r5117 r5134 24 24 ! ------------- 25 25 ! 26 include"dimensions.h"27 include"paramet.h"26 INCLUDE "dimensions.h" 27 INCLUDE "paramet.h" 28 28 ! 29 29 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/bilan_dyn_loc.f90
r5128 r5134 23 23 IMPLICIT NONE 24 24 25 include"dimensions.h"26 include"paramet.h"27 include"comgeom2.h"25 INCLUDE "dimensions.h" 26 INCLUDE "paramet.h" 27 INCLUDE "comgeom2.h" 28 28 29 29 !==================================================================== -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/caladvtrac_loc.f90
r5117 r5134 28 28 !======================================================================= 29 29 30 include"dimensions.h"31 include"paramet.h"30 INCLUDE "dimensions.h" 31 INCLUDE "paramet.h" 32 32 33 33 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/caldyn_loc.f90
r5117 r5134 29 29 ! ---------------- 30 30 31 include"dimensions.h"32 include"paramet.h"33 include"comgeom.h"31 INCLUDE "dimensions.h" 32 INCLUDE "paramet.h" 33 INCLUDE "comgeom.h" 34 34 35 35 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/check_isotopes_loc.F90
r5128 r5134 7 7 8 8 IMPLICIT NONE 9 include"dimensions.h"9 INCLUDE "dimensions.h" 10 10 REAL, INTENT(INOUT) :: q(ijb_u:ije_u,llm,nqtot) 11 11 INTEGER, INTENT(IN) :: ijb, ije !--- Can be local and different from ijb_u,ije_u, for example in qminimum -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/conf_gcm.F90
r5128 r5134 22 22 USE temps_mod, ONLY: calend, year_len, offline_time 23 23 USE lmdz_iniprint, ONLY: lunout, prt_level 24 24 USE lmdz_comdissnew, ONLY: lstardis, nitergdiv, nitergrot, niterh, tetagdiv, & 25 tetagrot, tetatemp, coefdis, vert_prof_dissip 25 26 26 27 IMPLICIT NONE … … 39 40 ! Declarations : 40 41 ! -------------- 41 include "dimensions.h" 42 include "paramet.h" 43 include "comdissnew.h" 42 INCLUDE "dimensions.h" 43 INCLUDE "paramet.h" 44 44 45 45 ! local: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/convmas1_loc.F90
r5106 r5134 9 9 USE lmdz_filtreg_p 10 10 IMPLICIT NONE 11 include"dimensions.h"12 include"paramet.h"13 include"comgeom.h"11 INCLUDE "dimensions.h" 12 INCLUDE "paramet.h" 13 INCLUDE "comgeom.h" 14 14 !=============================================================================== 15 15 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/convmas2_loc.F90
r5106 r5134 8 8 USE parallel_lmdz 9 9 IMPLICIT NONE 10 include"dimensions.h"11 include"paramet.h"12 include"comgeom.h"10 INCLUDE "dimensions.h" 11 INCLUDE "paramet.h" 12 INCLUDE "comgeom.h" 13 13 !=============================================================================== 14 14 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/convmas_loc.F90
r5106 r5134 8 8 USE lmdz_filtreg_p 9 9 IMPLICIT NONE 10 include"dimensions.h"11 include"paramet.h"12 include"comgeom.h"10 INCLUDE "dimensions.h" 11 INCLUDE "paramet.h" 12 INCLUDE "comgeom.h" 13 13 !=============================================================================== 14 14 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/dissip_loc.f90
r5123 r5134 8 8 USE comconst_mod, ONLY: dtdiss 9 9 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_DEBUGIO 10 USE lmdz_comdissipn, ONLY: tetaudiv, tetaurot, tetah, cdivu, crot, cdivh 11 USE lmdz_comdissnew, ONLY: lstardis, nitergdiv, nitergrot, niterh, tetagdiv, & 12 tetagrot, tetatemp, coefdis, vert_prof_dissip 13 10 14 IMPLICIT NONE 11 15 … … 29 33 ! ------------- 30 34 31 include "dimensions.h" 32 include "paramet.h" 33 include "comgeom.h" 34 include "comdissnew.h" 35 include "comdissipn.h" 35 INCLUDE "dimensions.h" 36 INCLUDE "paramet.h" 37 INCLUDE "comgeom.h" 36 38 37 39 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/divgrad2_loc.f90
r5106 r5134 14 14 USE mod_hallo 15 15 USE divgrad2_mod 16 USE lmdz_comdissipn, ONLY: tetaudiv, tetaurot, tetah, cdivu, crot, cdivh 17 16 18 IMPLICIT NONE 17 19 ! … … 19 21 INCLUDE "paramet.h" 20 22 INCLUDE "comgeom2.h" 21 INCLUDE "comdissipn.h"22 23 23 24 ! ....... variables en arguments ....... -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/dteta1_loc.f90
r5117 r5134 21 21 22 22 23 include"dimensions.h"24 include"paramet.h"23 INCLUDE "dimensions.h" 24 INCLUDE "paramet.h" 25 25 26 26 REAL :: teta( ijb_u:ije_u,llm ) -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/dudv2_loc.f90
r5117 r5134 23 23 !======================================================================= 24 24 ! 25 include"dimensions.h"26 include"paramet.h"25 INCLUDE "dimensions.h" 26 INCLUDE "paramet.h" 27 27 28 28 REAL :: teta( ijb_u:ije_u,llm ),pkf( ijb_u:ije_u,llm ) -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/dynetat0_loc.F90
r5128 r5134 26 26 27 27 IMPLICIT NONE 28 include"dimensions.h"29 include"paramet.h"30 include"comgeom.h"28 INCLUDE "dimensions.h" 29 INCLUDE "paramet.h" 30 INCLUDE "comgeom.h" 31 31 !=============================================================================== 32 32 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/dynredem_loc.F90
r5118 r5134 25 25 26 26 IMPLICIT NONE 27 include"dimensions.h"28 include"paramet.h"29 include"comgeom.h"27 INCLUDE "dimensions.h" 28 INCLUDE "paramet.h" 29 INCLUDE "comgeom.h" 30 30 !=============================================================================== 31 31 ! Arguments: … … 178 178 179 179 IMPLICIT NONE 180 include"dimensions.h"181 include"paramet.h"182 include"comgeom.h"180 INCLUDE "dimensions.h" 181 INCLUDE "paramet.h" 182 INCLUDE "comgeom.h" 183 183 !=============================================================================== 184 184 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/enercin_loc.F90
r5106 r5134 7 7 USE parallel_lmdz 8 8 IMPLICIT NONE 9 include"dimensions.h"10 include"paramet.h"11 include"comgeom.h"9 INCLUDE "dimensions.h" 10 INCLUDE "paramet.h" 11 INCLUDE "comgeom.h" 12 12 !=============================================================================== 13 13 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/exner_hyb_loc_m.F90
r5128 r5134 41 41 IMPLICIT NONE 42 42 43 include"dimensions.h"44 include"paramet.h"45 include"comgeom.h"43 INCLUDE "dimensions.h" 44 INCLUDE "paramet.h" 45 INCLUDE "comgeom.h" 46 46 47 47 INTEGER ngrid -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/exner_milieu_loc_m.F90
r5128 r5134 37 37 IMPLICIT NONE 38 38 39 include"dimensions.h"40 include"paramet.h"41 include"comgeom.h"39 INCLUDE "dimensions.h" 40 INCLUDE "paramet.h" 41 INCLUDE "comgeom.h" 42 42 43 43 INTEGER ngrid -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/flumass_loc.F90
r5099 r5134 7 7 USE parallel_lmdz 8 8 IMPLICIT NONE 9 include"dimensions.h"10 include"paramet.h"11 include"comgeom.h"9 INCLUDE "dimensions.h" 10 INCLUDE "paramet.h" 11 INCLUDE "comgeom.h" 12 12 !=============================================================================== 13 13 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/fluxstokenc_p.f90
r5117 r5134 24 24 !======================================================================= 25 25 26 include"dimensions.h"27 include"paramet.h"28 include"tracstoke.h"26 INCLUDE "dimensions.h" 27 INCLUDE "paramet.h" 28 INCLUDE "tracstoke.h" 29 29 30 30 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/friction_loc.f90
r5128 r5134 8 8 USE comconst_mod, ONLY: pi 9 9 USE lmdz_iniprint, ONLY: lunout, prt_level 10 10 USE lmdz_academic, ONLY: tetarappel, knewt_t, kfrict, knewt_g, clat4 11 11 12 12 IMPLICIT NONE … … 24 24 !======================================================================= 25 25 26 include "dimensions.h" 27 include "paramet.h" 28 include "comgeom2.h" 29 include "academic.h" 26 INCLUDE "dimensions.h" 27 INCLUDE "paramet.h" 28 INCLUDE "comgeom2.h" 30 29 31 30 ! arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/gcm.F90
r5128 r5134 27 27 USE lmdz_description, ONLY: descript 28 28 USE lmdz_iniprint, ONLY: lunout, prt_level 29 29 USE lmdz_comdissnew, ONLY: lstardis, nitergdiv, nitergrot, niterh, tetagdiv, & 30 tetagrot, tetatemp, coefdis, vert_prof_dissip 30 31 31 32 IMPLICIT NONE … … 60 61 ! Declarations: 61 62 ! ------------- 62 include "dimensions.h" 63 include "paramet.h" 64 include "comdissnew.h" 65 include "comgeom.h" 66 include "tracstoke.h" 63 INCLUDE "dimensions.h" 64 INCLUDE "paramet.h" 65 INCLUDE "comgeom.h" 66 INCLUDE "tracstoke.h" 67 67 68 68 REAL zdtvr -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/geopot_loc.f90
r5106 r5134 26 26 ! ------------- 27 27 28 include"dimensions.h"29 include"paramet.h"28 INCLUDE "dimensions.h" 29 INCLUDE "paramet.h" 30 30 31 31 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/gradiv2_loc.f90
r5117 r5134 19 19 USE lmdz_filtreg_p 20 20 USE gradiv2_mod 21 USE lmdz_comdissipn, ONLY: tetaudiv, tetaurot, tetah, cdivu, crot, cdivh 22 21 23 IMPLICIT NONE 22 24 ! … … 24 26 INCLUDE "paramet.h" 25 27 INCLUDE "comgeom.h" 26 INCLUDE "comdissipn.h"27 28 ! 28 29 ! ........ variables en arguments ........ -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/groupe_loc.f90
r5117 r5134 18 18 ! pas besoin de w en entree. 19 19 20 include"dimensions.h"21 include"paramet.h"22 include"comgeom2.h"20 INCLUDE "dimensions.h" 21 INCLUDE "paramet.h" 22 INCLUDE "comgeom2.h" 23 23 24 24 ! integer ngroup -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/groupeun_loc.f90
r5105 r5134 5 5 IMPLICIT NONE 6 6 7 include"dimensions.h"8 include"paramet.h"9 include"comgeom2.h"7 INCLUDE "dimensions.h" 8 INCLUDE "paramet.h" 9 INCLUDE "comgeom2.h" 10 10 11 11 INTEGER :: jjmax,llmax,sb,se,jjb,jje … … 139 139 IMPLICIT NONE 140 140 141 include"dimensions.h"142 include"paramet.h"143 include"comgeom2.h"141 INCLUDE "dimensions.h" 142 INCLUDE "paramet.h" 143 INCLUDE "comgeom2.h" 144 144 145 145 ! INTEGER ngroup -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/guide_loc_mod.F90
r5128 r5134 916 916 IMPLICIT NONE 917 917 918 include"dimensions.h"919 include"paramet.h"920 include"comgeom2.h"918 INCLUDE "dimensions.h" 919 INCLUDE "paramet.h" 920 INCLUDE "comgeom2.h" 921 921 922 922 REAL, DIMENSION (iip1, jjb_u:jje_u), INTENT(IN) :: psi ! Psol gcm … … 1400 1400 IMPLICIT NONE 1401 1401 1402 include"dimensions.h"1403 include"paramet.h"1404 include"comgeom2.h"1402 INCLUDE "dimensions.h" 1403 INCLUDE "paramet.h" 1404 INCLUDE "comgeom2.h" 1405 1405 1406 1406 ! input arguments : … … 1566 1566 IMPLICIT NONE 1567 1567 1568 include"dimensions.h"1569 include"paramet.h"1568 INCLUDE "dimensions.h" 1569 INCLUDE "paramet.h" 1570 1570 1571 1571 INTEGER, INTENT(IN) :: timestep … … 1881 1881 IMPLICIT NONE 1882 1882 1883 include"dimensions.h"1884 include"paramet.h"1883 INCLUDE "dimensions.h" 1884 INCLUDE "paramet.h" 1885 1885 1886 1886 INTEGER, INTENT(IN) :: timestep … … 2380 2380 USE mod_hallo 2381 2381 IMPLICIT NONE 2382 include'dimensions.h'2383 include'paramet.h'2382 INCLUDE 'dimensions.h' 2383 INCLUDE 'paramet.h' 2384 2384 2385 2385 CHARACTER (len = *) :: varname … … 2408 2408 SUBROUTINE dumpall 2409 2409 IMPLICIT NONE 2410 include"dimensions.h"2411 include"paramet.h"2412 include"comgeom.h"2410 INCLUDE "dimensions.h" 2411 INCLUDE "paramet.h" 2412 INCLUDE "comgeom.h" 2413 2413 CALL barrier 2414 2414 CALL dump2du(alpha_u(ijb_u:ije_u), ' alpha_u couche 1') -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/iniacademic_loc.F90
r5128 r5134 20 20 USE lmdz_ran1, ONLY: ran1 21 21 USE lmdz_iniprint, ONLY: lunout, prt_level 22 22 USE lmdz_academic, ONLY: tetarappel, knewt_t, kfrict, knewt_g, clat4 23 23 24 24 ! Author: Frederic Hourdin original: 15/01/93 … … 31 31 ! --------------- 32 32 33 include "dimensions.h" 34 include "paramet.h" 35 include "comgeom.h" 36 include "academic.h" 33 INCLUDE "dimensions.h" 34 INCLUDE "paramet.h" 35 INCLUDE "comgeom.h" 37 36 38 37 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/initdynav_loc.f90
r5118 r5134 44 44 ! 45 45 ! Declarations 46 include"dimensions.h"47 include"paramet.h"48 include"comgeom.h"46 INCLUDE "dimensions.h" 47 INCLUDE "paramet.h" 48 INCLUDE "comgeom.h" 49 49 50 50 ! Arguments -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/initfluxsto_p.f90
r5118 r5134 41 41 ! 42 42 ! Declarations 43 include"dimensions.h"44 include"paramet.h"45 include"comgeom.h"43 INCLUDE "dimensions.h" 44 INCLUDE "paramet.h" 45 INCLUDE "comgeom.h" 46 46 47 47 ! Arguments -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/inithist_loc.F90
r5118 r5134 42 42 ! 43 43 ! Declarations 44 include"dimensions.h"45 include"paramet.h"46 include"comgeom.h"44 INCLUDE "dimensions.h" 45 INCLUDE "paramet.h" 46 INCLUDE "comgeom.h" 47 47 48 48 ! Arguments -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/integrd_loc.f90
r5128 r5134 38 38 ! ------------- 39 39 40 include"dimensions.h"41 include"paramet.h"42 include"comgeom.h"40 INCLUDE "dimensions.h" 41 INCLUDE "paramet.h" 42 INCLUDE "comgeom.h" 43 43 44 44 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/leapfrog_loc.F90
r5128 r5134 42 42 USE lmdz_description, ONLY: descript 43 43 USE lmdz_iniprint, ONLY: lunout, prt_level 44 44 USE lmdz_academic, ONLY: tetarappel, knewt_t, kfrict, knewt_g, clat4 45 USE lmdz_comdissnew, ONLY: lstardis, nitergdiv, nitergrot, niterh, tetagdiv, & 46 tetagrot, tetatemp, coefdis, vert_prof_dissip 45 47 46 48 IMPLICIT NONE … … 77 79 ! ------------- 78 80 79 include "dimensions.h" 80 include "paramet.h" 81 include "comdissnew.h" 82 include "comgeom.h" 83 include "academic.h" 81 INCLUDE "dimensions.h" 82 INCLUDE "paramet.h" 83 INCLUDE "comgeom.h" 84 84 85 85 REAL, INTENT(IN) :: time_0 ! not used -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/massbar_loc.F90
r5099 r5134 8 8 USE parallel_lmdz 9 9 IMPLICIT NONE 10 include"dimensions.h"11 include"paramet.h"12 include"comgeom.h"10 INCLUDE "dimensions.h" 11 INCLUDE "paramet.h" 12 INCLUDE "comgeom.h" 13 13 !=============================================================================== 14 14 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/massbarxy_loc.F90
r5099 r5134 8 8 USE parallel_lmdz 9 9 IMPLICIT NONE 10 include"dimensions.h"11 include"paramet.h"12 include"comgeom.h"10 INCLUDE "dimensions.h" 11 INCLUDE "paramet.h" 12 INCLUDE "comgeom.h" 13 13 !=============================================================================== 14 14 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/massdair_loc.f90
r5123 r5134 16 16 IMPLICIT NONE 17 17 ! 18 include"dimensions.h"19 include"paramet.h"20 include"comgeom.h"18 INCLUDE "dimensions.h" 19 INCLUDE "paramet.h" 20 INCLUDE "comgeom.h" 21 21 ! 22 22 ! ..... arguments .... -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/mod_xios_dyn3dmem.F90
r5117 r5134 133 133 USE parallel_lmdz 134 134 IMPLICIT NONE 135 include'dimensions.h'136 include'paramet.h'135 INCLUDE 'dimensions.h' 136 INCLUDE 'paramet.h' 137 137 CHARACTER(LEN=*) :: name 138 138 REAL, DIMENSION(ij_begin:ij_end) :: Field … … 154 154 USE parallel_lmdz 155 155 IMPLICIT NONE 156 include'dimensions.h'157 include'paramet.h'156 INCLUDE 'dimensions.h' 157 INCLUDE 'paramet.h' 158 158 CHARACTER(LEN=*) :: name 159 159 REAL, DIMENSION(ij_begin:ij_end,llm) :: Field … … 187 187 USE parallel_lmdz 188 188 IMPLICIT NONE 189 include'dimensions.h'190 include'paramet.h'189 INCLUDE 'dimensions.h' 190 INCLUDE 'paramet.h' 191 191 CHARACTER(LEN=*) :: name 192 192 REAL, DIMENSION(ij_begin:ij_end) :: Field … … 217 217 USE parallel_lmdz 218 218 IMPLICIT NONE 219 include'dimensions.h'220 include'paramet.h'219 INCLUDE 'dimensions.h' 220 INCLUDE 'paramet.h' 221 221 CHARACTER(LEN=*) :: name 222 222 REAL, DIMENSION(ij_begin:ij_end,llm) :: Field -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/nxgraro2_loc.f90
r5117 r5134 18 18 USE lmdz_filtreg_p 19 19 USE nxgraro2_mod 20 USE lmdz_comdissipn, ONLY: tetaudiv, tetaurot, tetah, cdivu, crot, cdivh 21 20 22 IMPLICIT NONE 21 23 ! 22 24 INCLUDE "dimensions.h" 23 25 INCLUDE "paramet.h" 24 INCLUDE "comdissipn.h"25 26 ! 26 27 ! ...... variables en arguments ....... -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/parallel_lmdz.F90
r5128 r5134 392 392 #endif 393 393 394 include"dimensions.h"395 include"paramet.h"394 INCLUDE "dimensions.h" 395 INCLUDE "paramet.h" 396 396 397 397 INTEGER :: ierr -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/paramet.h
r5128 r5134 3 3 4 4 5 ! ATTENTION!!!!: ce fichier includeest compatible format fixe/format libre5 ! ATTENTION!!!!: ce fichier INCLUDE est compatible format fixe/format libre 6 6 ! veillez n'utiliser que des ! pour les commentaires 7 7 ! et bien positionner les & des lignes de continuation -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/qminimum_loc.f90
r5128 r5134 10 10 11 11 12 IMPLICIT none12 IMPLICIT NONE 13 13 ! 14 14 ! -- Objet : Traiter les valeurs trop petites (meme negatives) 15 15 ! pour l'eau vapeur et l'eau liquide 16 16 ! 17 include"dimensions.h"18 include"paramet.h"17 INCLUDE "dimensions.h" 18 INCLUDE "paramet.h" 19 19 ! 20 20 INTEGER :: nqtot ! CRisi: on remplace nq par nqtot -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/sw_case_williamson91_6_loc.f90
r5118 r5134 35 35 ! --------------- 36 36 37 include"dimensions.h"38 include"paramet.h"39 include"comgeom.h"37 INCLUDE "dimensions.h" 38 INCLUDE "paramet.h" 39 INCLUDE "comgeom.h" 40 40 41 41 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/top_bound_loc.f90
r5118 r5134 7 7 USE comvert_mod, ONLY: presnivs, preff, scaleheight 8 8 USE lmdz_iniprint, ONLY: lunout, prt_level 9 USE lmdz_comdissipn, ONLY: tetaudiv, tetaurot, tetah, cdivu, crot, cdivh 9 10 10 11 IMPLICIT NONE 11 12 ! 12 include"dimensions.h"13 include"paramet.h"14 include"comgeom2.h"13 INCLUDE "dimensions.h" 14 INCLUDE "paramet.h" 15 INCLUDE "comgeom2.h" 15 16 16 17 … … 52 53 ! tau_top_bound : inverse of charactericstic relaxation time scale at 53 54 ! the topmost layer (Hz) 54 55 INCLUDE "comdissipn.h"56 55 57 56 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/tourpot_loc.F90
r5106 r5134 8 8 USE lmdz_filtreg_p 9 9 IMPLICIT NONE 10 include"dimensions.h"11 include"paramet.h"12 include"comgeom.h"10 INCLUDE "dimensions.h" 11 INCLUDE "paramet.h" 12 INCLUDE "comgeom.h" 13 13 !=============================================================================== 14 14 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/vitvert_loc.F90
r5099 r5134 9 9 10 10 IMPLICIT NONE 11 include"dimensions.h"12 include"paramet.h"11 INCLUDE "dimensions.h" 12 INCLUDE "paramet.h" 13 13 !=============================================================================== 14 14 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/vlsplt_loc.f90
r5128 r5134 18 18 IMPLICIT NONE 19 19 ! 20 include"dimensions.h"21 include"paramet.h"20 INCLUDE "dimensions.h" 21 INCLUDE "paramet.h" 22 22 ! 23 23 ! … … 386 386 IMPLICIT NONE 387 387 ! 388 include"dimensions.h"389 include"paramet.h"390 include"comgeom.h"388 INCLUDE "dimensions.h" 389 INCLUDE "paramet.h" 390 INCLUDE "comgeom.h" 391 391 ! 392 392 ! … … 817 817 IMPLICIT NONE 818 818 ! 819 include"dimensions.h"820 include"paramet.h"819 INCLUDE "dimensions.h" 820 INCLUDE "paramet.h" 821 821 ! 822 822 ! -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/vlspltgen_loc.F90
r5128 r5134 36 36 37 37 ! 38 include"dimensions.h"39 include"paramet.h"38 INCLUDE "dimensions.h" 39 INCLUDE "paramet.h" 40 40 41 41 ! -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/vlspltqs_loc.f90
r5128 r5134 15 15 IMPLICIT NONE 16 16 ! 17 include"dimensions.h"18 include"paramet.h"17 INCLUDE "dimensions.h" 18 INCLUDE "paramet.h" 19 19 ! 20 20 ! … … 394 394 IMPLICIT NONE 395 395 ! 396 include"dimensions.h"397 include"paramet.h"398 include"comgeom.h"396 INCLUDE "dimensions.h" 397 INCLUDE "paramet.h" 398 INCLUDE "comgeom.h" 399 399 ! 400 400 ! -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/write_field_loc.F90
r5119 r5134 38 38 USE mod_hallo 39 39 IMPLICIT NONE 40 include'dimensions.h'41 include'paramet.h'40 INCLUDE 'dimensions.h' 41 INCLUDE 'paramet.h' 42 42 43 43 CHARACTER(LEN=*) :: name … … 103 103 USE mod_hallo 104 104 IMPLICIT NONE 105 include'dimensions.h'106 include'paramet.h'105 INCLUDE 'dimensions.h' 106 INCLUDE 'paramet.h' 107 107 108 108 CHARACTER(LEN=*) :: name -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/writedyn_xios.F90
r5118 r5134 35 35 36 36 ! Declarations 37 include"dimensions.h"38 include"paramet.h"39 include"comgeom.h"37 INCLUDE "dimensions.h" 38 INCLUDE "paramet.h" 39 INCLUDE "comgeom.h" 40 40 41 41 ! Arguments -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/writedynav_loc.f90
r5118 r5134 43 43 ! 44 44 ! Declarations 45 include"dimensions.h"46 include"paramet.h"47 include"comgeom.h"45 INCLUDE "dimensions.h" 46 INCLUDE "paramet.h" 47 INCLUDE "comgeom.h" 48 48 49 49 ! -
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/writehist_loc.f90
r5118 r5134 40 40 ! 41 41 ! Declarations 42 include"dimensions.h"43 include"paramet.h"44 include"comgeom.h"42 INCLUDE "dimensions.h" 43 INCLUDE "paramet.h" 44 INCLUDE "comgeom.h" 45 45 46 46 !
Note: See TracChangeset
for help on using the changeset viewer.
