Changeset 5112 for LMDZ6/branches/Amaury_dev/libf/misc
- Timestamp:
- Jul 24, 2024, 12:45:32 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/misc/wxios.F90
r5111 r5112 95 95 96 96 SUBROUTINE wxios_init(xios_ctx_name, locom, outcom, type_ocean) 97 USE print_control_mod, ONLY: prt_level, lunout97 USE lmdz_print_control, ONLY: prt_level, lunout 98 98 IMPLICIT NONE 99 99 … … 137 137 138 138 SUBROUTINE wxios_context_init() 139 USE print_control_mod, ONLY: prt_level, lunout139 USE lmdz_print_control, ONLY: prt_level, lunout 140 140 USE lmdz_phys_mpi_data, ONLY: COMM_LMDZ_PHY 141 141 IMPLICIT NONE … … 291 291 292 292 SUBROUTINE wxios_set_cal(pasdetemps, calendrier, annee, mois, jour, heure, ini_an, ini_mois, ini_jour, ini_heure) 293 USE print_control_mod, ONLY: prt_level, lunout293 USE lmdz_print_control, ONLY: prt_level, lunout 294 294 USE lmdz_abort_physic, ONLY: abort_physic 295 295 IMPLICIT NONE … … 365 365 is_sequential, is_south_pole_dyn 366 366 USE lmdz_grid_phy, only: nbp_lon, nbp_lat, klon_glo 367 USE print_control_mod, ONLY: prt_level, lunout368 USE geometry_mod367 USE lmdz_print_control, ONLY: prt_level, lunout 368 USE lmdz_geometry 369 369 370 370 IMPLICIT NONE … … 447 447 448 448 SUBROUTINE wxios_domain_param_unstructured(dom_id) 449 USE geometry_mod, ONLY: longitude, latitude, boundslon, boundslat,ind_cell_glo449 USE lmdz_geometry, ONLY: longitude, latitude, boundslon, boundslat,ind_cell_glo 450 450 USE lmdz_grid_phy, ONLY: nvertex, klon_glo 451 451 USE lmdz_phys_para 452 452 USE nrtype, ONLY: PI 453 USE ioipsl_getin_p_mod, ONLY: getin_p453 USE lmdz_ioipsl_getin_p, ONLY: getin_p 454 454 IMPLICIT NONE 455 455 CHARACTER(len=*),INTENT(IN) :: dom_id ! domain identifier … … 502 502 SUBROUTINE wxios_add_vaxis(axis_id, axis_size, axis_value, & 503 503 positif, bnds) 504 USE print_control_mod, ONLY: prt_level, lunout504 USE lmdz_print_control, ONLY: prt_level, lunout 505 505 IMPLICIT NONE 506 506 … … 559 559 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 560 560 SUBROUTINE wxios_add_file(fname, ffreq, flvl) 561 USE print_control_mod, ONLY: prt_level, lunout561 USE lmdz_print_control, ONLY: prt_level, lunout 562 562 IMPLICIT NONE 563 563 … … 643 643 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 644 644 SUBROUTINE wxios_add_field_to_file(fieldname, fdim, fid, fname, fieldlongname, fieldunit, field_level, op, nam_axvert) 645 USE print_control_mod, ONLY: prt_level, lunout645 USE lmdz_print_control, ONLY: prt_level, lunout 646 646 IMPLICIT NONE 647 647
Note: See TracChangeset
for help on using the changeset viewer.