Ignore:
Timestamp:
Jul 25, 2024, 5:47:25 PM (6 months ago)
Author:
abarral
Message:

Correct bug in vlspltqs_loc.f90 from r2270 where we call SSUM with incorrect arguments.
Merge the three different versions of abort_gcm into one
Fix seq, para 3D compilation broken from r5107 onwards
(lint) usual + Remove uneeded fixed-form continuations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/physiq_mod.F90

    r5117 r5128  
    417417       reffclwc, cldnvi, lcc3d, lcc3dcon, lcc3dstra, icc3dcon, icc3dstra
    418418       USE output_physiqex_mod, ONLY: output_physiqex
     419       USE lmdz_simu_airs, ONLY: simu_airs
    419420
    420421
     
    679680
    680681    !      REAL,ALLOCATABLE,save :: run_off_lic_0(:)
    681     !$OMP THREADPRIVATE(run_off_lic_0)
     682    !!! !$OMP THREADPRIVATE(run_off_lic_0)
    682683    !ym      SAVE run_off_lic_0
    683684    !KE43
Note: See TracChangeset for help on using the changeset viewer.