Changeset 5271 for LMDZ6/trunk/libf/phylmd/dyn1d
- Timestamp:
- Oct 24, 2024, 4:25:39 PM (3 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd/dyn1d
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h
r5270 r5271 1 #include"conf_gcm.f90"1 INCLUDE "conf_gcm.f90" 2 2 3 3 ! … … 18 18 ! -------------- 19 19 20 #include"compar1d.h"21 #include"flux_arp.h"22 #include"tsoilnudge.h"23 #include"fcg_gcssold.h"24 #include"fcg_racmo.h"20 INCLUDE "compar1d.h" 21 INCLUDE "flux_arp.h" 22 INCLUDE "tsoilnudge.h" 23 INCLUDE "fcg_gcssold.h" 24 INCLUDE "fcg_racmo.h" 25 25 ! 26 26 ! … … 670 670 USE temps_mod, ONLY: annee_ref, day_ini, day_ref, itau_dyn 671 671 672 IMPLICIT NONE 672 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 673 IMPLICIT NONE 673 674 !======================================================= 674 675 ! Ecriture du fichier de redemarrage sous format NetCDF … … 676 677 ! Declarations: 677 678 ! ------------- 678 include "dimensions.h" 679 !! #include"control.h"679 680 !!INCLUDE "control.h" 680 681 681 682 ! Arguments: … … 816 817 USE temps_mod, ONLY: annee_ref,day_end,day_ref,itau_dyn,itaufin 817 818 818 IMPLICIT NONE 819 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 820 IMPLICIT NONE 819 821 !======================================================= 820 822 ! Ecriture du fichier de redemarrage sous format NetCDF … … 822 824 ! Declarations: 823 825 ! ------------- 824 include "dimensions.h" 825 !! #include"control.h"826 827 !!INCLUDE "control.h" 826 828 827 829 ! Arguments: … … 1128 1130 ! Auteur : P. Le Van . 1129 1131 ! 1130 IMPLICIT NONE 1131 1132 include "dimensions.h" 1132 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 1133 IMPLICIT NONE 1134 1135 1133 1136 include "paramet.h" 1134 1137 ! … … 1348 1351 !---------------------------------------------------------------------- 1349 1352 implicit none 1350 #include"YOMCST.h"1353 INCLUDE "YOMCST.h" 1351 1354 ! argument 1352 1355 integer llm … … 1422 1425 !---------------------------------------------------------------------- 1423 1426 implicit none 1424 #include"YOMCST.h"1427 INCLUDE "YOMCST.h" 1425 1428 ! argument 1426 1429 integer llm,nqtot … … 1741 1744 & ,dth_mod_cas,hth_mod_cas,vth_mod_cas,mxcalc) 1742 1745 1743 implicit none 1744 1745 #include "YOMCST.h" 1746 #include "dimensions.h" 1746 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 1747 implicit none 1748 1749 INCLUDE "YOMCST.h" 1750 1747 1751 1748 1752 !------------------------------------------------------------------------- -
LMDZ6/trunk/libf/phylmd/dyn1d/1Dconv.h
r4593 r5271 459 459 & ,d_t_adv,d_q_adv) 460 460 use dimphy 461 implicit none 462 463 INCLUDE "dimensions.h" 461 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 462 implicit none 463 464 464 465 !cccc INCLUDE "dimphy.h" 465 466 -
LMDZ6/trunk/libf/phylmd/dyn1d/lmdz1d.F90
r4603 r5271 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_cases_read_std.f90
r5270 r5271 931 931 ,dth_mod_cas,hth_mod_cas,vth_mod_cas,mxcalc) 932 932 933 implicit none 933 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 934 implicit none 934 935 935 936 INCLUDE "YOMCST.h" 936 INCLUDE "dimensions.h" 937 937 938 938 939 !------------------------------------------------------------------------- -
LMDZ6/trunk/libf/phylmd/dyn1d/old_1DUTILS_read_interp.h
r5270 r5271 542 542 & ,omega_mod,o3mmr_mod,mxcalc) 543 543 544 implicit none 545 546 INCLUDE "dimensions.h" 544 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 545 implicit none 546 547 547 548 548 549 !------------------------------------------------------------------------- … … 656 657 & ,tke_mod,o3mmr_mod,mxcalc) 657 658 658 implicit none 659 660 INCLUDE "dimensions.h" 659 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 660 implicit none 661 662 661 663 662 664 !------------------------------------------------------------------------- … … 775 777 & ,ts_rico,t_rico,q_rico,u_rico,v_rico,w_rico & 776 778 & ,dth_dyn,dqh_dyn) 777 implicit none 779 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 780 implicit none 778 781 779 782 !------------------------------------------------------------------------- 780 ! Read RICO forcing data 783 ! Read RICO forcing data 781 784 !------------------------------------------------------------------------- 782 INCLUDE "dimensions.h" 785 783 786 784 787 … … 1054 1057 & ,ht_mod,vt_mod,hq_mod,vq_mod,mxcalc) 1055 1058 1056 implicit none 1057 1058 INCLUDE "dimensions.h" 1059 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 1060 implicit none 1061 1062 1059 1063 1060 1064 !------------------------------------------------------------------------- … … 1176 1180 & ,dt_mod_cas,ht_mod_cas,vt_mod_cas,dtrad_mod_cas,dq_mod_cas,hq_mod_cas,vq_mod_cas,mxcalc) 1177 1181 1178 implicit none 1179 1180 INCLUDE "dimensions.h" 1182 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 1183 implicit none 1184 1185 1181 1186 1182 1187 !------------------------------------------------------------------------- … … 1335 1340 & ,ht_mod,hq_mod,hu_mod,hv_mod,w_mod,omega_mod,mxcalc) 1336 1341 1337 implicit none 1338 1339 INCLUDE "dimensions.h" 1342 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 1343 implicit none 1344 1345 1340 1346 1341 1347 !------------------------------------------------------------------------- -
LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.f90
r5268 r5271 48 48 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_OUTPUTPHYSSCM 49 49 50 implicit none 51 INCLUDE "dimensions.h" 50 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 51 implicit none 52 52 53 INCLUDE "YOMCST.h" 53 54 !! INCLUDE "control.h" -
LMDZ6/trunk/libf/phylmd/dyn1d/replay1d.f90
r5268 r5271 10 10 11 11 12 implicit none 13 INCLUDE "dimensions.h" 12 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 13 implicit none 14 14 15 15 16 real :: airefi -
LMDZ6/trunk/libf/phylmd/dyn1d/scm.f90
r5268 r5271 44 44 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_OUTPUTPHYSSCM 45 45 46 implicit none 47 INCLUDE "dimensions.h" 46 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 47 implicit none 48 48 49 INCLUDE "YOMCST.h" 49 50 !! INCLUDE "control.h"
Note: See TracChangeset
for help on using the changeset viewer.