Changeset 3465 for LMDZ6/trunk/libf/phylmd/iophy.F90
- Timestamp:
- Mar 14, 2019, 10:34:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/iophy.F90
r3457 r3465 49 49 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat, klon_glo, grid_type, unstructured 50 50 USE print_control_mod, ONLY: prt_level,lunout 51 USE surface_data, ONLY : type_ocean52 51 #ifdef CPP_IOIPSL 53 52 USE ioipsl, ONLY: flio_dom_set … … 74 73 75 74 #ifdef CPP_XIOS 76 IF ( type_ocean /= 'couple' ) THEN77 75 CALL wxios_context_init 78 ENDIF79 76 #endif 80 77
Note: See TracChangeset
for help on using the changeset viewer.