Changeset 4593
- Timestamp:
- Jun 29, 2023, 3:55:54 PM (19 months ago)
- Location:
- LMDZ6/trunk/libf
- Files:
-
- 138 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d_common/advn.F
r2603 r4593 146 146 IMPLICIT NONE 147 147 c 148 #include"dimensions.h"149 #include"paramet.h"150 #include"iniprint.h"148 INCLUDE "dimensions.h" 149 INCLUDE "paramet.h" 150 INCLUDE "iniprint.h" 151 151 c 152 152 c … … 263 263 IMPLICIT NONE 264 264 c 265 #include"dimensions.h"266 #include"paramet.h"267 #include"iniprint.h"265 INCLUDE "dimensions.h" 266 INCLUDE "paramet.h" 267 INCLUDE "iniprint.h" 268 268 c 269 269 c … … 359 359 IMPLICIT NONE 360 360 c 361 #include"dimensions.h"362 #include"paramet.h"363 #include"iniprint.h"361 INCLUDE "dimensions.h" 362 INCLUDE "paramet.h" 363 INCLUDE "iniprint.h" 364 364 c 365 365 c … … 746 746 IMPLICIT NONE 747 747 c 748 #include"dimensions.h"749 #include"paramet.h"750 #include"comgeom.h"751 #include"iniprint.h"748 INCLUDE "dimensions.h" 749 INCLUDE "paramet.h" 750 INCLUDE "comgeom.h" 751 INCLUDE "iniprint.h" 752 752 c 753 753 c … … 877 877 IMPLICIT NONE 878 878 c 879 #include"dimensions.h"880 #include"paramet.h"881 #include"comgeom.h"882 #include"iniprint.h"879 INCLUDE "dimensions.h" 880 INCLUDE "paramet.h" 881 INCLUDE "comgeom.h" 882 INCLUDE "iniprint.h" 883 883 c 884 884 c -
LMDZ6/trunk/libf/dyn3d_common/advz.F
r2600 r4593 24 24 include "paramet.h" 25 25 26 C #include"traceur.h"26 C INCLUDE "traceur.h" 27 27 28 28 C Arguments : -
LMDZ6/trunk/libf/dyn3d_common/convflu.F
r1945 r4593 20 20 IMPLICIT NONE 21 21 c 22 #include"dimensions.h"23 #include"paramet.h"22 INCLUDE "dimensions.h" 23 INCLUDE "paramet.h" 24 24 REAL xflu,yflu,convfl,convpn,convps 25 25 INTEGER l,ij,nbniv … … 30 30 c 31 31 c 32 #include"comgeom.h"32 INCLUDE "comgeom.h" 33 33 c 34 34 DO 5 l = 1,nbniv -
LMDZ6/trunk/libf/dyn3d_common/diagedyn.F
r2239 r4593 57 57 IMPLICIT NONE 58 58 C 59 #include"dimensions.h"60 #include"paramet.h"61 #include"comgeom.h"62 #include"iniprint.h"59 INCLUDE "dimensions.h" 60 INCLUDE "paramet.h" 61 INCLUDE "comgeom.h" 62 INCLUDE "iniprint.h" 63 63 64 64 !#ifdef CPP_EARTH 65 ! #include"../phylmd/YOMCST.h"66 ! #include"../phylmd/YOETHF.h"65 ! INCLUDE "../phylmd/YOMCST.h" 66 ! INCLUDE "../phylmd/YOETHF.h" 67 67 !#endif 68 68 ! Ehouarn: for now set these parameters to what is in Earth physics... -
LMDZ6/trunk/libf/dyn3d_common/diverg.F
r1945 r4593 22 22 c 23 23 c --------------------------------------------------------------------- 24 #include"dimensions.h"25 #include"paramet.h"26 #include"comgeom.h"24 INCLUDE "dimensions.h" 25 INCLUDE "paramet.h" 26 INCLUDE "comgeom.h" 27 27 c 28 28 c .......... variables en arguments ................... -
LMDZ6/trunk/libf/dyn3d_common/diverg_gam.F
r1945 r4593 23 23 c 24 24 c --------------------------------------------------------------------- 25 #include"dimensions.h"26 #include"paramet.h"27 #include"comgeom.h"25 INCLUDE "dimensions.h" 26 INCLUDE "paramet.h" 27 INCLUDE "comgeom.h" 28 28 c 29 29 c .......... variables en arguments ................... -
LMDZ6/trunk/libf/dyn3d_common/divergf.F
r1945 r4593 22 22 c 23 23 c --------------------------------------------------------------------- 24 #include"dimensions.h"25 #include"paramet.h"26 #include"comgeom.h"24 INCLUDE "dimensions.h" 25 INCLUDE "paramet.h" 26 INCLUDE "comgeom.h" 27 27 c 28 28 c .......... variables en arguments ................... -
LMDZ6/trunk/libf/dyn3d_common/divergst.F
r1945 r4593 17 17 c ------------------------------------------------------------------- 18 18 c 19 #include"dimensions.h"20 #include"paramet.h"21 #include"comgeom.h"19 INCLUDE "dimensions.h" 20 INCLUDE "paramet.h" 21 INCLUDE "comgeom.h" 22 22 23 23 INTEGER klevel -
LMDZ6/trunk/libf/dyn3d_common/divgrad2.F
r1945 r4593 15 15 IMPLICIT NONE 16 16 c 17 #include"dimensions.h"18 #include"paramet.h"19 #include"comgeom2.h"20 #include"comdissipn.h"17 INCLUDE "dimensions.h" 18 INCLUDE "paramet.h" 19 INCLUDE "comgeom2.h" 20 INCLUDE "comdissipn.h" 21 21 22 22 c ....... variables en arguments ....... -
LMDZ6/trunk/libf/dyn3d_common/fxy.F
r2598 r4593 27 27 , rlonm025(iip1),xprimm025(iip1), rlonp025(iip1),xprimp025(iip1) 28 28 29 #include"fxy_new.h"29 INCLUDE "fxy_new.h" 30 30 31 31 -
LMDZ6/trunk/libf/dyn3d_common/fxysinus.F
r2597 r4593 16 16 c 17 17 c 18 #include"dimensions.h"19 #include"paramet.h"18 INCLUDE "dimensions.h" 19 INCLUDE "paramet.h" 20 20 21 21 INTEGER i,j … … 26 26 , rlonm025(iip1),xprimm025(iip1), rlonp025(iip1),xprimp025(iip1) 27 27 28 #include"fxy_sin.h"28 INCLUDE "fxy_sin.h" 29 29 30 30 -
LMDZ6/trunk/libf/dyn3d_common/gr_u_scal.F
r1945 r4593 30 30 c --------------- 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 c Arguments: -
LMDZ6/trunk/libf/dyn3d_common/gr_v_scal.F
r1945 r4593 30 30 c --------------- 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 c Arguments: -
LMDZ6/trunk/libf/dyn3d_common/grad.F
r1945 r4593 15 15 IMPLICIT NONE 16 16 c 17 #include"dimensions.h"18 #include"paramet.h"17 INCLUDE "dimensions.h" 18 INCLUDE "paramet.h" 19 19 INTEGER klevel 20 20 REAL pg( ip1jmp1,klevel ) -
LMDZ6/trunk/libf/dyn3d_common/gradiv2.F
r1945 r4593 18 18 IMPLICIT NONE 19 19 c 20 #include"dimensions.h"21 #include"paramet.h"22 #include"comgeom.h"23 #include"comdissipn.h"20 INCLUDE "dimensions.h" 21 INCLUDE "paramet.h" 22 INCLUDE "comgeom.h" 23 INCLUDE "comdissipn.h" 24 24 c 25 25 c ........ variables en arguments ........ -
LMDZ6/trunk/libf/dyn3d_common/inigrads.F
r1945 r4593 16 16 character(len=*),intent(in) :: titlel 17 17 18 #include"gradsdef.h"18 INCLUDE "gradsdef.h" 19 19 20 20 c data unit/66,32,34,36,38,40,42,44,46,48/ -
LMDZ6/trunk/libf/dyn3d_common/laplacien.F
r1945 r4593 14 14 IMPLICIT NONE 15 15 c 16 #include"dimensions.h"17 #include"paramet.h"18 #include"comgeom.h"16 INCLUDE "dimensions.h" 17 INCLUDE "paramet.h" 18 INCLUDE "comgeom.h" 19 19 20 20 c -
LMDZ6/trunk/libf/dyn3d_common/laplacien_gam.F
r1945 r4593 16 16 IMPLICIT NONE 17 17 c 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 c -
LMDZ6/trunk/libf/dyn3d_common/laplacien_rot.F
r1945 r4593 15 15 IMPLICIT NONE 16 16 c 17 #include"dimensions.h"18 #include"paramet.h"19 #include"comgeom.h"17 INCLUDE "dimensions.h" 18 INCLUDE "paramet.h" 19 INCLUDE "comgeom.h" 20 20 21 21 c -
LMDZ6/trunk/libf/dyn3d_common/laplacien_rotgam.F
r1945 r4593 14 14 IMPLICIT NONE 15 15 c 16 #include"dimensions.h"17 #include"paramet.h"18 #include"comgeom.h"16 INCLUDE "dimensions.h" 17 INCLUDE "paramet.h" 18 INCLUDE "comgeom.h" 19 19 20 20 c -
LMDZ6/trunk/libf/dyn3d_common/nxgrad.F
r1945 r4593 14 14 IMPLICIT NONE 15 15 c 16 #include"dimensions.h"17 #include"paramet.h"18 #include"comgeom.h"16 INCLUDE "dimensions.h" 17 INCLUDE "paramet.h" 18 INCLUDE "comgeom.h" 19 19 INTEGER klevel 20 20 REAL rot( ip1jm,klevel ),x( ip1jmp1,klevel ),y(ip1jm,klevel ) -
LMDZ6/trunk/libf/dyn3d_common/nxgrad_gam.F
r1945 r4593 14 14 IMPLICIT NONE 15 15 c 16 #include"dimensions.h"17 #include"paramet.h"18 #include"comgeom.h"16 INCLUDE "dimensions.h" 17 INCLUDE "paramet.h" 18 INCLUDE "comgeom.h" 19 19 INTEGER klevel 20 20 REAL rot( ip1jm,klevel ),x( ip1jmp1,klevel ),y(ip1jm,klevel ) -
LMDZ6/trunk/libf/dyn3d_common/nxgradst.F
r1945 r4593 13 13 c x et y sont des arguments de sortie pour le s-prog 14 14 c 15 #include"dimensions.h"16 #include"paramet.h"17 #include"comgeom.h"15 INCLUDE "dimensions.h" 16 INCLUDE "paramet.h" 17 INCLUDE "comgeom.h" 18 18 19 19 INTEGER klevel -
LMDZ6/trunk/libf/dyn3d_common/nxgraro2.F
r1945 r4593 17 17 IMPLICIT NONE 18 18 c 19 #include"dimensions.h"20 #include"paramet.h"21 #include"comdissipn.h"19 INCLUDE "dimensions.h" 20 INCLUDE "paramet.h" 21 INCLUDE "comdissipn.h" 22 22 c 23 23 c ...... variables en arguments ....... -
LMDZ6/trunk/libf/dyn3d_common/pbar.F
r1945 r4593 75 75 76 76 77 #include"dimensions.h"78 #include"paramet.h"77 INCLUDE "dimensions.h" 78 INCLUDE "paramet.h" 79 79 80 #include"comgeom.h"80 INCLUDE "comgeom.h" 81 81 82 82 REAL pext( ip1jmp1 ), pbarx ( ip1jmp1 ) -
LMDZ6/trunk/libf/dyn3d_common/psextbar.F
r1945 r4593 75 75 76 76 77 #include"dimensions.h"78 #include"paramet.h"79 #include"comgeom.h"77 INCLUDE "dimensions.h" 78 INCLUDE "paramet.h" 79 INCLUDE "comgeom.h" 80 80 81 81 REAL ps( ip1jmp1 ), psexbarxy ( ip1jm ), pext( ip1jmp1 ) -
LMDZ6/trunk/libf/dyn3d_common/rotat.F
r1945 r4593 15 15 IMPLICIT NONE 16 16 c 17 #include"dimensions.h"18 #include"paramet.h"19 #include"comgeom.h"17 INCLUDE "dimensions.h" 18 INCLUDE "paramet.h" 19 INCLUDE "comgeom.h" 20 20 c 21 21 c ..... variables en arguments ...... -
LMDZ6/trunk/libf/dyn3d_common/rotat_nfil.F
r1945 r4593 15 15 IMPLICIT NONE 16 16 c 17 #include"dimensions.h"18 #include"paramet.h"19 #include"comgeom.h"17 INCLUDE "dimensions.h" 18 INCLUDE "paramet.h" 19 INCLUDE "comgeom.h" 20 20 c 21 21 c ..... variables en arguments ...... -
LMDZ6/trunk/libf/dyn3d_common/rotatf.F
r1954 r4593 16 16 IMPLICIT NONE 17 17 c 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 c 22 22 c ..... variables en arguments ...... -
LMDZ6/trunk/libf/dyn3d_common/rotatst.F
r1945 r4593 16 16 c 17 17 INTEGER klevel 18 #include"dimensions.h"19 #include"paramet.h"18 INCLUDE "dimensions.h" 19 INCLUDE "paramet.h" 20 20 21 21 REAL rot( ip1jm,klevel ) -
LMDZ6/trunk/libf/dyn3d_common/test_period.F
r1952 r4593 13 13 c IMPLICIT NONE 14 14 c 15 #include"dimensions.h"16 #include"paramet.h"15 INCLUDE "dimensions.h" 16 INCLUDE "paramet.h" 17 17 c 18 18 c ...... Arguments ...... -
LMDZ6/trunk/libf/dyn3dmem/abort_gcm.F
r4471 r4593 13 13 #endif 14 14 USE parallel_lmdz 15 #include"iniprint.h"15 INCLUDE "iniprint.h" 16 16 17 17 C -
LMDZ6/trunk/libf/dyn3dmem/convflu_loc.F
r1907 r4593 18 18 IMPLICIT NONE 19 19 c 20 #include"dimensions.h"21 #include"paramet.h"20 INCLUDE "dimensions.h" 21 INCLUDE "paramet.h" 22 22 REAL xflu,yflu,convfl,convpn,convps 23 23 INTEGER l,ij,nbniv … … 30 30 c 31 31 c 32 #include"comgeom.h"32 INCLUDE "comgeom.h" 33 33 c 34 34 -
LMDZ6/trunk/libf/dyn3dmem/covcont_loc.F
r1907 r4593 17 17 c======================================================================= 18 18 19 #include"dimensions.h"20 #include"paramet.h"21 #include"comgeom.h"19 INCLUDE "dimensions.h" 20 INCLUDE "paramet.h" 21 INCLUDE "comgeom.h" 22 22 23 23 INTEGER klevel -
LMDZ6/trunk/libf/dyn3dmem/covnat_loc.F
r1907 r4593 20 20 c======================================================================= 21 21 22 #include"dimensions.h"23 #include"paramet.h"24 #include"comgeom.h"22 INCLUDE "dimensions.h" 23 INCLUDE "paramet.h" 24 INCLUDE "comgeom.h" 25 25 26 26 INTEGER klevel -
LMDZ6/trunk/libf/dyn3dmem/diverg_gam_loc.F
r1907 r4593 21 21 c 22 22 c --------------------------------------------------------------------- 23 #include"dimensions.h"24 #include"paramet.h"25 #include"comgeom.h"23 INCLUDE "dimensions.h" 24 INCLUDE "paramet.h" 25 INCLUDE "comgeom.h" 26 26 c 27 27 c .......... variables en arguments ................... -
LMDZ6/trunk/libf/dyn3dmem/diverg_p.F
r1907 r4593 20 20 c 21 21 c --------------------------------------------------------------------- 22 #include"dimensions.h"23 #include"paramet.h"24 #include"comgeom.h"22 INCLUDE "dimensions.h" 23 INCLUDE "paramet.h" 24 INCLUDE "comgeom.h" 25 25 c 26 26 c .......... variables en arguments ................... -
LMDZ6/trunk/libf/dyn3dmem/divergf_loc.F
r1907 r4593 21 21 c 22 22 c --------------------------------------------------------------------- 23 #include"dimensions.h"24 #include"paramet.h"25 #include"comgeom.h"23 INCLUDE "dimensions.h" 24 INCLUDE "paramet.h" 25 INCLUDE "comgeom.h" 26 26 c 27 27 c .......... variables en arguments ................... -
LMDZ6/trunk/libf/dyn3dmem/divgrad2_loc.F
r1907 r4593 16 16 IMPLICIT NONE 17 17 c 18 #include"dimensions.h"19 #include"paramet.h"20 #include"comgeom2.h"21 #include"comdissipn.h"18 INCLUDE "dimensions.h" 19 INCLUDE "paramet.h" 20 INCLUDE "comgeom2.h" 21 INCLUDE "comdissipn.h" 22 22 23 23 c ....... variables en arguments ....... -
LMDZ6/trunk/libf/dyn3dmem/dudv1_loc.F
r1907 r4593 17 17 c----------------------------------------------------------------------- 18 18 19 #include"dimensions.h"20 #include"paramet.h"19 INCLUDE "dimensions.h" 20 INCLUDE "paramet.h" 21 21 22 22 REAL vorpot( ijb_v:ije_v,llm ) ,pbaru( ijb_u:ije_u,llm ) , -
LMDZ6/trunk/libf/dyn3dmem/filtreg_p.F
r4469 r4593 51 51 c 52 52 c 53 #include"dimensions.h"54 #include"paramet.h"55 #include"coefils.h"53 INCLUDE "dimensions.h" 54 INCLUDE "paramet.h" 55 INCLUDE "coefils.h" 56 56 c 57 57 INTEGER ibeg,iend,nlat,nbniv,ifiltre,iter -
LMDZ6/trunk/libf/dyn3dmem/gr_u_scal_loc.F
r1907 r4593 31 31 c --------------- 32 32 33 #include"dimensions.h"34 #include"paramet.h"35 #include"comgeom.h"33 INCLUDE "dimensions.h" 34 INCLUDE "paramet.h" 35 INCLUDE "comgeom.h" 36 36 37 37 c Arguments: -
LMDZ6/trunk/libf/dyn3dmem/gr_v_scal_loc.F
r1907 r4593 31 31 c --------------- 32 32 33 #include"dimensions.h"34 #include"paramet.h"35 #include"comgeom.h"33 INCLUDE "dimensions.h" 34 INCLUDE "paramet.h" 35 INCLUDE "comgeom.h" 36 36 37 37 c Arguments: -
LMDZ6/trunk/libf/dyn3dmem/grad_loc.F
r1907 r4593 13 13 IMPLICIT NONE 14 14 c 15 #include"dimensions.h"16 #include"paramet.h"15 INCLUDE "dimensions.h" 16 INCLUDE "paramet.h" 17 17 INTEGER klevel 18 18 REAL pg( ijb_u:ije_u,klevel ) -
LMDZ6/trunk/libf/dyn3dmem/grad_p.F
r1907 r4593 13 13 IMPLICIT NONE 14 14 c 15 #include"dimensions.h"16 #include"paramet.h"15 INCLUDE "dimensions.h" 16 INCLUDE "paramet.h" 17 17 INTEGER klevel 18 18 REAL pg( ip1jmp1,klevel ) -
LMDZ6/trunk/libf/dyn3dmem/gradiv2_loc.F
r1907 r4593 21 21 IMPLICIT NONE 22 22 c 23 #include"dimensions.h"24 #include"paramet.h"25 #include"comgeom.h"26 #include"comdissipn.h"23 INCLUDE "dimensions.h" 24 INCLUDE "paramet.h" 25 INCLUDE "comgeom.h" 26 INCLUDE "comdissipn.h" 27 27 c 28 28 c ........ variables en arguments ........ -
LMDZ6/trunk/libf/dyn3dmem/laplacien_gam_loc.F
r1907 r4593 14 14 IMPLICIT NONE 15 15 c 16 #include"dimensions.h"17 #include"paramet.h"18 #include"comgeom.h"16 INCLUDE "dimensions.h" 17 INCLUDE "paramet.h" 18 INCLUDE "comgeom.h" 19 19 20 20 c -
LMDZ6/trunk/libf/dyn3dmem/laplacien_loc.F
r1907 r4593 13 13 IMPLICIT NONE 14 14 c 15 #include"dimensions.h"16 #include"paramet.h"17 #include"comgeom.h"15 INCLUDE "dimensions.h" 16 INCLUDE "paramet.h" 17 INCLUDE "comgeom.h" 18 18 19 19 c -
LMDZ6/trunk/libf/dyn3dmem/laplacien_rot_loc.F
r1907 r4593 14 14 IMPLICIT NONE 15 15 c 16 #include"dimensions.h"17 #include"paramet.h"18 #include"comgeom.h"16 INCLUDE "dimensions.h" 17 INCLUDE "paramet.h" 18 INCLUDE "comgeom.h" 19 19 20 20 c -
LMDZ6/trunk/libf/dyn3dmem/laplacien_rotgam_loc.F
r1907 r4593 12 12 IMPLICIT NONE 13 13 c 14 #include"dimensions.h"15 #include"paramet.h"16 #include"comgeom.h"14 INCLUDE "dimensions.h" 15 INCLUDE "paramet.h" 16 INCLUDE "comgeom.h" 17 17 18 18 c -
LMDZ6/trunk/libf/dyn3dmem/mod_filtreg_p.F
r4469 r4593 55 55 c 56 56 c 57 #include"dimensions.h"58 #include"paramet.h"59 #include"coefils.h"57 INCLUDE "dimensions.h" 58 INCLUDE "paramet.h" 59 INCLUDE "coefils.h" 60 60 c 61 61 INTEGER,INTENT(IN) :: jjb,jje,ibeg,iend,nlat,nbniv,ifiltre,iter -
LMDZ6/trunk/libf/dyn3dmem/nxgrad_gam_loc.F
r1907 r4593 13 13 IMPLICIT NONE 14 14 c 15 #include"dimensions.h"16 #include"paramet.h"17 #include"comgeom.h"15 INCLUDE "dimensions.h" 16 INCLUDE "paramet.h" 17 INCLUDE "comgeom.h" 18 18 INTEGER klevel 19 19 REAL rot( ijb_v:ije_v,klevel ) -
LMDZ6/trunk/libf/dyn3dmem/nxgrad_loc.F
r1907 r4593 12 12 IMPLICIT NONE 13 13 c 14 #include"dimensions.h"15 #include"paramet.h"16 #include"comgeom.h"14 INCLUDE "dimensions.h" 15 INCLUDE "paramet.h" 16 INCLUDE "comgeom.h" 17 17 INTEGER klevel 18 18 REAL rot( ijb_v:ije_v,klevel ),x( ijb_u:ije_u,klevel ) -
LMDZ6/trunk/libf/dyn3dmem/nxgraro2_loc.F
r1907 r4593 20 20 IMPLICIT NONE 21 21 c 22 #include"dimensions.h"23 #include"paramet.h"24 #include"comdissipn.h"22 INCLUDE "dimensions.h" 23 INCLUDE "paramet.h" 24 INCLUDE "comdissipn.h" 25 25 c 26 26 c ...... variables en arguments ....... -
LMDZ6/trunk/libf/dyn3dmem/parallel_lmdz.F90
r4469 r4593 92 92 include 'mpif.h' 93 93 #endif 94 #include"dimensions.h"95 #include"paramet.h"96 #include"iniprint.h"94 INCLUDE "dimensions.h" 95 INCLUDE "paramet.h" 96 INCLUDE "iniprint.h" 97 97 98 98 integer :: ierr … … 456 456 implicit none 457 457 458 #include"dimensions.h"459 #include"paramet.h"458 INCLUDE "dimensions.h" 459 INCLUDE "paramet.h" 460 460 461 461 integer, intent(in) :: ij,ll,row … … 479 479 implicit none 480 480 481 #include"dimensions.h"482 #include"paramet.h"481 INCLUDE "dimensions.h" 482 INCLUDE "paramet.h" 483 483 484 484 integer, intent(in) :: ij,ll,row … … 520 520 USE Vampir 521 521 implicit none 522 #include"dimensions.h"523 #include"paramet.h"522 INCLUDE "dimensions.h" 523 INCLUDE "paramet.h" 524 524 #ifdef CPP_MPI 525 525 include 'mpif.h' … … 652 652 subroutine Gather_Field(Field,ij,ll,rank) 653 653 implicit none 654 #include"dimensions.h"655 #include"paramet.h"656 #include"iniprint.h"654 INCLUDE "dimensions.h" 655 INCLUDE "paramet.h" 656 INCLUDE "iniprint.h" 657 657 #ifdef CPP_MPI 658 658 include 'mpif.h' … … 736 736 subroutine AllGather_Field(Field,ij,ll) 737 737 implicit none 738 #include"dimensions.h"739 #include"paramet.h"738 INCLUDE "dimensions.h" 739 INCLUDE "paramet.h" 740 740 #ifdef CPP_MPI 741 741 include 'mpif.h' … … 758 758 subroutine Broadcast_Field(Field,ij,ll,rank) 759 759 implicit none 760 #include"dimensions.h"761 #include"paramet.h"760 INCLUDE "dimensions.h" 761 INCLUDE "paramet.h" 762 762 #ifdef CPP_MPI 763 763 include 'mpif.h' … … 782 782 ! Subroutine verif_hallo(Field,ij,ll,up,down) 783 783 ! implicit none 784 ! #include"dimensions.h"785 ! #include"paramet.h"784 ! INCLUDE "dimensions.h" 785 ! INCLUDE "paramet.h" 786 786 ! include 'mpif.h' 787 787 ! -
LMDZ6/trunk/libf/dyn3dmem/pression_loc.F
r1987 r4593 14 14 IMPLICIT NONE 15 15 c 16 #include"dimensions.h"17 #include"paramet.h"16 INCLUDE "dimensions.h" 17 INCLUDE "paramet.h" 18 18 c 19 19 INTEGER,INTENT(IN) :: ngrid ! not used -
LMDZ6/trunk/libf/dyn3dmem/rotat_nfil_loc.F
r1907 r4593 13 13 IMPLICIT NONE 14 14 c 15 #include"dimensions.h"16 #include"paramet.h"17 #include"comgeom.h"15 INCLUDE "dimensions.h" 16 INCLUDE "paramet.h" 17 INCLUDE "comgeom.h" 18 18 c 19 19 c ..... variables en arguments ...... -
LMDZ6/trunk/libf/dyn3dmem/rotat_p.F
r1907 r4593 13 13 IMPLICIT NONE 14 14 c 15 #include"dimensions.h"16 #include"paramet.h"17 #include"comgeom.h"15 INCLUDE "dimensions.h" 16 INCLUDE "paramet.h" 17 INCLUDE "comgeom.h" 18 18 c 19 19 c ..... variables en arguments ...... -
LMDZ6/trunk/libf/dyn3dmem/rotatf_loc.F
r1907 r4593 14 14 IMPLICIT NONE 15 15 c 16 #include"dimensions.h"17 #include"paramet.h"18 #include"comgeom.h"16 INCLUDE "dimensions.h" 17 INCLUDE "paramet.h" 18 INCLUDE "comgeom.h" 19 19 c 20 20 c ..... variables en arguments ...... -
LMDZ6/trunk/libf/dyn3dmem/times.F90
r4469 r4593 27 27 USE parallel_lmdz 28 28 implicit none 29 #include"dimensions.h"30 #include"paramet.h"29 INCLUDE "dimensions.h" 30 INCLUDE "paramet.h" 31 31 32 32 max_size=jjm+1 -
LMDZ6/trunk/libf/dyn3dmem/top_bound_loc.F
r2600 r4593 54 54 55 55 56 #include"comdissipn.h"57 #include"iniprint.h"56 INCLUDE "comdissipn.h" 57 INCLUDE "iniprint.h" 58 58 59 59 c Arguments: -
LMDZ6/trunk/libf/dyn3dmem/vlsplt_loc.F
r4469 r4593 1207 1207 c SUBROUTINE minmaxq(zq,qmin,qmax,comment) 1208 1208 c 1209 c #include"dimensions.h"1210 c #include"paramet.h"1209 c INCLUDE "dimensions.h" 1210 c INCLUDE "paramet.h" 1211 1211 1212 1212 c CHARACTER*(*) comment -
LMDZ6/trunk/libf/dyn3dmem/wrgrads.F
r4469 r4593 12 12 c titlevar Titre 13 13 14 #include"gradsdef.h"14 INCLUDE "gradsdef.h" 15 15 16 16 c arguments -
LMDZ6/trunk/libf/filtrez/eigen.F
r2197 r4593 4 4 SUBROUTINE eigen( e,d) 5 5 IMPLICIT NONE 6 #include"dimensions.h"6 INCLUDE "dimensions.h" 7 7 real :: e( iim,iim ), d( iim ) 8 8 real :: asm( iim ) -
LMDZ6/trunk/libf/filtrez/filtreg.F
r4440 r4593 46 46 c 47 47 c 48 #include"dimensions.h"49 #include"paramet.h"50 #include"coefils.h"48 INCLUDE "dimensions.h" 49 INCLUDE "paramet.h" 50 INCLUDE "coefils.h" 51 51 52 52 INTEGER nlat,nbniv,ifiltre,iter -
LMDZ6/trunk/libf/phylmd/Dust/aeropt_spl.F
r2630 r4593 12 12 IMPLICIT none 13 13 c 14 #include"chem.h"15 #include"dimensions.h"16 c #include"dimphy.h"17 #include"YOMCST.h"14 INCLUDE "chem.h" 15 INCLUDE "dimensions.h" 16 cINCLUDE "dimphy.h" 17 INCLUDE "YOMCST.h" 18 18 c 19 19 c Arguments: -
LMDZ6/trunk/libf/phylmd/Dust/bcscav_spl.F
r2630 r4593 9 9 c===================================================================== 10 10 c 11 #include"dimensions.h"12 #include"chem.h"13 #include"YOMCST.h"14 #include"YOECUMF.h"11 INCLUDE "dimensions.h" 12 INCLUDE "chem.h" 13 INCLUDE "YOMCST.h" 14 INCLUDE "YOECUMF.h" 15 15 c 16 16 REAL pdtime, alpha_r, alpha_s, R_r, R_s -
LMDZ6/trunk/libf/phylmd/Dust/bl_for_dms.F
r2630 r4593 17 17 c=================================================================== 18 18 c 19 #include"dimensions.h"20 #include"YOMCST.h"21 #include"YOETHF.h"22 #include"FCTTRE.h"19 INCLUDE "dimensions.h" 20 INCLUDE "YOMCST.h" 21 INCLUDE "YOETHF.h" 22 INCLUDE "FCTTRE.h" 23 23 c 24 24 c Arguments : -
LMDZ6/trunk/libf/phylmd/Dust/blcloud_scav.F
r2630 r4593 10 10 IMPLICIT NONE 11 11 12 #include"dimensions.h"13 #include"chem.h"14 #include"YOMCST.h"15 #include"paramet.h"12 INCLUDE "dimensions.h" 13 INCLUDE "chem.h" 14 INCLUDE "YOMCST.h" 15 INCLUDE "paramet.h" 16 16 17 17 c============================= INPUT =================================== -
LMDZ6/trunk/libf/phylmd/Dust/blcloud_scav_lsc.F
r2630 r4593 10 10 IMPLICIT NONE 11 11 12 #include"dimensions.h"13 #include"chem.h"14 #include"YOMCST.h"15 #include"paramet.h"12 INCLUDE "dimensions.h" 13 INCLUDE "chem.h" 14 INCLUDE "YOMCST.h" 15 INCLUDE "paramet.h" 16 16 17 17 c============================= INPUT =================================== -
LMDZ6/trunk/libf/phylmd/Dust/checkmass.F90
r2630 r4593 4 4 IMPLICIT NONE 5 5 6 #include"YOMCST.h"6 INCLUDE "YOMCST.h" 7 7 8 8 ! Entrees -
LMDZ6/trunk/libf/phylmd/Dust/cltrac_spl.F
r2630 r4593 26 26 c flux_tr--output-R- flux de tr 27 27 c====================================================================== 28 #include"dimensions.h"28 INCLUDE "dimensions.h" 29 29 REAL dtime 30 30 REAL coef(klon,klev) … … 36 36 c REAL flux_tr(klon,klev) 37 37 c====================================================================== 38 #include"YOMCST.h"38 INCLUDE "YOMCST.h" 39 39 c====================================================================== 40 40 INTEGER i, k -
LMDZ6/trunk/libf/phylmd/Dust/cm3_to_kg.F
r2630 r4593 7 7 IMPLICIT NONE 8 8 c 9 #include"dimensions.h"10 #include"YOMCST.h"9 INCLUDE "dimensions.h" 10 INCLUDE "YOMCST.h" 11 11 c 12 12 REAL t_seri(klon,klev), pplay(klon,klev) -
LMDZ6/trunk/libf/phylmd/Dust/coarsemission.F
r2630 r4593 33 33 IMPLICIT NONE 34 34 35 #include"dimensions.h"36 #include"chem.h"37 #include"chem_spla.h"38 #include"YOMCST.h"39 #include"paramet.h"35 INCLUDE "dimensions.h" 36 INCLUDE "chem.h" 37 INCLUDE "chem_spla.h" 38 INCLUDE "YOMCST.h" 39 INCLUDE "paramet.h" 40 40 41 41 c============================== INPUT ================================== -
LMDZ6/trunk/libf/phylmd/Dust/condsurfc.F
r2630 r4593 9 9 ! -------------------------------------------------------- 10 10 ! 11 #include "dimensions.h" 12 #include "netcdf.inc" 11 INCLUDE "dimensions.h" 12 INCLUDE "netcdf.inc" 13 13 14 REAL lmt_bcff(klon), lmt_bcbb(klon),lmt_bc_penner(klon) 14 15 REAL lmt_omff(klon), lmt_ombb(klon) -
LMDZ6/trunk/libf/phylmd/Dust/condsurfc_new.F
r2630 r4593 11 11 c -------------------------------------------------------- 12 12 c 13 #include "dimensions.h" 14 #include "netcdf.inc" 13 INCLUDE "dimensions.h" 14 INCLUDE "netcdf.inc" 15 15 16 REAL lmt_bcff(klon), lmt_bcnff(klon), lmt_bcba(klon) 16 17 REAL lmt_omff(klon), lmt_omnff(klon), lmt_ombb(klon) -
LMDZ6/trunk/libf/phylmd/Dust/condsurfs.F
r2630 r4593 9 9 c -------------------------------------------------------- 10 10 c 11 #include"dimensions.h"12 #include"netcdf.inc"11 INCLUDE "dimensions.h" 12 INCLUDE "netcdf.inc" 13 13 c 14 14 REAL lmt_so2h(klon), lmt_so2b(klon), lmt_so2bb(klon) -
LMDZ6/trunk/libf/phylmd/Dust/condsurfs_new.F
r2630 r4593 14 14 c -------------------------------------------------------- 15 15 c 16 #include"dimensions.h"17 #include"netcdf.inc"16 INCLUDE "dimensions.h" 17 INCLUDE "netcdf.inc" 18 18 c 19 19 REAL lmt_so2b(klon), lmt_so2h(klon), lmt_so2nff(klon) -
LMDZ6/trunk/libf/phylmd/Dust/deposition.F
r2630 r4593 12 12 IMPLICIT NONE 13 13 14 #include"dimensions.h"15 #include"chem.h"16 #include"YOMCST.h"17 #include"paramet.h"14 INCLUDE "dimensions.h" 15 INCLUDE "chem.h" 16 INCLUDE "YOMCST.h" 17 INCLUDE "paramet.h" 18 18 19 19 c----------------------------- INPUT ----------------------------------- -
LMDZ6/trunk/libf/phylmd/Dust/finemission.F
r2630 r4593 17 17 IMPLICIT NONE 18 18 19 #include"dimensions.h"20 #include"chem.h"21 #include"YOMCST.h"22 #include"paramet.h"19 INCLUDE "dimensions.h" 20 INCLUDE "chem.h" 21 INCLUDE "YOMCST.h" 22 INCLUDE "paramet.h" 23 23 24 24 INTEGER i, k, kminbc, kmaxbc -
LMDZ6/trunk/libf/phylmd/Dust/gastoparticle.F
r2630 r4593 10 10 IMPLICIT NONE 11 11 c 12 #include"dimensions.h"13 #include"chem.h"14 #include"chem_spla.h"15 #include"YOMCST.h"16 #include"YOECUMF.h"12 INCLUDE "dimensions.h" 13 INCLUDE "chem.h" 14 INCLUDE "chem_spla.h" 15 INCLUDE "YOMCST.h" 16 INCLUDE "YOECUMF.h" 17 17 c 18 18 REAL pdtphys -
LMDZ6/trunk/libf/phylmd/Dust/incloud_scav.F
r2630 r4593 11 11 IMPLICIT NONE 12 12 13 #include"dimensions.h"14 #include"chem.h"15 #include"YOMCST.h"16 #include"paramet.h"13 INCLUDE "dimensions.h" 14 INCLUDE "chem.h" 15 INCLUDE "YOMCST.h" 16 INCLUDE "paramet.h" 17 17 18 18 c============================= INPUT =================================== -
LMDZ6/trunk/libf/phylmd/Dust/incloud_scav_lsc.F
r2630 r4593 11 11 IMPLICIT NONE 12 12 13 #include"dimensions.h"14 #include"chem.h"15 #include"YOMCST.h"16 #include"paramet.h"13 INCLUDE "dimensions.h" 14 INCLUDE "chem.h" 15 INCLUDE "YOMCST.h" 16 INCLUDE "paramet.h" 17 17 18 18 c============================= INPUT =================================== -
LMDZ6/trunk/libf/phylmd/Dust/inscav_spl.F
r2630 r4593 10 10 c===================================================================== 11 11 c 12 #include"dimensions.h"13 #include"chem.h"14 #include"YOMCST.h"15 #include"YOECUMF.h"12 INCLUDE "dimensions.h" 13 INCLUDE "chem.h" 14 INCLUDE "YOMCST.h" 15 INCLUDE "YOECUMF.h" 16 16 c 17 17 INTEGER it -
LMDZ6/trunk/libf/phylmd/Dust/kg_to_cm3.F
r2630 r4593 5 5 IMPLICIT NONE 6 6 c 7 #include"dimensions.h"8 #include"YOMCST.h"7 INCLUDE "dimensions.h" 8 INCLUDE "YOMCST.h" 9 9 c 10 10 REAL t_seri(klon,klev), pplay(klon,klev) -
LMDZ6/trunk/libf/phylmd/Dust/minmaxqfi2.F
r2630 r4593 3 3 USE dimphy 4 4 USE infotrac 5 #include"dimensions.h"5 INCLUDE "dimensions.h" 6 6 7 7 ! character*20 comment -
LMDZ6/trunk/libf/phylmd/Dust/minmaxsource.F
r2630 r4593 4 4 USE infotrac 5 5 6 #include"dimensions.h"6 INCLUDE "dimensions.h" 7 7 8 8 ! character*20 comment -
LMDZ6/trunk/libf/phylmd/Dust/neutral.F
r2630 r4593 28 28 c 29 29 USE dimphy 30 #include"dimensions.h"30 INCLUDE "dimensions.h" 31 31 c 32 32 real u10_mps(klon),ustar_mps(klon),obklen_m(klon) -
LMDZ6/trunk/libf/phylmd/Dust/nightingale.F
r2630 r4593 7 7 IMPLICIT NONE 8 8 c 9 #include"dimensions.h"10 #include"YOMCST.h"9 INCLUDE "dimensions.h" 10 INCLUDE "YOMCST.h" 11 11 c 12 12 REAL u(klon,klev), v(klon,klev) -
LMDZ6/trunk/libf/phylmd/Dust/phys_output_write_spl_mod.F90
r4389 r4593 489 489 !!! Champs 2D !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 490 490 ! JE20141223 << 491 #include"spla_output_write.h"491 INCLUDE "spla_output_write.h" 492 492 ! JE20141223 >> 493 493 -
LMDZ6/trunk/libf/phylmd/Dust/phytracr_spl_mod.F90
r4160 r4593 823 823 !! et c'est encore different avec le parser de DC ? 824 824 !====================================================================== 825 #include"dimensions.h"826 #include"chem.h"827 #include"chem_spla.h"828 #include"YOMCST.h"829 #include"YOETHF.h"830 #include"paramet.h"831 #include"alpale.h"825 INCLUDE "dimensions.h" 826 INCLUDE "chem.h" 827 INCLUDE "chem_spla.h" 828 INCLUDE "YOMCST.h" 829 INCLUDE "YOETHF.h" 830 INCLUDE "paramet.h" 831 INCLUDE "alpale.h" 832 832 833 833 !====================================================================== -
LMDZ6/trunk/libf/phylmd/Dust/precuremission.F
r2630 r4593 22 22 IMPLICIT NONE 23 23 24 #include"dimensions.h"25 #include"chem.h"26 #include"chem_spla.h"27 #include"YOMCST.h"28 #include"paramet.h"24 INCLUDE "dimensions.h" 25 INCLUDE "chem.h" 26 INCLUDE "chem_spla.h" 27 INCLUDE "YOMCST.h" 28 INCLUDE "paramet.h" 29 29 30 30 c============================= INPUT =================================== -
LMDZ6/trunk/libf/phylmd/Dust/read_dust.F
r3786 r4593 5 5 IMPLICIT NONE 6 6 c 7 #include"dimensions.h"8 #include"paramet.h"9 #include"netcdf.inc"7 INCLUDE "dimensions.h" 8 INCLUDE "paramet.h" 9 INCLUDE "netcdf.inc" 10 10 c 11 11 INTEGER step, nbjour -
LMDZ6/trunk/libf/phylmd/Dust/read_newemissions.F
r3786 r4593 26 26 27 27 28 #include"dimensions.h"28 INCLUDE "dimensions.h" 29 29 c INCLUDE 'dimphy.h' 30 30 INCLUDE 'paramet.h' -
LMDZ6/trunk/libf/phylmd/Dust/read_surface.F90
r2630 r4593 13 13 IMPLICIT NONE 14 14 15 include"netcdf.inc"16 #include"dimensions.h"17 #include"paramet.h"15 INCLUDE "netcdf.inc" 16 INCLUDE "dimensions.h" 17 INCLUDE "paramet.h" 18 18 19 19 character*10 name -
LMDZ6/trunk/libf/phylmd/Dust/read_vent.F
r3806 r4593 5 5 ! USE write_field_phy 6 6 IMPLICIT NONE 7 #include"dimensions.h"8 c #include"dimphy.h"9 #include"paramet.h"10 #include"netcdf.inc"7 INCLUDE "dimensions.h" 8 c INCLUDE "dimphy.h" 9 INCLUDE "paramet.h" 10 INCLUDE "netcdf.inc" 11 11 c 12 12 INTEGER step, nbjour -
LMDZ6/trunk/libf/phylmd/Dust/seasalt.F
r2630 r4593 7 7 IMPLICIT NONE 8 8 c 9 #include"dimensions.h"10 #include"chem.h"11 #include"chem_spla.h"12 #include"YOMCST.h"13 #include"YOECUMF.h"9 INCLUDE "dimensions.h" 10 INCLUDE "chem.h" 11 INCLUDE "chem_spla.h" 12 INCLUDE "YOMCST.h" 13 INCLUDE "YOECUMF.h" 14 14 c 15 15 INTEGER i, bin !local variables -
LMDZ6/trunk/libf/phylmd/Dust/sediment_mod.F
r2630 r4593 12 12 IMPLICIT NONE 13 13 c 14 #include"dimensions.h"15 #include"chem.h"16 c #include"dimphy.h"17 #include"YOMCST.h"18 #include"YOECUMF.h"14 INCLUDE "dimensions.h" 15 INCLUDE "chem.h" 16 c INCLUDE "dimphy.h" 17 INCLUDE "YOMCST.h" 18 INCLUDE "YOECUMF.h" 19 19 c 20 20 REAL RHcl(klon,klev) ! humidite relative ciel clair -
LMDZ6/trunk/libf/phylmd/Dust/tiedqneg.F
r2630 r4593 15 15 c====================================================================== 16 16 c 17 #include"dimensions.h"18 c #include"dimphy.h"17 INCLUDE "dimensions.h" 18 c INCLUDE "dimphy.h" 19 19 REAL pres_h(klon,klev+1) 20 20 REAL q(klon,klev) -
LMDZ6/trunk/libf/phylmd/Dust/trconvect.F
r2630 r4593 10 10 IMPLICIT NONE 11 11 12 #include"dimensions.h"13 #include"chem.h"14 #include"YOMCST.h"15 #include"paramet.h"12 INCLUDE "dimensions.h" 13 INCLUDE "chem.h" 14 INCLUDE "YOMCST.h" 15 INCLUDE "paramet.h" 16 16 17 17 c============================= INPUT =================================== -
LMDZ6/trunk/libf/phylmd/calbeta.F90
r3780 r4593 10 10 IMPLICIT none 11 11 12 #include"flux_arp.h"12 INCLUDE "flux_arp.h" 13 13 14 14 !====================================================================== -
LMDZ6/trunk/libf/phylmd/cloudth_mod.F90
r4535 r4593 24 24 25 25 26 #include"YOMCST.h"27 #include"YOETHF.h"28 #include"FCTTRE.h"26 INCLUDE "YOMCST.h" 27 INCLUDE "YOETHF.h" 28 INCLUDE "FCTTRE.h" 29 29 30 30 INTEGER itap,ind1,ind2 … … 268 268 IMPLICIT NONE 269 269 270 #include"YOMCST.h"271 #include"YOETHF.h"272 #include"FCTTRE.h"270 INCLUDE "YOMCST.h" 271 INCLUDE "YOETHF.h" 272 INCLUDE "FCTTRE.h" 273 273 274 274 INTEGER itap,ind1,ind2 … … 607 607 608 608 609 #include"YOMCST.h"610 #include"YOETHF.h"611 #include"FCTTRE.h"609 INCLUDE "YOMCST.h" 610 INCLUDE "YOETHF.h" 611 INCLUDE "FCTTRE.h" 612 612 613 613 INTEGER itap,ind1,ind2 … … 829 829 IMPLICIT NONE 830 830 831 #include"YOMCST.h"832 #include"YOETHF.h"833 #include"FCTTRE.h"831 INCLUDE "YOMCST.h" 832 INCLUDE "YOETHF.h" 833 INCLUDE "FCTTRE.h" 834 834 835 835 INTEGER itap,ind1,ind2 … … 1291 1291 IMPLICIT NONE 1292 1292 1293 #include"YOMCST.h"1294 #include"YOETHF.h"1295 #include"FCTTRE.h"1293 INCLUDE "YOMCST.h" 1294 INCLUDE "YOETHF.h" 1295 INCLUDE "FCTTRE.h" 1296 1296 1297 1297 … … 1558 1558 IMPLICIT NONE 1559 1559 1560 #include"YOMCST.h"1561 #include"YOETHF.h"1562 #include"FCTTRE.h"1560 INCLUDE "YOMCST.h" 1561 INCLUDE "YOETHF.h" 1562 INCLUDE "FCTTRE.h" 1563 1563 1564 1564 -
LMDZ6/trunk/libf/phylmd/cosp/mod_cosp.F90
r3233 r4593 23 23 ! OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 24 25 #include"cosp_defs.h"25 INCLUDE "cosp_defs.h" 26 26 MODULE MOD_COSP 27 27 USE MOD_COSP_TYPES -
LMDZ6/trunk/libf/phylmd/cosp/mod_cosp_constants.F90
r3286 r4593 33 33 ! 34 34 35 #include"cosp_defs.h"35 INCLUDE "cosp_defs.h" 36 36 MODULE MOD_COSP_CONSTANTS 37 37 IMPLICIT NONE -
LMDZ6/trunk/libf/phylmd/cosp/mod_cosp_simulator.F90
r3233 r4593 31 31 ! 32 32 33 #include"cosp_defs.h"33 INCLUDE "cosp_defs.h" 34 34 MODULE MOD_COSP_SIMULATOR 35 35 USE MOD_COSP_CONSTANTS, ONLY: I_RADAR, I_LIDAR, I_ISCCP, I_MISR, I_MODIS, & -
LMDZ6/trunk/libf/phylmd/cosp/mod_cosp_stats.F90
r3233 r4593 36 36 ! 37 37 ! 38 #include"cosp_defs.h"38 INCLUDE "cosp_defs.h" 39 39 MODULE MOD_COSP_STATS 40 40 USE MOD_COSP_CONSTANTS -
LMDZ6/trunk/libf/phylmd/cosp/phys_cosp.F90
r3435 r4593 73 73 74 74 !! AI rajouter 75 #include"cosp_defs.h"75 INCLUDE "cosp_defs.h" 76 76 USE MOD_COSP_CONSTANTS 77 77 USE MOD_COSP_TYPES -
LMDZ6/trunk/libf/phylmd/cosp2/cosp_interface_v1p4.F90
r3358 r4593 30 30 ! May 2015 - D. Swales - Original version 31 31 ! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 32 #include"cosp_defs.h"32 INCLUDE "cosp_defs.h" 33 33 MODULE MOD_COSP_INTERFACE_v1p4 34 34 use COSP_KINDS, only: wp,dp -
LMDZ6/trunk/libf/phylmd/cosp2/phys_cosp2.F90
r3373 r4593 73 73 74 74 !! AI rajouter 75 ! #include"cosp_defs.h"75 !INCLUDE "cosp_defs.h" 76 76 ! USE MOD_COSP_CONSTANTS 77 77 ! USE MOD_COSP_TYPES -
LMDZ6/trunk/libf/phylmd/cv30_routines.F90
r4461 r4593 3281 3281 ! Toutes les autres variables fn de ep sont calculées plus bas. 3282 3282 3283 #include"cvthermo.h"3284 #include"cv30param.h"3285 #include"conema3.h"3283 INCLUDE "cvthermo.h" 3284 INCLUDE "cv30param.h" 3285 INCLUDE "conema3.h" 3286 3286 3287 3287 ! inputs: -
LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h
r4292 r4593 1 #include"conf_gcm.F90"1 INCLUDE "conf_gcm.F90" 2 2 3 3 ! … … 22 22 ! -------------- 23 23 24 #include"compar1d.h"25 #include"flux_arp.h"26 #include"tsoilnudge.h"27 #include"fcg_gcssold.h"28 #include"fcg_racmo.h"24 INCLUDE "compar1d.h" 25 INCLUDE "flux_arp.h" 26 INCLUDE "tsoilnudge.h" 27 INCLUDE "fcg_gcssold.h" 28 INCLUDE "fcg_racmo.h" 29 29 ! 30 30 ! … … 681 681 ! ------------- 682 682 include "dimensions.h" 683 !! #include"control.h"683 !! INCLUDE "control.h" 684 684 include "netcdf.inc" 685 685 … … 828 828 ! ------------- 829 829 include "dimensions.h" 830 !! #include"control.h"830 !! INCLUDE "control.h" 831 831 include "netcdf.inc" 832 832 … … 1354 1354 !---------------------------------------------------------------------- 1355 1355 implicit none 1356 #include"YOMCST.h"1356 INCLUDE "YOMCST.h" 1357 1357 ! argument 1358 1358 integer llm … … 1428 1428 !---------------------------------------------------------------------- 1429 1429 implicit none 1430 #include"YOMCST.h"1430 INCLUDE "YOMCST.h" 1431 1431 ! argument 1432 1432 integer llm,nqtot … … 1749 1749 implicit none 1750 1750 1751 #include"YOMCST.h"1752 #include"dimensions.h"1751 INCLUDE "YOMCST.h" 1752 INCLUDE "dimensions.h" 1753 1753 1754 1754 !------------------------------------------------------------------------- -
LMDZ6/trunk/libf/phylmd/dyn1d/1D_decl_cases.h
r4104 r4593 1 #include"netcdf.inc"1 INCLUDE "netcdf.inc" 2 2 3 3 ! Declarations specifiques au cas Toga -
LMDZ6/trunk/libf/phylmd/dyn1d/1Dconv.h
r2310 r4593 13 13 !cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc 14 14 15 #include"YOMCST.h"15 INCLUDE "YOMCST.h" 16 16 17 17 INTEGER klev … … 461 461 implicit none 462 462 463 #include"dimensions.h"464 !cccc #include"dimphy.h"463 INCLUDE "dimensions.h" 464 !cccc INCLUDE "dimphy.h" 465 465 466 466 integer k -
LMDZ6/trunk/libf/phylmd/dyn1d/lmdz1d.F90
r3541 r4593 3 3 ! 4 4 !#ifdef CPP_1D 5 ! #include "../dyn3d/mod_const_mpi.F90"6 ! #include "../dyn3d_common/control_mod.F90"7 ! #include "../dyn3d_common/infotrac.F90"8 ! #include "../dyn3d_common/disvert.F90"5 !include "../dyn3d/mod_const_mpi.F90" 6 !include "../dyn3d_common/control_mod.F90" 7 !include "../dyn3d_common/infotrac.F90" 8 !include "../dyn3d_common/disvert.F90" 9 9 10 10 … … 26 26 27 27 28 #include"1DUTILS.h"29 #include"1Dconv.h"28 INCLUDE "1DUTILS.h" 29 INCLUDE "1Dconv.h" 30 30 31 31 !#endif -
LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_amma_read.F90
r2373 r4593 59 59 implicit none 60 60 61 #include"netcdf.inc"61 INCLUDE "netcdf.inc" 62 62 63 63 INTEGER nid,rid,ierr … … 180 180 !program reading forcings of the AMMA case study 181 181 implicit none 182 #include"netcdf.inc"182 INCLUDE "netcdf.inc" 183 183 184 184 integer ntime,nlevel … … 407 407 !--------------------------------------------------------------------------------------- 408 408 409 #include"compar1d.h"409 INCLUDE "compar1d.h" 410 410 411 411 ! inputs: -
LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read.F90
r2373 r4593 90 90 implicit none 91 91 92 #include"netcdf.inc"92 INCLUDE "netcdf.inc" 93 93 94 94 INTEGER nid,rid,ierr … … 267 267 !program reading forcing of the case study 268 268 implicit none 269 #include"netcdf.inc"269 INCLUDE "netcdf.inc" 270 270 271 271 integer ntime,nlevel … … 994 994 !--------------------------------------------------------------------------------------- 995 995 996 #include"compar1d.h"997 #include"date_cas.h"996 INCLUDE "compar1d.h" 997 INCLUDE "date_cas.h" 998 998 999 999 ! inputs: -
LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read2.F90
r4558 r4593 81 81 implicit none 82 82 83 #include"netcdf.inc"83 INCLUDE "netcdf.inc" 84 84 85 85 INTEGER nid,rid,ierr … … 192 192 implicit none 193 193 194 #include"netcdf.inc"194 INCLUDE "netcdf.inc" 195 195 196 196 INTEGER nid,rid,ierr … … 320 320 implicit none 321 321 322 #include"netcdf.inc"323 #include"date_cas.h"322 INCLUDE "netcdf.inc" 323 INCLUDE "date_cas.h" 324 324 325 325 INTEGER nid,rid,ierr … … 543 543 use netcdf, only: nf90_get_var 544 544 implicit none 545 #include"netcdf.inc"545 INCLUDE "netcdf.inc" 546 546 547 547 integer ntime,nlevel … … 660 660 use netcdf, only: nf90_get_var 661 661 implicit none 662 #include"netcdf.inc"662 INCLUDE "netcdf.inc" 663 663 664 664 integer ntime,nlevel … … 831 831 use netcdf, only: nf90_get_var 832 832 implicit none 833 #include"netcdf.inc"833 INCLUDE "netcdf.inc" 834 834 835 835 integer ntime,nlevel,k,t … … 1061 1061 !--------------------------------------------------------------------------------------- 1062 1062 1063 #include"compar1d.h"1064 #include"date_cas.h"1063 INCLUDE "compar1d.h" 1064 INCLUDE "date_cas.h" 1065 1065 1066 1066 ! inputs: … … 1270 1270 !--------------------------------------------------------------------------------------- 1271 1271 1272 #include"compar1d.h"1273 #include"date_cas.h"1272 INCLUDE "compar1d.h" 1273 INCLUDE "date_cas.h" 1274 1274 1275 1275 ! inputs: -
LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read_std.F90
r4297 r4593 90 90 implicit none 91 91 92 #include"netcdf.inc"93 #include"date_cas.h"92 INCLUDE "netcdf.inc" 93 INCLUDE "date_cas.h" 94 94 95 95 INTEGER nid,rid,ierr … … 331 331 use netcdf, only: nf90_get_var 332 332 implicit none 333 #include"netcdf.inc"334 #include"compar1d.h"333 INCLUDE "netcdf.inc" 334 INCLUDE "compar1d.h" 335 335 336 336 integer ntime,nlevel,k,t … … 671 671 !--------------------------------------------------------------------------------------- 672 672 673 #include"compar1d.h"674 #include"date_cas.h"673 INCLUDE "compar1d.h" 674 INCLUDE "date_cas.h" 675 675 676 676 ! inputs: … … 934 934 implicit none 935 935 936 #include"YOMCST.h"937 #include"dimensions.h"936 INCLUDE "YOMCST.h" 937 INCLUDE "dimensions.h" 938 938 939 939 !------------------------------------------------------------------------- -
LMDZ6/trunk/libf/phylmd/dyn1d/old_1DUTILS_read_interp.h
r4274 r4593 150 150 implicit none 151 151 152 #include"netcdf.inc"152 INCLUDE "netcdf.inc" 153 153 154 154 integer ntime,nlevel … … 495 495 496 496 implicit none 497 #include"netcdf.inc"497 INCLUDE "netcdf.inc" 498 498 integer nid,ttm,llm 499 499 real*8 time(ttm) … … 545 545 implicit none 546 546 547 #include"dimensions.h"547 INCLUDE "dimensions.h" 548 548 549 549 !------------------------------------------------------------------------- … … 659 659 implicit none 660 660 661 #include"dimensions.h"661 INCLUDE "dimensions.h" 662 662 663 663 !------------------------------------------------------------------------- … … 781 781 ! Read RICO forcing data 782 782 !------------------------------------------------------------------------- 783 #include"dimensions.h"783 INCLUDE "dimensions.h" 784 784 785 785 … … 1057 1057 implicit none 1058 1058 1059 #include"dimensions.h"1059 INCLUDE "dimensions.h" 1060 1060 1061 1061 !------------------------------------------------------------------------- … … 1179 1179 implicit none 1180 1180 1181 #include"dimensions.h"1181 INCLUDE "dimensions.h" 1182 1182 1183 1183 !------------------------------------------------------------------------- … … 1338 1338 implicit none 1339 1339 1340 #include"dimensions.h"1340 INCLUDE "dimensions.h" 1341 1341 1342 1342 !------------------------------------------------------------------------- … … 1561 1561 !--------------------------------------------------------------------------------------- 1562 1562 1563 #include"compar1d.h"1563 INCLUDE "compar1d.h" 1564 1564 1565 1565 ! inputs: … … 1703 1703 !--------------------------------------------------------------------------------------- 1704 1704 1705 #include"compar1d.h"1705 INCLUDE "compar1d.h" 1706 1706 1707 1707 ! inputs: … … 1816 1816 !--------------------------------------------------------------------------------------- 1817 1817 1818 #include"compar1d.h"1818 INCLUDE "compar1d.h" 1819 1819 1820 1820 ! inputs: … … 2173 2173 implicit none 2174 2174 2175 #include"netcdf.inc"2175 INCLUDE "netcdf.inc" 2176 2176 2177 2177 integer ntime,nlevel … … 2385 2385 implicit none 2386 2386 2387 #include"netcdf.inc"2388 #include"YOMCST.h"2387 INCLUDE "netcdf.inc" 2388 INCLUDE "YOMCST.h" 2389 2389 2390 2390 integer ntime,nlevel … … 2719 2719 implicit none 2720 2720 2721 #include"netcdf.inc"2721 INCLUDE "netcdf.inc" 2722 2722 2723 2723 integer ntime,nlevel,nsol … … 2960 2960 2961 2961 parameter (ncm_1=49180) 2962 #include"YOMCST.h"2962 INCLUDE "YOMCST.h" 2963 2963 2964 2964 real albsfc(ncm_1), albsfc_w(ncm_1) … … 3064 3064 SUBROUTINE read_rtmip(nlev_rtmip,play,plev,t,h2o,o3) 3065 3065 3066 #include"YOMCST.h"3066 INCLUDE "YOMCST.h" 3067 3067 3068 3068 real t(nlev_rtmip), pt(nlev_rtmip),pb(nlev_rtmip),h2o(nlev_rtmip), o3(nlev_rtmip) -
LMDZ6/trunk/libf/phylmd/dyn1d/old_1D_decl_cases.h
r3780 r4593 1 #include"netcdf.inc"1 INCLUDE "netcdf.inc" 2 2 3 3 ! Declarations specifiques au cas Toga -
LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.F90
r4558 r4593 47 47 48 48 implicit none 49 #include"dimensions.h"50 #include"YOMCST.h"51 !! #include"control.h"52 #include"clesphys.h"53 #include"dimsoil.h"54 ! #include"indicesol.h"55 56 #include"compar1d.h"57 #include"flux_arp.h"58 #include"date_cas.h"59 #include"tsoilnudge.h"60 #include"fcg_gcssold.h"61 !!! #include"fbforcing.h"62 #include"compbl.h"49 INCLUDE "dimensions.h" 50 INCLUDE "YOMCST.h" 51 !! INCLUDE "control.h" 52 INCLUDE "clesphys.h" 53 INCLUDE "dimsoil.h" 54 ! INCLUDE "indicesol.h" 55 56 INCLUDE "compar1d.h" 57 INCLUDE "flux_arp.h" 58 INCLUDE "date_cas.h" 59 INCLUDE "tsoilnudge.h" 60 INCLUDE "fcg_gcssold.h" 61 !!! INCLUDE "fbforcing.h" 62 INCLUDE "compbl.h" 63 63 64 64 !===================================================================== … … 163 163 !===================================================================== 164 164 ! 165 #include"old_1D_decl_cases.h"165 INCLUDE "old_1D_decl_cases.h" 166 166 ! 167 167 !--------------------------------------------------------------------- … … 721 721 !===================================================================== 722 722 723 #include"old_1D_read_forc_cases.h"723 INCLUDE "old_1D_read_forc_cases.h" 724 724 725 725 if (forcing_GCM2SCM) then … … 1069 1069 !--------------------------------------------------------------------- 1070 1070 1071 #include"old_1D_interp_cases.h"1071 INCLUDE "old_1D_interp_cases.h" 1072 1072 1073 1073 if (forcing_GCM2SCM) then … … 1257 1257 ! au dessus de 700hpa, on relaxe vers les profils initiaux 1258 1258 if (forcing_sandu .OR. forcing_astex) then 1259 #include"1D_nudge_sandu_astex.h"1259 INCLUDE "1D_nudge_sandu_astex.h" 1260 1260 else 1261 1261 u(1:mxcalc)=u(1:mxcalc) + timestep*( & … … 1362 1362 END SUBROUTINE old_lmdz1d 1363 1363 1364 #include"old_1DUTILS_read_interp.h"1364 INCLUDE "old_1DUTILS_read_interp.h" -
LMDZ6/trunk/libf/phylmd/dyn1d/replay1d.F90
r4589 r4593 11 11 12 12 implicit none 13 #include"dimensions.h"13 INCLUDE "dimensions.h" 14 14 15 15 real :: airefi -
LMDZ6/trunk/libf/phylmd/dyn1d/scm.F90
r4553 r4593 43 43 44 44 implicit none 45 #include"dimensions.h"46 #include"YOMCST.h"47 !! #include"control.h"48 #include"clesphys.h"49 #include"dimsoil.h"50 ! #include"indicesol.h"51 52 #include"compar1d.h"53 #include"flux_arp.h"54 #include"date_cas.h"55 #include"tsoilnudge.h"56 #include"fcg_gcssold.h"57 #include"compbl.h"45 INCLUDE "dimensions.h" 46 INCLUDE "YOMCST.h" 47 !! INCLUDE "control.h" 48 INCLUDE "clesphys.h" 49 INCLUDE "dimsoil.h" 50 ! INCLUDE "indicesol.h" 51 52 INCLUDE "compar1d.h" 53 INCLUDE "flux_arp.h" 54 INCLUDE "date_cas.h" 55 INCLUDE "tsoilnudge.h" 56 INCLUDE "fcg_gcssold.h" 57 INCLUDE "compbl.h" 58 58 59 59 !===================================================================== … … 129 129 !===================================================================== 130 130 ! 131 #include"1D_decl_cases.h"131 INCLUDE "1D_decl_cases.h" 132 132 ! 133 133 !--------------------------------------------------------------------- … … 489 489 !===================================================================== 490 490 491 #include"1D_read_forc_cases.h"491 INCLUDE "1D_read_forc_cases.h" 492 492 print*,'A d_t_adv ',d_t_adv(1:20)*86400 493 493 … … 807 807 !--------------------------------------------------------------------- 808 808 809 #include"1D_interp_cases.h"809 INCLUDE "1D_interp_cases.h" 810 810 811 811 !--------------------------------------------------------------------- -
LMDZ6/trunk/libf/phylmd/ener_conserv.F90
r4232 r4593 32 32 33 33 IMPLICIT none 34 #include"YOMCST.h"35 #include"YOETHF.h"36 #include"clesphys.h"37 #include"compbl.h"34 INCLUDE "YOMCST.h" 35 INCLUDE "YOETHF.h" 36 INCLUDE "clesphys.h" 37 INCLUDE "compbl.h" 38 38 39 39 ! Arguments -
LMDZ6/trunk/libf/phylmd/evappot.F90
r1907 r4593 4 4 IMPLICIT NONE 5 5 6 #include"YOMCST.h"7 #include"YOETHF.h"8 #include"FCTTRE.h"6 INCLUDE "YOMCST.h" 7 INCLUDE "YOETHF.h" 8 INCLUDE "FCTTRE.h" 9 9 10 10 -
LMDZ6/trunk/libf/phylmd/ini_undefSTD.F90
r3435 r4593 31 31 ! ==================================================================== 32 32 33 ! ym #include"dimphy.h"33 ! ym INCLUDE "dimphy.h" 34 34 ! variables Input/Output 35 35 ! INTEGER nlevSTD, klevSTD, itap -
LMDZ6/trunk/libf/phylmd/iophys.F90
r4361 r4593 220 220 ! px arrive 221 221 222 #include"iotd.h"222 INCLUDE "iotd.h" 223 223 224 224 -
LMDZ6/trunk/libf/phylmd/iotd_ecrit.F90
r4259 r4593 27 27 ! Commons 28 28 29 #include"netcdf.inc"30 #include"iotd.h"29 INCLUDE "netcdf.inc" 30 INCLUDE "iotd.h" 31 31 32 32 -
LMDZ6/trunk/libf/phylmd/iotd_fin.F90
r3102 r4593 14 14 15 15 16 #include"netcdf.inc"17 #include"iotd.h"16 INCLUDE "netcdf.inc" 17 INCLUDE "iotd.h" 18 18 integer ierr 19 19 -
LMDZ6/trunk/libf/phylmd/iotd_ini.F90
r3978 r4593 16 16 ! ------------- 17 17 18 #include"netcdf.inc"19 #include"iotd.h"18 INCLUDE "netcdf.inc" 19 INCLUDE "iotd.h" 20 20 21 21 ! Arguments: -
LMDZ6/trunk/libf/phylmd/lmdz_thermcell_alp.F90
r4590 r4593 37 37 ! ------------- 38 38 39 #include"YOMCST.h"40 #include"YOETHF.h"41 #include"FCTTRE.h"42 #include"alpale.h"39 INCLUDE "YOMCST.h" 40 INCLUDE "YOETHF.h" 41 INCLUDE "FCTTRE.h" 42 INCLUDE "alpale.h" 43 43 44 44 ! arguments: -
LMDZ6/trunk/libf/phylmd/lmdz_thermcell_qsat.F90
r4590 r4593 5 5 implicit none 6 6 7 #include"YOMCST.h"8 #include"YOETHF.h"9 #include"FCTTRE.h"7 INCLUDE "YOMCST.h" 8 INCLUDE "YOETHF.h" 9 INCLUDE "FCTTRE.h" 10 10 11 11 -
LMDZ6/trunk/libf/phylmd/methox.F90
r2136 r4593 65 65 IMPLICIT NONE 66 66 67 #include"YOMCST.h"67 INCLUDE "YOMCST.h" 68 68 69 69 INTEGER,INTENT(IN) :: KLON -
LMDZ6/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
r4575 r4593 2065 2065 2066 2066 #ifdef CPP_Dust 2067 #include"Dust/spla_output_dat.h"2067 INCLUDE "Dust/spla_output_dat.h" 2068 2068 #endif 2069 2069 -
LMDZ6/trunk/libf/phylmd/sw_aeroAR4.F90
r2530 r4593 26 26 IMPLICIT NONE 27 27 28 #include"YOMCST.h"29 #include"clesphys.h"28 INCLUDE "YOMCST.h" 29 INCLUDE "clesphys.h" 30 30 ! 31 31 ! ------------------------------------------------------------------ -
LMDZ6/trunk/libf/phylmd/tend_to_tke.F90
r3210 r4593 38 38 39 39 IMPLICIT NONE 40 #include"YOMCST.h"40 INCLUDE "YOMCST.h" 41 41 42 42 ! Declarations -
LMDZ6/trunk/libf/phylmd/undefSTD.F90
r3435 r4593 37 37 ! ==================================================================== 38 38 39 ! ym #include"dimphy.h"39 ! ymINCLUDE "dimphy.h" 40 40 ! variables Input 41 41 -
LMDZ6/trunk/libf/phylmd/yamada_c.F90
r3977 r4593 10 10 11 11 IMPLICIT NONE 12 #include"YOMCST.h"12 INCLUDE "YOMCST.h" 13 13 ! 14 14 ! timestep : pas de temps
Note: See TracChangeset
for help on using the changeset viewer.