Changeset 5296 for LMDZ6/trunk/libf/phylmd/inlandsis
- Timestamp:
- Oct 30, 2024, 2:05:33 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/inlandsis/surf_inlandsis_mod.f90
r5282 r5296 1040 1040 USE dimsoil_mod_h, ONLY: nsoilmx, nsnowmx, nsismx 1041 1041 USE clesphys_mod_h 1042 USE compbl_mod_h 1042 1043 IMPLICIT none 1043 1044 !====================================================================== … … 1045 1046 ! Objet: Lecture du fichier de conditions initiales pour SISVAT 1046 1047 !====================================================================== 1047 ! include "indicesol.h" 1048 1049 ! 1050 include "compbl.h" 1051 1052 !====================================================================== 1048 1053 1049 CHARACTER(LEN = *) :: fichnom 1054 1050 … … 1268 1264 ! Objet: Ecriture de l'etat de redemarrage pour SISVAT 1269 1265 !====================================================================== 1270 USE mod_grid_phy_lmdz 1266 USE compbl_mod_h 1267 USE mod_grid_phy_lmdz 1271 1268 USE mod_phys_lmdz_para 1272 1269 USE iostart … … 1280 1277 1281 1278 IMPLICIT none 1282 include "compbl.h"1283 1279 1284 1280 !======================================================================
Note: See TracChangeset
for help on using the changeset viewer.