Changeset 4593 for LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.F90
- Timestamp:
- Jun 29, 2023, 3:55:54 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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"
Note: See TracChangeset
for help on using the changeset viewer.