Changeset 4120 for LMDZ6/trunk/libf/dynphy_lonlat/phylmd
- Timestamp:
- Apr 5, 2022, 3:44:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90
r4103 r4120 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,nqCO2,tracers,type_trac,& 19 conv_flg,pbl_flg,solsym,& 20 ok_isotopes,ok_iso_verif,ok_isotrac,& 21 ok_init_iso,niso_possibles,tnat,& 22 alpha_ideal,use_iso,iqiso,iso_indnum,& 23 indnum_fn_num,index_trac,& 24 niso,ntraceurs_zone,ntraciso,nqtottr 18 USE infotrac, ONLY: nbtr,nqCO2,tracers,isotopes,type_trac,conv_flg,pbl_flg,solsym,nqtottr 25 19 #ifdef CPP_StratAer 26 20 USE infotrac_phy, ONLY: nbtr_bin, nbtr_sulgas, id_OCS_strat, & … … 143 137 144 138 ! Initialize tracer names, numbers, etc. for physics 145 CALL init_infotrac_phy(nqtot,nqo,nbtr,nqtottr,nqCO2,tracers,type_trac,& 146 conv_flg,pbl_flg,solsym,& 147 ok_isotopes,ok_iso_verif,ok_isotrac,& 148 ok_init_iso,niso_possibles,tnat,& 149 alpha_ideal,use_iso,iqiso,iso_indnum,& 150 indnum_fn_num,index_trac,& 151 niso,ntraceurs_zone,ntraciso) 139 CALL init_infotrac_phy(type_trac, tracers, isotopes, nqtottr, nqCO2, pbl_flg, conv_flg, solsym) 152 140 153 141 ! Initializations for Reprobus
Note: See TracChangeset
for help on using the changeset viewer.