Changeset 4063 for LMDZ6/trunk/libf/dyn3d
- Timestamp:
- Jan 25, 2022, 1:01:52 AM (3 years ago)
- Location:
- LMDZ6/trunk/libf/dyn3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/dynetat0.f90
r4052 r4063 7 7 !------------------------------------------------------------------------------- 8 8 USE infotrac, ONLY: nqtot, tracers, iqiso, iso_indnum, tnat, alpha_ideal, & 9 ok_isotopes, maxlen 9 ok_isotopes 10 USE strings_mod, ONLY: maxlen 10 11 USE netcdf, ONLY: NF90_OPEN, NF90_NOWRITE, NF90_INQ_VARID, NF90_NoErr, & 11 12 NF90_CLOSE, NF90_GET_VAR -
LMDZ6/trunk/libf/dyn3d/dynredem.F90
r4050 r4063 7 7 USE IOIPSL 8 8 #endif 9 USE infotrac, ONLY: nqtot, tracers, maxlen 9 USE strings_mod, ONLY: maxlen 10 USE infotrac, ONLY: nqtot, tracers 10 11 USE netcdf, ONLY: NF90_CREATE, NF90_DEF_DIM, NF90_INQ_VARID, NF90_GLOBAL, & 11 12 NF90_CLOSE, NF90_PUT_ATT, NF90_UNLIMITED, NF90_CLOBBER, & … … 166 167 ! Purpose: Write the NetCDF restart file (append). 167 168 !------------------------------------------------------------------------------- 168 USE infotrac, ONLY: nqtot, tracers, type_trac, maxlen 169 USE strings_mod, ONLY: maxlen 170 USE infotrac, ONLY: nqtot, tracers, type_trac 169 171 USE control_mod 170 172 USE netcdf, ONLY: NF90_OPEN, NF90_NOWRITE, NF90_GET_VAR, NF90_INQ_VARID, &
Note: See TracChangeset
for help on using the changeset viewer.