- Timestamp:
- Jul 23, 2024, 8:22:55 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/readaerosolstrato.F90
r5099 r5101 5 5 use netcdf, only: nf90_get_var, nf90_noerr, nf90_nowrite 6 6 7 USE phys_cal_mod, ONLY 7 USE phys_cal_mod, ONLY: mth_cur 8 8 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat, klon_glo, & 9 9 grid2dto1d_glo, grid_type, unstructured 10 USE mod_phys_lmdz_mpi_data, ONLY 11 USE mod_phys_lmdz_omp_data, ONLY 10 USE mod_phys_lmdz_mpi_data, ONLY: is_mpi_root 11 USE mod_phys_lmdz_omp_data, ONLY: is_omp_root 12 12 USE mod_phys_lmdz_para 13 13 USE phys_state_var_mod
Note: See TracChangeset
for help on using the changeset viewer.