Changeset 4593 for LMDZ6/trunk/libf/dyn3dmem
- Timestamp:
- Jun 29, 2023, 3:55:54 PM (2 years ago)
- Location:
- LMDZ6/trunk/libf/dyn3dmem
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.