Changeset 4389 for LMDZ6/trunk/libf/phy_common
- Timestamp:
- Jan 23, 2023, 11:28:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phy_common/physics_distribution_mod.F90
r4263 r4389 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 s_trac15 USE infotrac_phy, ONLY : type_trac 16 16 #ifdef REPROBUS 17 17 USE CHEM_REP, ONLY : Init_chem_rep_phys … … 39 39 #ifdef REPROBUS 40 40 ! Initialization of Reprobus 41 IF ( ANY(types_trac == 'repr')) CALL Init_chem_rep_phys(klon_omp,nbp_lev)41 IF (type_trac == 'repr') CALL Init_chem_rep_phys(klon_omp,nbp_lev) 42 42 #endif 43 43 … … 50 50 ! USE mod_grid_phy_lmdz, ONLY: Init_grid_phy_lmdz!, nbp_lev 51 51 ! USE dimphy, ONLY : Init_dimphy 52 ! USE infotrac_phy, ONLY : type s_trac52 ! USE infotrac_phy, ONLY : type_trac 53 53 !#ifdef REPROBUS 54 54 ! USE CHEM_REP, ONLY : Init_chem_rep_phys … … 71 71 !#ifdef REPROBUS 72 72 !! Initialization of Reprobus 73 ! IF ( ANY(types_trac == 'repr')) CALL Init_chem_rep_phys(klon_omp,nbp_lev)73 ! IF (type_trac == 'repr') CALL Init_chem_rep_phys(klon_omp,nbp_lev) 74 74 ! END IF 75 75 !#endif
Note: See TracChangeset
for help on using the changeset viewer.