Changeset 4262


Ignore:
Timestamp:
Sep 20, 2022, 4:09:51 PM (20 months ago)
Author:
lguez
Message:

Bug fix: pass an array of integers as count

zklevo is real.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/read_pstoke.F90

    r4254 r4262  
    252252
    253253    ! niveaux de pression
    254     status = nf90_get_var(ncidp, varidpl, pl, [1], [zklevo])
     254    status = nf90_get_var(ncidp, varidpl, pl, [1], [ncklevo])
    255255
    256256    ! lecture de aire et phis
Note: See TracChangeset for help on using the changeset viewer.