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/create_etat0_unstruct.F90

    r4595 r4619  
    99 
    1010  SUBROUTINE init_create_etat0_unstruct
    11 #ifdef CPP_XIOS
    12   USE xios
     11  USE lmdz_xios
    1312  USE netcdf
    1413  USE mod_phys_lmdz_para
     
    3938    ENDIF
    4039
    41 #endif
    42  
    4340  END SUBROUTINE init_create_etat0_unstruct
    4441 
     
    4643  SUBROUTINE create_etat0_unstruct
    4744  USE dimphy
    48 #ifdef CPP_XIOS
    49   USE xios
     45  USE lmdz_xios
    5046  USE infotrac_phy
    5147  USE fonte_neige_mod
     
    269265    CALL phyredem( "startphy.nc" )
    270266
    271 #endif
    272267  END SUBROUTINE create_etat0_unstruct
    273268
Note: See TracChangeset for help on using the changeset viewer.