Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (2 months ago)
Author:
abarral
Message:

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d_common/exner_hyb_m.F90

    r5099 r5101  
    6060       if (llm==1) then
    6161          if (kappa/=1) then
    62              call abort_gcm(modname, &
     62             CALL abort_gcm(modname, &
    6363                  "kappa!=1 , but running in Shallow Water mode!!",42)
    6464          endif
    6565          if (cpp/=r) then
    66              call abort_gcm(modname, &
     66             CALL abort_gcm(modname, &
    6767                  "cpp!=r , but running in Shallow Water mode!!",42)
    6868          endif
Note: See TracChangeset for help on using the changeset viewer.