Ignore:
Timestamp:
Jul 25, 2024, 5:47:25 PM (4 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/phylmd/physiq_mod.F90

    r5117 r5128  
    349349            reffclwc, cldnvi, lcc3d, lcc3dcon, lcc3dstra, icc3dcon, icc3dstra
    350350    USE output_physiqex_mod, ONLY: output_physiqex
     351    USE lmdz_simu_airs, ONLY: simu_airs
    351352
    352353    IMPLICIT NONE
     
    600601
    601602    !      REAL,ALLOCATABLE,save :: run_off_lic_0(:)
    602     !$OMP THREADPRIVATE(run_off_lic_0)
     603    !!! !$OMP THREADPRIVATE(run_off_lic_0)
    603604    !ym      SAVE run_off_lic_0
    604605    !KE43
Note: See TracChangeset for help on using the changeset viewer.