Releases: arulalant/UMRider
Releases · arulalant/UMRider
UMRider v1.0.2
NCMRWF's in-house development pleased to release UMRider's next operational release v1.0.2 by focusing on NCUM ensembles post production along with other few new support.
what is new ?
- Bugs fix
- 12 extra user arguments features
- New extra vars
- checkout the changlogs and milestone of v1.0.2
- This v1.0.2 mainly target the following post productions along with the existing v1.0.1 supports
- NCUM EPS Global Post Production
- NCUM Tropical Cyclone Tracker input Production
- NCUM Regional Model Wind Energy Input Production
- NCUM Global Solar Energy Input Production
- Existing v1.0.1 supports
- NCUM Indian Region Post Production
- NCUM Global OSF Model Input Production
- NCUM Global HYCOM Model Input Production
- NCUM VSDB Input Production
- NCUM IMD MFI Input Production
v1.0.2 supports
- In this version v1.0.2 user will be able to control the following 37 arguments by exporting setup.cfg file into their environment variable called UMRIDER_SETUP. New arguments in this release are highlighted with bold.
- UMtype
- UMInAnlFiles
- UMInShortFcstFiles
- UMInLongFcstFiles,
- inPath
- outPath
- tmpPath
- anl_step_hour
- anl_aavars_reference_time
- anl_aavars_time_bounds
- fcst_step_hour
- start_long_fcst_hour
- end_long_fcst_hours_at_00z
- end_long_fcst_hours_at_12z
- latitude
- longitude
- targetGridResolution
- targetGridFile
- extraPolateMethod
- pressureLevels
- fillFullyMaskedVars
- soilFirstSecondFixedSurfaceUnit
- startdate
- enddate
- loadg2utils
- overwriteFiles
- anlOutGrib2FilesNameStructure
- fcstOutGrib2FilesNameStructure
- createGrib2CtlIdxFiles
- convertGrib2FilestoGrib1Files
- grib1FilesNameSuffix
- removeGrib2FilesAfterGrib1FilesCreated
- createGrib1CtlIdxFiles
- debug
- setGrib2TableParameters
- wgrib2Arguments
- callBackScript
- Also in this version
v1.0.2
user will be able to control the variables by exporting vars.cfg file into their environment variable called UMRIDER_VARS . User defined variables and ordered will be retained in the out grib2 files (but pressure level variables comes first and followed by non-pressure level variables) - User will be able to control would they like to get 1-hourly or 3-hourly or 6-hourly or 24-hourly analysis and/or forecast files. (Note that NCUM model produces every 3-hourly instantaneous/ average/ accumulated data. Depends upon user choice it will be instantaneous or accumulated or averaged properly)
- This
v1.0.2
supports for- NCUM EPS Global Post Production
- NCUM Tropical Cyclone Tracker input Production
- NCUM Regional Model Wind Energy Input Production
- NCUM Global Solar Energy Input Production
- NCUM Global Post Production
- NCUM Indian Region Post Production
- NCUM Global OSF Model Input Production
- NCUM Global HYCOM Model Input Production
- NCUM VSDB Input Production
- NCUM IMD MFI Input Production
Regards,
Arulalan.T
UMRider v1.0.1
NCMRWF's in-house development pleased to release UMRider's next operational release v1.0.1
what is new ?
- Bugs fix
- 4 extra user arguments features
- 4 extra vars
- checkout the changlogs and milestone of v1.0.1
- This v1.0.1 mainly target the following post productions
- NCUM Indian Region Post Production
- NCUM Global OSF Model Input Production
- NCUM Global HYCOM Model Input Production
- NCUM VSDB Input Production
- NCUM IMD MFI Input Production
v1.0.1 supports
- In this version v1.0.1 user will be able to control the following 25 arguments by exporting setup.cfg file into their environment variable called UMRIDER_SETUP. New arguments in this release are highlighted with bold.
- inPath
- outPath
- tmpPath
- anl_step_hour
- start_step_long_fcst_hour
- max_long_fcst_hours_at_00z
- max_long_fcst_hours_at_12z
- latitude
- longitude
- targetGridResolution
- pressureLevels
- startdate
- enddate
- loadg2utils
- overwriteFiles
- anlOutGrib2FilesNameStructure
- fcstOutGrib2FilesNameStructure
- createGrib2CtlIdxFiles
- convertGrib2FilestoGrib1Files
- grib1FilesNameSuffix
- removeGrib2FilesAfterGrib1FilesCreated
- createGrib1CtlIdxFiles
- debug
- setGrib2TableParameters
- callBackScript
- Also in this version
v1.0.1
user will be able to control the variables by exporting vars.cfg file into their environment variable called UMRIDER_VARS . User defined variables and ordered will be retained in the out grib2 files (but pressure level variables comes first and followed by non-pressure level variables) - User will be able to control would they like to get 3-hourly or 6-hourly or 24-hourly analysis and/or forecast files. (Note that NCUM model produces every 3-hourly instantaneous/ average/ accumulated data. Depends upon user choice it will be instantaneous or accumulated or averaged properly)
- This
v1.0.1
supports for- NCUM Global Post Production
- NCUM Indian Region Post Production
- NCUM Global OSF Model Input Production
- NCUM Global HYCOM Model Input Production
- NCUM VSDB Input Production
- NCUM IMD MFI Input Production
Regards,
Arulalan.T
alpha
In this v1.0a alpha release we have the following features.
alpha
It has 1 module (g2utils/um2grb2.py) and 6 python scripts to create analysis/forecast files along with corresponding bsub bash scripts.
- um2grib2 conversion has capability to convert pp fieldsfiles format to grib2 through iris
- supported analysis files are
- 'qwqg00.pp0'
- 'umglca_pb'
- 'umglca_pd'
- 'umglca_pe'
- supported forecast files are
- 'umglaa_pb'
- 'umglaa_pd'
- 'umglaa_pe'
- It creates 4 analysis 6 hourly files (00, 06, 12, 18)
- It creates 40 forecast 6 hourly files (00, 06, 12, ..., 234, 240)
- Also all 44 grib2 files variables are in same order
- Finally it creates ctl, idx files for all 44 grib2 files by using g2ctl.pl
- This parallel scripts take around 10 minutes to create the above said 44 grib2 files along with ctl files.
Regards,
Arulalan.T