Changeset 2319
- Timestamp:
- Jun 30, 2015, 1:49:22 PM (10 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/iophy.F90
r2311 r2319 46 46 is_sequential, is_south_pole 47 47 USE mod_grid_phy_lmdz, only: nbp_lon, nbp_lat, klon_glo 48 USE print_control_mod, ONLY: prt_level,lunout 48 49 #ifdef CPP_IOIPSL 49 50 USE ioipsl, only: flio_dom_set … … 562 563 clef_stations, phys_out_filenames, lev_files, & 563 564 nid_files, nhorim, swaero_diag 565 USE print_control_mod, ONLY: prt_level,lunout 564 566 #ifdef CPP_XIOS 565 567 use wxios, only: wxios_add_field_to_file -
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
r2311 r2319 247 247 USE iophy, only: set_itau_iophy, histwrite_phy 248 248 USE netcdf, only: nf90_fill_real 249 USE print_control_mod, ONLY: prt_level,lunout 250 249 251 250 252 #ifdef CPP_XIOS
Note: See TracChangeset
for help on using the changeset viewer.