- Mar 10, 2017
-
-
WAUTELET Philippe authored
* several errors and problems corrected in mode_field.f90 * moved INI_FIELD_LIST call earlier in init_mnh.f90 * IO now works for: DIAG, PREP_IDEAL_CASE, PREP_NEST_PGD, PREP_PGD, PREP_REAL_CASE and SPAWNING
-
- Mar 06, 2017
-
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_BYNAME_L1 and IO_WRITE_FIELD_BYFIELD_L1 subroutines to IO_WRITE_FIELD procedure * added IO_WRITE_FIELD_BYNAME_N1 and IO_WRITE_FIELD_BYFIELD_N1 subroutines to IO_WRITE_FIELD procedure * added IO_WRITE_FIELD_LFI_N1 subroutine to IO_WRITE_FIELD_LFI procedure * added IO_WRITE_FIELD_NC4_N1 subroutine to IO_WRITE_FIELD_NC1 procedure
-
- Mar 03, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
and PRINT_MSG Some calls are not yet (fully) ported
-
- Feb 27, 2017
-
-
WAUTELET Philippe authored
* added fields of MODD_GR_FIELD_n to TFIELDLIST * adapted MNHWRITE_ZS_DUMMY_n and WRITE_DUMMY_GR_FIELD_n subroutines
-
- Feb 24, 2017
-
-
WAUTELET Philippe authored
-
- Feb 21, 2017
-
-
WAUTELET Philippe authored
* added several LB fields to TFIELDLIST * added several fields to TFIELDLIST * added scalar integer fields to TFIELDLIST and possibility to write them * corrected several problems in TFIELDLIST * added ALLOC_FIELD_SCALARS subroutine * modified arguments of WRITE_LB_n
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_LB interface * added IO_WRITE_FIELD_BYNAME_LB and IO_WRITE_FIELD_BYFIELD_LB subroutines to IO_WRITE_FIELD_LB interface
-
- Feb 13, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_BYNAME_N2 and IO_WRITE_FIELD_BYFIELD_N2 subroutines to IO_WRITE_FIELD procedure * added IO_WRITE_FIELD_LFI_N2 subroutine to IO_WRITE_FIELD_LFI procedure * added IO_WRITE_FIELD_NC4_N2 subroutine to IO_WRITE_FIELD_NC4 procedure * possible to write 2D integer values in output files
-
- Feb 09, 2017
-
-
WAUTELET Philippe authored
-
- Feb 07, 2017
-
-
WAUTELET Philippe authored
-
- Feb 02, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_BYNAME_T0 and IO_WRITE_FIELD_BYFIELD_T0 subroutines to IO_WRITE_FIELD procedure * added IO_WRITE_FIELD_LFI_T0 subroutine to IO_WRITE_FIELD_LFI procedure * added IO_WRITE_FIELD_NC4_T0 subroutine to IO_WRITE_FIELD_NC4 procedure * added HCALENDAR optional argument to IO_WRITE_FIELD_ATTR_NC4
-
- Jan 30, 2017
-
-
WAUTELET Philippe authored
* modd_gridn.f90: all fields are now managed with TFIELDLIST * added INI_FIELD_SCALARS subroutine * corrected bugs for use of TFIELDLIST with all the PROGRAMS
-
WAUTELET Philippe authored
-
- Jan 24, 2017
-
-
WAUTELET Philippe authored
-
- Jan 23, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
- Jan 06, 2017
-
-
WAUTELET Philippe authored
* added TFIELD_X1D field to TFIELDDATA type * possible to write 1D real arrays in output files
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_BYNAME_X1 and IO_WRITE_FIELD_BYFIELD_X1 to the IO_WRITE_FIELD interface * added IO_WRITE_FIELD_LFI_X1 subroutine to the IO_WRITE_FIELD_LFI interface * added IO_WRITE_FIELD_NC4_X1 subroutine to the IO_WRITE_FIELD_NC4 interface
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_BYNAME_X0 and IO_WRITE_FIELD_BYFIELD_X0 to the IO_WRITE_FIELD interface * added IO_WRITE_FIELD_LFI_X0 subroutine to the IO_WRITE_FIELD_LFI interface * added IO_WRITE_FIELD_NC4_X0 subroutine to the IO_WRITE_FIELD_NC4 interface
-
- Jan 05, 2017
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
* ignore variables of zero-size * complete strings with spaces if necessary * read correctly the strings * typo corrections
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
- Jan 03, 2017
-
-
WAUTELET Philippe authored
Philippe 15/12/2016: added IO_WRITE_FIELD_BYNAME_L0 and IO_WRITE_FIELD_BYFIELD_L0 subroutines to IO_WRITE_FIELD interface
-
WAUTELET Philippe authored
Added fields: MY_NAME, DAD_NAME, DXRATIO, DYRATIO, XOR, YOR, WT
-
WAUTELET Philippe authored
* added TPFILE argument to IO_WRITE_FIELD_NC4 * added optional KZFILE argument to IO_WRITE_FIELD_NC4_ * provide the correct file to IO_WRITE_FIELD_NC4 if z-splitted file in IO_WRITE_FIELD_BYFIELD_N0 * added TFILE_IOZ array of pointer to TOUTBAK type to point to z-splitted files * manage z-splitted files in IO_FILE_OPEN_ll and IO_FILE_CLOSE_ll * manage z-splitted files in IO_PREPARE_BAKOUT_STRUCT * created IO_FILE_FIND_BYNAME subroutine * merged linked lists concerning output and backup files
-
WAUTELET Philippe authored
Philippe 13/12/2016: added possibility to compress and to reduce precision for netCDF outputs + removed old (unused) references to netCDF compression
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Philippe 09/12/2016: do not fail if no COMMENT found in netCDF file (they were not written anymore if empty)
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
to allow user personalized outputs
-
WAUTELET Philippe authored
* added pointers to the data in TFIELDDATA type (via array of pointers (one per mesh)) * used the previous array of pointers for some fields -> modif of ini files for them * added IO_WRITE_FIELDLIST subroutine to write a series of fields (i.e. provided for output) * moved INI_FIELD_LIST from INITIO_ll to INIT_MNH * added new fields to TFIELDLIST
-