- Jan 03, 2017
-
-
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
-
WAUTELET Philippe authored
and IO_WRITE_FIELD_BYFIELD_X2 in IO_WRITE_FIELD interface
-
WAUTELET Philippe authored
* added COUT_VAR in the NAM_FMOUT namelist to get the list of the fields to output * added NFIELDLIST in the TOUTBAK structure to store the list of the fields to output * added NMNHNAMELGTMAX parameter
-
WAUTELET Philippe authored
* added IO_WRITE_FIELD_BYNAME_C0 and IO_WRITE_FIELD_BYFIELD_C0 subroutines to IO_WRITE_FIELD interface * added IO_WRITE_FIELD_LFI_C0 subroutine to IO_WRITE_FIELD_LFI interface * added IO_WRITE_FIELD_NC4_C0 subroutine to IO_WRITE_FIELD_NC4 interface * added 4 new fields to TFIELDLIST * added check at beginning of INI_FIELD_LIST
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
* added module MODE_READWRITE_LFI * added interface IO_WRITE_FIELD_LFI inside MODE_READWRITE_LFI * added IO_WRITE_FIELD_LFI_X2, IO_WRITE_FIELD_LFI_X3 and IO_WRITE_FIELD_LFI_N0 subroutines to IO_WRITE_FIELD_LFI * replaced IO calls to use IO_WRITE_FIELD_LFI/NC4 subroutines in the IO_WRITE_FIELD_xx subroutines * added IO_WRITE_FIELD_NC4_X2 * bug correction for IO_WRITE_HEADER_NC4: only the owner of the file writes it
-
WAUTELET Philippe authored
* created TFIELDLIST to contains the characteristics of all the fields * it is now possible to write scalar integer with the new IO subroutines * added field CLONGNAME to TFILEDATA type * removed pointer to data in TFILEDATA type
-
WAUTELET Philippe authored
* added TFIELDDATA type to describe IO fields * added IO_WRITE_FIELD subroutine (to replace FMWRIT in the future) * added IO_WRITE_FIELD_NC4 subroutine (to replace NCWRIT in the future) * added IO_WRITE_FIELD_NC4 subroutine (to replace NCWRIT in the future) * added IO_WRITE_ATTR_NC4 subroutine (to replace WRITATTR in the future) * added IO_WRITE_HEADER_NC4 subroutine * added LFICDF4 format for files which are LFI + NC4
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
* create OUTPUT files * added IO_FILE_OPEN_ll and IO_FILE_CLOSE_ll subroutines (which call FMOPEN_ll and FMCLOSE_ll) * FMOPEN_ll and FMCLOSE_ll: added new optional argument: TPFILE for file structure * added NCLOSE field in TFILEDATA * removed NLFININAR field in TFILEDATA * bug correction: use CFORMAT field instead of CTYPE
-
WAUTELET Philippe authored
Philippe 18/11/2016: bug correction: call IO_PREPARE_BAKOUT_STRUCT only if program is MESONH + set default values fro NBAK/OUT_NUMB to 0
-
WAUTELET Philippe authored
Philippe 18/11/2016: KTEST: suffix for netCDF files is now .nc (instead of .nc4). This is necessary to respect CF convention.
-
WAUTELET Philippe authored
Philippe 15/11/2016: suffix for netCDF files is now .nc (instead of .nc4). This is necessary to respect CF convention.
-
WAUTELET Philippe authored
+ separate outputs and backups lists
-
WAUTELET Philippe authored
Philippe 08/11/2016: moved preparation of backup file structures to a new subroutine: IO_PREPARE_BAKOUT_STRUCT
-
WAUTELET Philippe authored
Philippe 29/09/2016: added new fields (and renamed 2 of them) to TFILEDATA datatype and began to use them
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Philippe 13/09/2016: added TFILEDATA datatype to describe the characteristics of the files and begins to use it Plus : do not write NAM_FMOUT (due to some fields not allocated anymore)
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Philippe 06/09/2016: added XBAK_TIME_FREQ and XBAK_TIME_FREQ_FIRST to choose backup frequency in terms of time
-
WAUTELET Philippe authored
Philippe 05/09/2016: added NBAK_STEP_FREQ and NBAK_STEP_FREQ_FIRST to choose backup frequency in terms of timestep (+ corrected a small bug if no backups at all)
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
* added fields NBAKID, NOUTID, CFILENAME and CDADFILENAME to TOUTBAK datatype + use them * building of the generic output name was displaced before SET_GRID in ini_modeln
-
WAUTELET Philippe authored
* Find dad file number in SET_GRID (added NOUTDAD variable in TOUTBAK datatype) * Allocate XBAK_TIME to the right size
-
WAUTELET Philippe authored
* added TOUTBAK datatype to manage the outputs/backups characteristics * TOUTBAK replace NOUT_TIMES (removed) * XBAK_TIME is now allocatable
-
WAUTELET Philippe authored
* this is the beginning of the implementation of separated outputs and backups * also, improved things by removing duplicated values and sorting them
-
WAUTELET Philippe authored
Some files with it are still available as they could be useful later.
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
- Dec 15, 2016
-
-
Gaelle DELAUTIER authored
Merge branch 'MNH-53-branch' of mesonh2.aero.obs-mip.fr:/gitrepos/MNH-git_open_source-lfs into MNH-53-branch
-
Gaelle DELAUTIER authored
-
Gaelle DELAUTIER authored
-
Gaelle DELAUTIER authored
-
Juan Escobar authored
-
- Dec 12, 2016
-
-
Juan Escobar authored
Juan 12/12/2016: job_make_examples_CRAY_cca,job_make_mesonh_CRAY_cca , switch to default ifort compiler
-
Juan Escobar authored
Juan 12/12/2016: Rules.LXcray.mk , for problem with *.mod generation, add -em -ef for cdf/grib_api lib creation
-
Juan Escobar authored
Juan 12/12/2016: configure, for ECMWF , switch by default to new ifort compiler, old cray cdt/1.15_8.2.7 in 2nd choose
-