Changeset 4501 for ICOSA_LMDZ/src
- Timestamp:
- Apr 6, 2023, 3:25:07 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ICOSA_LMDZ/src/phylmd/interface_icosa_lmdz.F90
r4498 r4501 56 56 USE transfert_mod 57 57 USE physics_distribution_mod, ONLY : init_physics_distribution 58 USE infotrac_phy, ONLY: init_infotrac_phy 59 58 60 59 61 … … 170 172 ENDDO 171 173 ENDDO 174 175 CALL init_infotrac_phy 176 172 177 173 178 !$OMP PARALLEL … … 206 211 USE infotrac_phy, ONLY : init_infotrac_phy 207 212 USE inifis_mod, ONLY : inifis 208 USE trac_types_mod213 USE readTracFiles_mod, ONLY: trac_type, isot_type 209 214 USE tracer_icosa_mod, ONLY : tracs 210 215 USE readTracFiles_mod, ONLY: delPhase … … 426 431 427 432 428 CALL init_infotrac_phy (type_trac, tracers_ico2lmdz, isotopes_ico2lmdz , nqtot-nqo, 0 , pbl_flg, conv_flg)433 CALL init_infotrac_phy 429 434 430 435 ! Initialize physical constant
Note: See TracChangeset
for help on using the changeset viewer.