- Timestamp:
- Jul 23, 2024, 3:29:36 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/inlandsis/surf_inlandsis_mod.F90
r5101 r5103 206 206 IF (debut) THEN 207 207 firstcall = .TRUE. 208 INI_SV = . false.208 INI_SV = .FALSE. 209 209 ELSE 210 firstcall = . false.211 INI_SV = . true.210 firstcall = .FALSE. 211 INI_SV = .TRUE. 212 212 END IF 213 213 … … 1047 1047 ! Objet: Lecture du fichier de conditions initiales pour SISVAT 1048 1048 !====================================================================== 1049 ! include "indicesol.h"1050 1051 ! include "dimsoil.h"1052 1049 include "clesphys.h" 1053 include "thermcell.h"1054 1050 include "compbl.h" 1055 1051 … … 1284 1280 IMPLICIT none 1285 1281 1286 ! include "indicesol.h"1287 ! include "dimsoil.h"1288 1282 include "clesphys.h" 1289 include "thermcell.h"1290 1283 include "compbl.h" 1291 1284
Note: See TracChangeset
for help on using the changeset viewer.