Ignore:
Timestamp:
Jul 25, 2024, 5:47:25 PM (2 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/dyn3d/guide_mod.F90

    r5118 r5128  
    1616          nf90_64bit_offset, nf90_inq_dimid, nf90_inquire_dimension, nf90_put_var
    1717  USE lmdz_pres2lev, ONLY: pres2lev
     18
    1819
    1920  IMPLICIT NONE
     
    7576    USE serre_mod, ONLY: grossismx
    7677
     78
    7779    IMPLICIT NONE
    7880
     
    355357    USE comvert_mod, ONLY: ap, bp, preff, presnivs, pressure_exner
    356358    USE lmdz_iniprint, ONLY: lunout, prt_level
     359
    357360
    358361    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.