- 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
-
WAUTELET Philippe authored
-
- Jun 20, 2017
-
-
Philippe WAUTELET authored
* added IO_READ_FIELD_NC4 interface * 1st version of IO_READ_FIELD_NC4_N0 (not yet fully implemented) * set values of NNCID and NLFIFLU to file read in INI_SEG_n (temporary way of doing it)
-
Philippe WAUTELET authored
-
- Jun 19, 2017
-
-
WAUTELET Philippe authored
* added IO_READ_FIELD interface * 1st version of IO_READ_FIELD_BYFIELD_N0 (not yet fully implemented) * restructuration of INI_SEG_n to allow earlier initialization of TFIELDLIST
-
- Jun 13, 2017
-
-
WAUTELET Philippe authored
* IO_WRITE_FIELD_LFI_C0: do not trim character string (size must be the same at read) * IO_WRITE_FIELD_LFI_T0: use TZFIELD instead of TPFIELD * IO_WRITE_HEADER: write DAD_NAME with a correct length string (for LFI files) * NCREADN0, NCREADN1 and NCREADN2: accept NF90_INT1 used when writing booleans
-
WAUTELET Philippe authored
-
- Jun 12, 2017
-
-
WAUTELET Philippe authored
-
- Jun 09, 2017
-
-
WAUTELET Philippe authored
Philippe 09/06/2017: IO: name of the variable added to the name of the written field and better comment (true comment + units)
-
- Jun 08, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
- Jun 06, 2017
-
-
WAUTELET Philippe authored
This was a bug for FIELDLIST_GOTO_MODEL (LCARTESIAN not always known when called). This is necessary for INI_FIELD_LIST to allow it to be called before reading data files.
-
- Jun 02, 2017
-
-
WAUTELET Philippe authored
-
- May 18, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_LFI_L0 and IO_WRITE_FIELD_LFI_L1 subroutines to IO_WRITE_FIELD_LFI procedure * added IO_WRITE_FIELD_NC4_L0 and IO_WRITE_FIELD_NC4_L1 subroutines to IO_WRITE_FIELD_NC4 procedure * modified IO_WRITE_FIELD_BYFIELD_L0 and IO_WRITE_FIELD_BYFIELD_L1 subroutines (do not convert logical to integers any more) * added ALLOCBUFFER_L1 subroutine to ALLOCBUFFER_ll procedure * added GATHERXX_L1 subroutine to GATHER_XXFIELD procedure
-
- May 16, 2017
-
-
WAUTELET Philippe authored
-
- May 15, 2017
-
-
WAUTELET Philippe authored
+ preparation for other types (not yet available in TFIELDLIST)
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_BYNAME_X6 and IO_WRITE_FIELD_BYFIELD_X6 subroutines to IO_WRITE_FIELD procedure * added IO_WRITE_FIELD_LFI_X6 subroutine to IO_WRITE_FIELD_LFI procedure * added IO_WRITE_FIELD_NC4_X6 subroutine to IO_WRITE_FIELD_NC4 procedure
-
- May 12, 2017
-
-
WAUTELET Philippe authored
-
- May 11, 2017
-
-
WAUTELET Philippe authored
-
- May 09, 2017
-
-
WAUTELET Philippe authored
Warning: not tested
-
WAUTELET Philippe authored
-
- May 05, 2017
-
-
WAUTELET Philippe authored
Philippe 05/05/2017: bug correction: removed IF based on variables that could be different on different meshes
-
WAUTELET Philippe authored
+ write the header for PREP_REAL_CASE and SPAWNING
-
- May 02, 2017
-
-
WAUTELET Philippe authored
-
- Apr 28, 2017
-
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_BYNAME_N3 and IO_WRITE_FIELD_BYFIELD_N3 subroutines to IO_WRITE_FIELD procedure * added IO_WRITE_FIELD_LFI_N3 subroutine to IO_WRITE_FIELD_LFI procedure * added IO_WRITE_FIELD_NC4_N3 subroutine to IO_WRITE_FIELD_NC4 procedure * possible to write 3D integer values in output files * added ALLOCBUFFER_N3 to ALLOCBUFFER_ll procedure * added GATHERXX_N3 to GATHER_XXFIELD procedure * added GATHERXY_N3 to GATHER_XYFIELD procedure
-
- Apr 25, 2017
-
-
WAUTELET Philippe authored
Philippe 25/04/2017: IO: modified SET_CONFIO_ll to help prevent confusion in variable names from 2 modules + bug correction
-