Changeset 4172 for LMDZ6/trunk/libf/phy_common
- Timestamp:
- Jun 17, 2022, 5:49:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phy_common/physics_distribution_mod.F90
r4170 r4172 37 37 #endif 38 38 39 #ifdef REPROBUS 39 40 ! Initialization of Reprobus 40 IF (ANY(types_trac == 'repr')) THEN 41 #ifdef REPROBUS 42 CALL Init_chem_rep_phys(klon_omp,nbp_lev) 41 IF (ANY(types_trac == 'repr')) CALL Init_chem_rep_phys(klon_omp,nbp_lev) 42 END IF 43 43 #endif 44 END IF45 44 46 45 !$OMP END PARALLEL … … 71 70 ! CALL Init_dimphy(klon_omp,nbp_lev) 72 71 ! 72 !#ifdef REPROBUS 73 73 !! Initialization of Reprobus 74 ! IF (ANY(types_trac == 'repr')) THEN 75 !#ifdef REPROBUS 76 ! CALL Init_chem_rep_phys(klon_omp,nbp_lev) 74 ! IF (ANY(types_trac == 'repr')) CALL Init_chem_rep_phys(klon_omp,nbp_lev) 75 ! END IF 77 76 !#endif 78 ! END IF79 77 ! 80 78 !!$OMP END PARALLEL
Note: See TracChangeset
for help on using the changeset viewer.