Changeset 4325 for LMDZ6/trunk/libf/dynphy_lonlat/phylmd
- Timestamp:
- Nov 7, 2022, 3:09:43 AM (2 years ago)
- Location:
- LMDZ6/trunk/libf/dynphy_lonlat/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/ce0l.F90
r3815 r4325 23 23 USE netcdf, ONLY: NF90_OPEN, NF90_NOWRITE, NF90_CLOSE, NF90_NOERR, & 24 24 NF90_INQUIRE_DIMENSION, NF90_INQ_DIMID, NF90_INQ_VARID, NF90_GET_VAR 25 USE infotrac, ONLY: type_trac, in fotrac_init25 USE infotrac, ONLY: type_trac, init_infotrac 26 26 USE dimphy, ONLY: klon 27 27 USE test_disvert_m, ONLY: test_disvert … … 132 132 133 133 !--- Tracers initializations 134 CALL in fotrac_init()134 CALL init_infotrac() 135 135 136 136 CALL inifilr() -
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90
r4243 r4325 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: nbtr, nqCO2,tracers,isotopes,type_trac,types_trac,conv_flg,pbl_flg,nqtottr18 USE infotrac, ONLY: nbtr, type_trac, types_trac 19 19 #ifdef CPP_StratAer 20 20 USE infotrac_phy, ONLY: nbtr_bin, nbtr_sulgas, id_OCS_strat, & … … 137 137 138 138 ! Initialize tracer names, numbers, etc. for physics 139 CALL init_infotrac_phy (type_trac, tracers, isotopes, nqtottr, nqCO2, pbl_flg, conv_flg)139 CALL init_infotrac_phy 140 140 141 141 ! Initializations for Reprobus
Note: See TracChangeset
for help on using the changeset viewer.