Changeset 3865 for LMDZ6/trunk/libf/dynphy_lonlat
- Timestamp:
- Mar 23, 2021, 4:14:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90
r3677 r3865 16 16 USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid) 17 17 USE vertical_layers_mod, ONLY : init_vertical_layers 18 USE infotrac, ONLY: nqtot,nqo,nbtr, tname,ttext,type_trac,&18 USE infotrac, ONLY: nqtot,nqo,nbtr,nqINCA,tname,ttext,type_trac,& 19 19 niadv,conv_flg,pbl_flg,solsym,& 20 20 nqfils,nqdesc,nqdesc_tot,iqfils,iqpere,& … … 146 146 147 147 ! Initialize tracer names, numbers, etc. for physics 148 CALL init_infotrac_phy(nqtot,nqo,nbtr, tname,ttext,type_trac,&148 CALL init_infotrac_phy(nqtot,nqo,nbtr,nqINCA,tname,ttext,type_trac,& 149 149 niadv,conv_flg,pbl_flg,solsym,& 150 150 nqfils,nqdesc,nqdesc_tot,iqfils,iqpere,& … … 172 172 !$OMP END PARALLEL 173 173 174 IF (type_trac == 'inca' ) THEN174 IF (type_trac == 'inca' .OR. type_trac == 'inco') THEN 175 175 #ifdef INCA 176 176 call init_const_lmdz( & … … 198 198 END IF 199 199 200 IF (type_trac == 'inca' ) THEN200 IF (type_trac == 'inca' .OR. type_trac == 'inco') THEN 201 201 #ifdef INCA 202 202 CALL init_inca_dim(klon_omp,nbp_lev,nbp_lon,nbp_lat - 1, &
Note: See TracChangeset
for help on using the changeset viewer.