Changeset 5160 for LMDZ6/branches/Amaury_dev/libf/phylmd/inlandsis
- Timestamp:
- Aug 3, 2024, 2:56:58 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/inlandsis/sisvat_qso.f90
r5128 r5160 378 378 379 379 IF(ikm<0.OR.ik0<0.OR.ikp<0)THEN 380 print*,"CRASH1 in sisvat_qso.f on pixel (i,j,n)", &380 PRINT *,"CRASH1 in sisvat_qso.f on pixel (i,j,n)", & 381 381 ii__SV(ikl),jj__SV(ikl),nn__SV(ikl) 382 print*,"decrease your time step or increase ntphys "// &382 PRINT *,"decrease your time step or increase ntphys "// & 383 383 "and ntdiff in time_steps.f" 384 384 stop … … 424 424 425 425 IF(ik0<0.OR.ikp<0)THEN 426 print*,"CRASH2 in sisvat_qso.f on pixel (i,j,n)", &426 PRINT *,"CRASH2 in sisvat_qso.f on pixel (i,j,n)", & 427 427 ii__SV(ikl),jj__SV(ikl),nn__SV(ikl) 428 print*,"decrease your time step or increase ntphys "// &428 PRINT *,"decrease your time step or increase ntphys "// & 429 429 "and ntdiff in time_steps.f" 430 430 stop
Note: See TracChangeset
for help on using the changeset viewer.