Changeset 3214 for trunk/LMDZ.COMMON/libf/evolution/reshape_XIOS_output.F90
- Timestamp:
- Feb 12, 2024, 5:37:25 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/reshape_XIOS_output.F90
r3181 r3214 14 14 implicit none 15 15 16 integer :: state, ncid , ncid1, ncid2, nDims, nVars, nGlobalAtts, unlimDimID17 integer :: i, j,include_parents, cstat16 integer :: state, ncid1, ncid2, nDims, nVars, nGlobalAtts, unlimDimID 17 integer :: i, include_parents, cstat 18 18 integer, dimension(:), allocatable :: dimids, varids, dimids_2, varids_2, dimid_var 19 19 real, dimension(:), allocatable :: tempvalues_1d, values_1d … … 31 31 write(str(1:1),'(i1.1)') numyear 32 32 33 state = nf90_open(path = "data2reshape "//str//".nc", mode = nf90_nowrite, ncid = ncid1)33 state = nf90_open(path = "data2reshape_Y"//str//".nc", mode = nf90_nowrite, ncid = ncid1) 34 34 if (state /= nf90_noerr) call handle_err(state) 35 35
Note: See TracChangeset
for help on using the changeset viewer.