Changeset 4170 for LMDZ6/trunk/libf/phy_common
- Timestamp:
- Jun 16, 2022, 8:16:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phy_common/physics_distribution_mod.F90
r4127 r4170 13 13 USE mod_grid_phy_lmdz, ONLY: init_grid_phy_lmdz 14 14 USE dimphy, ONLY : Init_dimphy 15 USE infotrac_phy, ONLY : type _trac15 USE infotrac_phy, ONLY : types_trac 16 16 #ifdef REPROBUS 17 17 USE CHEM_REP, ONLY : Init_chem_rep_phys … … 38 38 39 39 ! Initialization of Reprobus 40 IF ( type_trac == 'repr') THEN40 IF (ANY(types_trac == 'repr')) THEN 41 41 #ifdef REPROBUS 42 42 CALL Init_chem_rep_phys(klon_omp,nbp_lev) … … 52 52 ! USE mod_grid_phy_lmdz, ONLY: Init_grid_phy_lmdz!, nbp_lev 53 53 ! USE dimphy, ONLY : Init_dimphy 54 ! USE infotrac_phy, ONLY : type _trac54 ! USE infotrac_phy, ONLY : types_trac 55 55 !#ifdef REPROBUS 56 56 ! USE CHEM_REP, ONLY : Init_chem_rep_phys … … 72 72 ! 73 73 !! Initialization of Reprobus 74 ! IF ( type_trac == 'repr') THEN74 ! IF (ANY(types_trac == 'repr')) THEN 75 75 !#ifdef REPROBUS 76 76 ! CALL Init_chem_rep_phys(klon_omp,nbp_lev)
Note: See TracChangeset
for help on using the changeset viewer.