Changeset 5182 for LMDZ6/branches/Amaury_dev/libf/dyn3dmem/dynredem_loc.F90
- Timestamp:
- Sep 10, 2024, 4:25:29 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/dynredem_loc.F90
r5159 r5182 8 8 USE mod_hallo 9 9 USE lmdz_strings, ONLY: maxlen 10 USE infotrac, ONLY: nqtot, tracers10 USE lmdz_infotrac, ONLY: nqtot, tracers 11 11 USE netcdf, ONLY: nf90_create, nf90_def_dim, nf90_inq_varid, nf90_global, & 12 12 nf90_close, nf90_put_att, nf90_unlimited, nf90_clobber, & … … 169 169 USE mod_hallo 170 170 USE lmdz_strings, ONLY: maxlen 171 USE infotrac, ONLY: nqtot, tracers, type_trac171 USE lmdz_infotrac, ONLY: nqtot, tracers, type_trac 172 172 USE control_mod 173 173 USE netcdf, ONLY: nf90_open, nf90_nowrite, nf90_get_var, nf90_inq_varid, &
Note: See TracChangeset
for help on using the changeset viewer.