Changeset 2997 for LMDZ5


Ignore:
Timestamp:
Sep 28, 2017, 8:32:22 AM (7 years ago)
Author:
Ehouarn Millour
Message:

Missing initialization for "missing_val" in physiq when not using XIOS.
Set it to default netcdf parameter value "nf90_fill_real".
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq_mod.F90

    r2994 r2997  
    213213    !IM for NMC files
    214214    !     use netcdf, only: nf90_fill_real
    215     use netcdf
     215    use netcdf, only: nf90_fill_real
    216216    use mod_phys_lmdz_mpi_data, only: is_mpi_root
    217217    USE aero_mod
     
    443443    real wght_cvfd(klon,klev)
    444444#ifndef CPP_XIOS
    445     REAL, SAVE :: missing_val
     445    REAL, SAVE :: missing_val=nf90_fill_real
    446446#endif
    447447    ! Variables pour le lessivage convectif
Note: See TracChangeset for help on using the changeset viewer.