RELEASE NOTES ============= v.1.2.1-beta4 * Bug fixed - QuadUI: -- Fix the issue that the following variables used by APSIM are not recognized by QuadUI correctly. apsim_kl - soil layer data diffusConst - profile data diffusSlope - profile data. ============= v.1.2.1-beta4 * Bug fixed - QuadUI: -- Fix the bug that soil/weather related Function could be failed if put them after the AUTO_PDATE() in the seasonal DOME. * New Feature - QuadUI: -- Add overwrite checkbox to allow create files to same -- Add remember last selection feature to avoid repeated operation - Agmip file translator: -- Now can support more flexible format of the AgMIP climate file. 1. The order of data column could be changed or missing 2. The variable value can be blank instead of having to be -99. - DSSAT translator -- When SASC is used, also write SAOC to Soil Analysis section in the XFile. ============= v.1.2.1-beta3 * Bug fixed - Agmip file translator: -- Fix the issue that VPRSD (Vapor pressure, average daily) uses wrong unit to create ACE data set. (Convert hPa to kPa) - QuadUI -- Fix the issue that some weather/soil variables read from raw data might locate into the root of experiment section. P.S. Unregistered variable in the ICASA list might still be put in the root of experiment section. * New Feature - Integrate the WOFOST model translator - Update REMOVE_ALL_EVENTS() function for the seasonal strategy simulation so that the data set can keep original crop information remained. * Other - Temporally close the data-DOME linkage feature for furture update. ============= v.1.2.1-beta2 * New Feature - Add Link function to allow user establish the relation between dome and data, especially for non-spreadsheet data. - APSIM translator has a lot updates to support more crops. ============= v.1.2.1-beta1 * Bug fixed - QuadUI: -- Fix the issue that REG_ID is not filled in the meta data correctly. -- Fix the issue that OM_TOT is not put in the correct position in the data set when it is loaded from raw data. * New Feature - Support load/output ACE Binary file (*.aceb) - Integerate CropGrowNAU model - The event data in the spreadsheet could be located separately, no longer have to be grouped together. - Output new run batch file to support DSSAT 4.6 model. - For DSSAT generated file, the applied DOME information will be print on the top lines as comments. * New added DOME function - All DOME: - CREATE command & NEW_EVENT() Function This function will generate a new Event with given information. It MUST be used with CREATE command. For more information, please check http://research.agmip.org/display/itwiki/NEW_EVENT+Function+%28with+CREATE+command%29 - Continuance mark (+) Use + mark to continually input DOME command with more readable style Please see the sample http://research.agmip.org/download/attachments/2719967/Continuance+feature+example.xlsx?version=1&modificationDate=1370310382925 ============= v.1.2.0-Final Release * Bug fixed - QuadUI: -- Fix the issue that date type value not been handled correctly in the DOME file. -- Fix the issue that when running multiple translator together, the output json get incorrect content. - Translator DSSAT -- Fix the issue that when EXNAME from spreadsheet contain ".", the DSSAT translator might group experiments incorretly. -- Fix the issue that the SOIL_ID is not translated correctly in XFile when the original value is not matching the DSSAT format. -- Fix the issue that continually loading different data might cause the incorrect generated file name. -- Fix the issue that the simulation control section sometimes is repeated in the generated XFile . - Translator CSV -- Fix the issue when no generator rule in the strategy DOME, then no rules can be applied in that DOME file. v.1.2.0-SNAPSHOT-rc5 * New Feature - Integratie the STICS translator - Support to automatically apply selected DOME when load from model input files, but limit one DOME per run - Support regular rule been added after generator rule in seasonal strategy DOME - Support only read/output weather and/or soil data files (must be in zip package). - Log revising: reduce less important information been output in the log * New added DOME function - Field overlay DOME: - PADDY() This function allows standard paddy management inputs to be generalized for a field or group of fields. For more information, please check http://research.agmip.org/display/itwiki/Paddy+Function - AUTO_PDATE() Previously only be allowed to use in seasonal strategy DOME. Now is avaiable in field overlay to fill the missing planting date for some treatment. - Seasonal strategy DOME - AUTO_REPLICATE_EVENTS() This function will clone the original management events for each year in the experiment duration. Only the date of each event will be increased year by year. If experiment duration is no longer than 1 year, no generation will be executed. If work with AUTO_PDATE() together, then will generate event date based on generated planting date and original days after year. For more information, please check http://research.agmip.org/display/itwiki/AUTO_REPLICATE_EVENTS+Function * Bug fixed - Fix OM_DIST function issue : use OM_TOT instead of OMAMT - Increase the maximum memory using to 768MB to avoid out of memory error v.1.2.0-SNAPSHOT-rc4 * Fix following bugs - No log output - Date type value not been handled correctly in overlay - Crop code handling is not correct. It should be 3-bit in the ACE data. - The water content in DSSAT initial condition section is not output correctly. - PLENV is not import in the ACE data correctly from DSSAT. * Support Fill static PDATE through overlay * Update FERT_DIST to have better logic for input arguments check * Revise the DSSAT input translator to make sure every variable name used for the ACE data set is matching with ICASA List v.1.2.0-SNAPSHOT-rc3 * Removed ZIP output from Translators * Added optional ZIP in QuadUI v.1.2.0-SNAPSHOT-rc2 * Implemented LookupCodes for DSSAT and APSIM v.1.2.0-SNAPSHOT-rc1 * Added DOME knowledge to the data (applied) * APSIM translator fixes * Added DATE_OFFSET() alias * Added REPLACE_FIELD_ONLY v.1.2.0-SNAPSHOT-b1 ------------------- * Added climatology to ACE format * Added support for CO2Y in DSSAT * Fixed OMDIST() Dome function to use OM_TOT vs. OMAMT (bug) * Added OM_TOT variable to ace-lookup * Add CLIM_ID for ACMO v.1.1e-rev1 ----------- * Removed assumed value in DSSAT translator for SLNF and SLPF (needs to be in DOME file) * Tweaked ACMO output for date formatting * Fixed a naming bug from DOME generated exnames v.1.1e ----------- * Updated to latest version of Master Variable List ** NOTE: This version moves SLTX (Soil Texture) to the soil.csv, please update templates. * Updated CSV parser to fix skip blank lines properly * DSSAT translator now running with multiple threads. * Updated ACMO output for FIELD_OVERLAY and SEASONAL_STRATEGY * Updated ACMO to include TRT_NAME * Fixed CSV parser to append default treatment number * Fixed DSSAT translator: - Lat, Lng fixed (were swapped) - Fixed format fixes for soil profiles - Fixed alignment in XFile output - Use TRT_NAME if available - Switched from append mode to overwrite for soil and weather files - Fixed ZIP file outputs to work with QuadUI v1.1d ----------- * DSSAT files exported to single XFile v1.1b ---------- * Support for mutliple DOME applications per experiment * Support for multiple DOME descriptors in a ZIP file. * ACMO_meta.dat is being generated by QuadUI and put into the output of each model specific directory * [RESOLVED] Out-of-order experiments from CSV files.