Changeset 3844 for LMDZ6/branches/LMDZ-INCA-Dyn
- Timestamp:
- Feb 15, 2021, 4:27:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ-INCA-Dyn/libf/phy_common/physics_distribution_mod.F90
r3841 r3844 28 28 29 29 30 ! IF (type_trac == 'inca') THEN 31 #ifdef INCA 32 CALL Init_inca_dim(klon_omp,nbp_lev) 33 #endif 34 ! END IF 35 30 36 CALL init_grid_phy_lmdz(grid_type,nvertex, nbp_lon,nbp_lat,nbp_lev) 31 37 CALL init_phys_lmdz_para(nbp,nbp_lon, nbp_lat,nbp_lev, grid_type,nvertex, communicator) … … 37 43 #ifdef REPROBUS 38 44 CALL Init_chem_rep_phys(klon_omp,nbp_lev) 39 #endif40 ! END IF41 ! IF (type_trac == 'inca') THEN42 #ifdef INCA43 CALL Init_inca_dim(klon_omp,nbp_lev)44 45 #endif 45 46 ! END IF
Note: See TracChangeset
for help on using the changeset viewer.