Ignore:
Timestamp:
Jan 23, 2019, 11:46:38 AM (5 years ago)
Author:
Laurent Fairhead
Message:

Choosing the right ORCHIDEE interface and some XIOS stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/rrtm/readaerosolstrato1_rrtm.F90

    r3437 r3438  
    167167   
    168168    IF (grid_type==unstructured) THEN
     169#ifdef CPP_XIOS
    169170      IF (is_omp_master) THEN
    170171        ALLOCATE(tauaerstrat_mpi(klon_mpi,klev))
     
    175176      ENDIF
    176177      CALL scatter_omp(tauaerstrat_mpi,tau_aer_strat)
     178#endif
    177179    ELSE 
    178180      CALL scatter(tauaerstrat_mois_glo,tau_aer_strat)
Note: See TracChangeset for help on using the changeset viewer.