Changeset 4603 for LMDZ6/trunk
- Timestamp:
- Jul 3, 2023, 7:42:11 PM (16 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h
r4593 r4603 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/lmdz1d.F90
r4593 r4603 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
Note: See TracChangeset
for help on using the changeset viewer.