-
Notifications
You must be signed in to change notification settings - Fork 791
Inclusion of CDXWRF module #2245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
…X-WRF module L. Fita, J. Polcher, T. M. Giannaros, T. Lorenz, J. Milovac, G. Sofiadis, E. Katragkou, and S. Bastin (2019): CORDEX-WRF v1.3: development of a module for the Weather Research and Forecasting (WRF) model to support the CORDEX community, Geosci. Model Dev., 12, 1029-1066, doi: 10.5194/gmd-12-1029-2019
…rvative vertical interpolation
It gets a mix of high-frequency variables, new soil variables, debugging also by time and closest point to a given coordinates
Including DZ and DZS variables into wrfcdx_d files
|
Please, to make it work, user needs to define pre-compilation flags and modify Registry files. A new file called
|
|
@LluisFB Can you compile the code without making any of the changes in configure file and registry? This would be the first step so that the addition of your proposed code would not change the default compilation and running. As we are not receiving any output from the regression tests, it may be an indication that something is not quite right in your code. |
|
Hi @weiwangncar, I created a new branch WRF will be compiled with the full module |
|
The regression test results: |
|
@LluisFB Sorry for my earlier comments. It appears what you have done do not interfere with other uses of the model, including compilation. I will have some other suggestions for you soon. |
Enhance model output to include CORDEX output demands and new potential useful diagnostics
TYPE: new feature
KEYWORDS: CORDEX, diagnostics, post-process, impact studies, scheme free diagnostics
SOURCE: Lluís Fita Centro de Investigaciones del Mar y la Atmósfera (CIMA), IRL IFAECI UBA-CONICET-CNRS-IRD, Argentina
DESCRIPTION OF CHANGES:
Problem:
The CORDEX-WRF module was initially dedicated to provide the outputs requested in any CORDEX exercise. This tends to be a tedious post-processing work, in sometimes is as long as the simulation by it self. the goal is to provide the diagnostics whilst the integration of the simulation. Enormously reducing the need for post-processing by increasing a little the integration time of the model.
Solution:
A new module has been created which adds about 150 new diagnostics to the model output.
Aside to provide an answer to an specific climate related demand from the CORDEX WRF community, it grew fast to provide:
ISSUE: For use when this PR closes an issue.
Fixes #2243
LIST OF MODIFIED FILES: list of changed files (use
git diff --name-status masterto get formatted list)TESTS CONDUCTED:
Independent tests have been performed aimed to show the correct performance of the module
RELEASE NOTE:
First version (v1.3) of the module was accompanied by an article in GMD:
Lluís Fita, Jan Polcher, Theodore M. Giannaros, Torge Lorenz, Josipa Milovac, Giannis Sofiadis, Eleni Katragkou and Sophie Bastin, 2019: CORDEX-WRF v1.3: development of a module for the Weather Research and Forecasting (WRF) model to support the CORDEX community, Geosci. Model Dev., 12, 1029-1066, 2019, doi 10.5194/gmd-12-1029-2019
Current version of the module is v.3 and it provides about 150 new diagnostics a new section in the
namelist.inputlabelled&cdxwrfwith new parameters. Outputs are grouped in 3 files:wrfcdx_d<domain>_<date>: main output file atauxhist19with most of the variableswrfhfcdx_d<domain>_<date>: high-frequency (e,g, 10 minutes) output file atauxhist18only forRAINandCOLMAXimplemented to assist the tracking convective systemswrfpress_d<domain>_<date>: p-level interpolated variables atauxhist23with the additional variablesYou can find more details in the CDXWRF WIKI
This work was made possible by the participation of the co-authors of the article, talks with a lot of different researchers from a lot of different countries and even other sciences. Thanks to all of them