Ignore:
Timestamp:
Jul 10, 2023, 1:40:39 AM (12 months ago)
Author:
yann meurdesoif
Message:

Suppress usage of preprocessing key CPP_XIOS.
Wrapper file is used to suppress XIOS symbol when xios is not linked and not used (-io ioipsl)
The CPP_XIOS key is replaced in model by "using_xios" boolean variable to switch between IOIPSL or XIOS output.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cospv2/lmdz_cosp_output_write_mod.F90

    r3731 r4619  
    4242
    4343    USE wxios, only: wxios_closedef
    44     USE xios, only: xios_update_calendar, xios_field_is_active
     44    USE lmdz_xios, only: xios_update_calendar, xios_field_is_active
    4545  IMPLICIT NONE 
    4646!!! Variables d'entree
     
    807807  USE print_control_mod, ONLY: lunout,prt_level
    808808
    809   USE xios, only: xios_send_field
     809  USE lmdz_xios, only: xios_send_field
    810810
    811811  IMPLICIT NONE
     
    889889  USE print_control_mod, ONLY: lunout,prt_level
    890890
    891   USE xios, only: xios_send_field
     891  USE lmdz_xios, only: xios_send_field
    892892
    893893
     
    980980  USE print_control_mod, ONLY: lunout,prt_level
    981981
    982   USE xios, only: xios_send_field
     982  USE lmdz_xios, only: xios_send_field
    983983
    984984
Note: See TracChangeset for help on using the changeset viewer.