Ignore:
Timestamp:
Aug 3, 2024, 2:56:58 PM (7 weeks ago)
Author:
abarral
Message:

Put .h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/inlandsis/sisvat_qso.f90

    r5128 r5160  
    378378
    379379      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)", &
    381381             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 "// &
    383383             "and ntdiff in time_steps.f"
    384384       stop
     
    424424
    425425      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)", &
    427427             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 "// &
    429429             "and ntdiff in time_steps.f"
    430430       stop
Note: See TracChangeset for help on using the changeset viewer.