- Timestamp:
- Jul 8, 2020, 7:49:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Optimisation_LMDZ/libf/phylmd/phys_output_write_xios_mod.f90
r3753 r3754 326 326 USE print_control_mod, ONLY: prt_level, lunout 327 327 328 USE xios 328 USE xios_interface, ONLY : CPP_XIOS_defined, xios_fieldgroup, xios_field, xios_get_handle, xios_add_child, xios_set_attr, xios_update_calendar 329 329 USE wxios, ONLY: wxios_closedef, missing_val, wxios_set_context 330 330 USE vertical_layers_mod, ONLY: presnivs … … 382 382 REAL, DIMENSION(klon) :: zrho, zt 383 383 384 if( .not. CPP_XIOS_defined ) call abort_physic("phys_output_write_xios", "This io backend can only be used when LMDZ is compiled with XIOS support",1 ) 384 385 if( .not. ok_all_xml ) call abort_physic("phys_output_write_xios", "This io backend only supports ok_all_xml = .true.", 1) 385 386
Note: See TracChangeset
for help on using the changeset viewer.