Changeset 5113 for LMDZ6/branches/Amaury_dev/libf/phylmd/regr_pr_int_m.F90
- Timestamp:
- Jul 24, 2024, 1:17:08 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/regr_pr_int_m.F90
r5110 r5113 4 4 ! Author: Lionel GUEZ 5 5 6 implicit none6 IMPLICIT NONE 7 7 8 8 contains … … 26 26 use dimphy, only: klon 27 27 use netcdf95, only: nf95_inq_varid, nf95_get_var 28 use assert_m, only: assert28 use lmdz_assert, only: assert 29 29 use regr_lint_m, only: regr_lint 30 30 use lmdz_phys_mpi_data, only: is_mpi_root
Note: See TracChangeset
for help on using the changeset viewer.