- Sep 26, 2017
-
-
WAUTELET Philippe authored
-
- Sep 25, 2017
-
-
WAUTELET Philippe authored
* removed TRANSFR and TRANSFW subroutines (dangerous and not respecting array profiles and types) * replaced by intrinsic TRANSFER (Fortran 90)
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
* added IO_READ_FIELD_BYNAME_X4/X5/X6 and IO_READ_FIELD_BYFIELD_X4/X5/X6 subroutines to IO_READ_FIELD procedure * added IO_READ_FIELD_LFI_X4/X5/X6 subroutines to IO_READ_FIELD_LFI procedure * added IO_READ_FIELD_NC4_X4/X5/X6 subroutines to IO_READ_FIELD_NC4 procedure
-
WAUTELET Philippe authored
-
- Sep 22, 2017
-
-
WAUTELET Philippe authored
* CINIFILE/CINIFILEPGD: default values now set in modd_lunitn * CLUOUT and COUTFILE: initialised in modd_lunitn * simplified some manipulations of CINIFILE
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Warning: not fully tested
-
- Sep 19, 2017
-
-
WAUTELET Philippe authored
-
- Sep 12, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
+ removed some LEN=LEN_HREC for unrelated variables
-
WAUTELET Philippe authored
+ removed unused variables
-
- Sep 11, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
It was already possible but LEN_HREC was missing in some places.
-
- Sep 08, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Done to prevent problems later
-
- Sep 05, 2017
-
-
WAUTELET Philippe authored
* added IO_READ_FIELD_BYNAME_N1 and IO_READ_FIELD_BYFIELD_N1 subroutines to IO_READ_FIELD procedure * added IO_READ_FIELD_LFI_N1 subroutine to IO_READ_FIELD_LFI procedure * added IO_READ_FIELD_NC4_N1 subroutine to IO_READ_FIELD_NC4 procedure
-
- Aug 18, 2017
-
-
WAUTELET Philippe authored
Philippe 18/08/2017: IO: use IO_READ_FIELD for several fields, IO_FILE_OPEN and IO_FILE_CLOSE for several files
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Philippe 18/08/2017: IO: IO_FILE_ADD2LIST manage the case in which a file is already in the filelist (with an optional argument)
-
WAUTELET Philippe authored
Philippe 18/08/2017: IO: added NOPEN_CURRENT to TFILEDATA type to allow multiple concurrent openings of a given file
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Philippe 18/08/2017: IO: IO_READ_FIELD read fields even if CFORMAT=LFICDF4 (and therefore file opened in WRITE mode)
-
- Aug 10, 2017
-
-
WAUTELET Philippe authored
* added IO_READ_FIELD_BYNAME_N2/L1 and IO_READ_FIELD_BYFIELD_N2/L1 subroutines to IO_READ_FIELD procedure * added IO_READ_FIELD_LFI_N2/L1 subroutines to IO_READ_FIELD_LFI procedure * added IO_READ_FIELD_NC4_N2/L1 subroutines to IO_READ_FIELD_NC4 procedure
-
- Aug 07, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
- Aug 04, 2017
-
-
WAUTELET Philippe authored
Warning: there is a netCDF/HDF5 bug (HDF5/1.8.9 and netCDF/4.1.3) Works with HDF5/1.8.19, netCDF-C/4.4.1.1 and netCDF-fortran/4.4.4
-
- Jul 27, 2017
-
-
WAUTELET Philippe authored
* added IO_READ_FIELD_BYNAME_X3 and IO_READ_FIELD_BYFIELD_X3 subroutines to IO_READ_FIELD procedure * added IO_READ_FIELD_LFI_X3 subroutine to IO_READ_FIELD_LFI procedure * added IO_READ_FIELD_NC4_X3 subroutine to IO_READ_FIELD_NC4 procedure * check all dimensions instead of total size when reading a field in netCDF files
-
WAUTELET Philippe authored
* added IO_FILE_ADD2LIST subroutine and use it * IO_FILE_OPEN now requires the file to be in the file list * IO_FILE_FIND_BYNAME: added optional argument useful when checking that a file does not yet exist + bug correction when filelist is empty * added IO_FILE_PRINT_LIST subroutine (only for debugging) * added TPTR2FILE structure to allow construction of arrays of pointers to files * use IO_READ_FIELD for some 3D float arrays (in read_field.f90) * OPEN_ll: added UPDATE_METADATA internal subroutines to treat file metadata
-
WAUTELET Philippe authored
Philippe 27/07/2017: bug corrections: NMODEL is not yet known when calling INI_FIELD_LIST -> use max value + NDIMS was wrong for VISI_HOR field (DIAG)
-
- Jul 07, 2017
-
-
WAUTELET Philippe authored
* OPEN_ll: added optional argument TPFILE (used for the moment for IO_ZSPLIT case) * INI_MODEL_n: add TDIAFILE in file list
-
- Jul 04, 2017
-
-
WAUTELET Philippe authored
* added IO_READ_FIELD_BYNAME_X0/X2/T0 and IO_READ_FIELD_BYFIELD_X0/X2/T0 subroutines to IO_READ_FIELD procedure * added IO_READ_FIELD_LFI_X0/X2/T0 subroutines to IO_READ_FIELD_LFI procedure * added IO_READ_FIELD_NC4_X0/X2/T0 subroutines to IO_READ_FIELD_NC4 procedure * use IO_READ_FIELD in SET_GRID
-
- Jun 30, 2017
-
-
WAUTELET Philippe authored
* added IO_READ_FIELD_BYNAME_X1 and IO_READ_FIELD_BYFIELD_X1 subroutines to IO_READ_FIELD procedure * added IO_READ_FIELD_LFI_X1 subroutine to IO_READ_FIELD_LFI procedure * added IO_READ_FIELD_NC4_X1 subroutine to IO_READ_FIELD_NC4 procedure * bug corrections in IO_READ_CHECK_FIELD_ATTR_NC4 * use IO_READ_FIELD in INI_MODEL_n
-
WAUTELET Philippe authored
-
- Jun 29, 2017
-
-
WAUTELET Philippe authored
* added IO_READ_FIELD_BYNAME_C0 and IO_READ_FIELD_BYFIELD_C0 subroutines to IO_READ_FIELD procedure * added IO_READ_FIELD_LFI_C0 subroutine to IO_READ_FIELD_LFI procedure * added IO_READ_FIELD_NC4_C0 subroutine to IO_READ_FIELD_NC4 procedure
-
WAUTELET Philippe authored
* added IO_READ_FIELD_BYNAME_L0 and IO_READ_FIELD_BYFIELD_L0 subroutines to IO_READ_FIELD procedure * added IO_READ_FIELD_LFI_L0 subroutine to IO_READ_FIELD_LFI procedure * added IO_READ_FIELD_NC4_L0 subroutine to IO_READ_FIELD_NC4 procedure * small improvements / bug corrections
-
- Jun 27, 2017
-
-
WAUTELET Philippe authored
* added IO_BCAST_FIELD_METADATA subroutine * added IO_READ_CHECK_FIELD_ATTR_NC4 subroutine * do not use FMHEADER anymore for IO_READ_FIELD and its subroutines * treat error messages as soon as possible
-
WAUTELET Philippe authored
* added IO_READ_FIELD_LFI interface * 1st version of IO_READ_FIELD_LFI_N0 (not yet fully implemented) * corrected problems in ini_segn if process is not the owner of the file
-