Changeset 5110 for LMDZ6/branches/Amaury_dev/libf/phylmd/tracco2i_mod.F90
- Timestamp:
- Jul 24, 2024, 11:19:08 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/tracco2i_mod.F90
r5103 r5110 42 42 USE carbon_cycle_mod, ONLY: ocean_area_tot 43 43 USE carbon_cycle_mod, ONLY: land_area_tot 44 USE mod_grid_phy_lmdz45 USE mod_phys_lmdz_mpi_data, ONLY: is_mpi_root46 USE mod_phys_lmdz_para, ONLY: gather, bcast, scatter47 USE mod_phys_lmdz_omp_data, ONLY: is_omp_root44 USE lmdz_grid_phy 45 USE lmdz_phys_mpi_data, ONLY: is_mpi_root 46 USE lmdz_phys_para, ONLY: gather, bcast, scatter 47 USE lmdz_phys_omp_data, ONLY: is_omp_root 48 48 USE phys_cal_mod 49 49 USE phys_state_var_mod, ONLY: pctsrf … … 345 345 ! USE infotrac_phy 346 346 USE geometry_mod, ONLY: cell_area 347 USE mod_grid_phy_lmdz348 USE mod_phys_lmdz_mpi_data, ONLY: is_mpi_root349 USE mod_phys_lmdz_para, ONLY: gather, scatter347 USE lmdz_grid_phy 348 USE lmdz_phys_mpi_data, ONLY: is_mpi_root 349 USE lmdz_phys_para, ONLY: gather, scatter 350 350 USE phys_cal_mod 351 351
Note: See TracChangeset
for help on using the changeset viewer.