Changeset 5110 for LMDZ6/branches/Amaury_dev/libf/phylmd/global_mean.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/global_mean.F90
r5103 r5110 6 6 7 7 USE dimphy 8 USE mod_phys_lmdz_para, only: is_sequential9 USE mod_phys_lmdz_transfert_para, only: reduce_sum10 use mod_phys_lmdz_mpi_data, only: is_mpi_root8 USE lmdz_phys_para, only: is_sequential 9 USE lmdz_phys_transfert_para, only: reduce_sum 10 use lmdz_phys_mpi_data, only: is_mpi_root 11 11 USE ioipsl 12 12 implicit none
Note: See TracChangeset
for help on using the changeset viewer.