Changeset 2319


Ignore:
Timestamp:
Jun 30, 2015, 1:49:22 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Some initialisation missing

Location:
LMDZ5/trunk/libf/phylmd
Files:
2 edited

Legend:

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

    r2311 r2319  
    4646                                is_sequential, is_south_pole
    4747  USE mod_grid_phy_lmdz, only: nbp_lon, nbp_lat, klon_glo
     48  USE print_control_mod, ONLY: prt_level,lunout
    4849#ifdef CPP_IOIPSL
    4950  USE ioipsl, only: flio_dom_set
     
    562563                                   clef_stations, phys_out_filenames, lev_files, &
    563564                                   nid_files, nhorim, swaero_diag
     565    USE print_control_mod, ONLY: prt_level,lunout
    564566#ifdef CPP_XIOS
    565567    use wxios, only: wxios_add_field_to_file
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2311 r2319  
    247247    USE iophy, only: set_itau_iophy, histwrite_phy
    248248    USE netcdf, only: nf90_fill_real
     249    USE print_control_mod, ONLY: prt_level,lunout
     250
    249251
    250252#ifdef CPP_XIOS
Note: See TracChangeset for help on using the changeset viewer.