Changeset 2997 for LMDZ5/trunk
- Timestamp:
- Sep 28, 2017, 8:32:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq_mod.F90
r2994 r2997 213 213 !IM for NMC files 214 214 ! use netcdf, only: nf90_fill_real 215 use netcdf 215 use netcdf, only: nf90_fill_real 216 216 use mod_phys_lmdz_mpi_data, only: is_mpi_root 217 217 USE aero_mod … … 443 443 real wght_cvfd(klon,klev) 444 444 #ifndef CPP_XIOS 445 REAL, SAVE :: missing_val 445 REAL, SAVE :: missing_val=nf90_fill_real 446 446 #endif 447 447 ! Variables pour le lessivage convectif
Note: See TracChangeset
for help on using the changeset viewer.