Changeset 5252 for LMDZ6/trunk/libf/phy_common
- Timestamp:
- Oct 22, 2024, 2:09:45 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified LMDZ6/trunk/libf/phy_common/physics_distribution_mod.F90 ¶
r5251 r5252 14 14 USE dimphy, ONLY : Init_dimphy 15 15 USE infotrac_phy, ONLY : type_trac 16 #ifdef REPROBUS 17 USE CHEM_REP, ONLY : Init_chem_rep_phys 18 #endif 19 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_INCA 16 USE lmdz_reprobus_wrappers, ONLY : Init_chem_rep_phys 17 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_INCA, CPPKEY_REPROBUS 20 18 21 19 IMPLICIT NONE … … 38 36 END IF 39 37 40 #ifdef REPROBUS 38 IF (CPPKEY_REPROBUS) THEN 41 39 ! Initialization of Reprobus 42 40 IF (type_trac == 'repr') CALL Init_chem_rep_phys(klon_omp,nbp_lev) 43 #endif 41 END IF 44 42 45 43 !$OMP END PARALLEL … … 53 51 ! USE infotrac_phy, ONLY : type_trac 54 52 !#ifdef REPROBUS 55 ! USE CHEM_REP, ONLY : Init_chem_rep_phys53 ! USE lmdz_reprobus_wrappers, ONLY : Init_chem_rep_phys 56 54 !#endif 57 55
Note: See TracChangeset
for help on using the changeset viewer.