-
Notifications
You must be signed in to change notification settings - Fork 20
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
How to conduct various tests using version V5.0 of the emep-ctm model? #128
Comments
Do you mean how to compile the model and submit a job to an HPC? |
I've already compiled the model and generated an executable file named "emepctm". Meanwhile, I've also used the command "catalog.py -R 5.0" to download all the data of version 5.0. However, I'm still quite confused about how to run it. I hope there can be a step-by-step tutorial. |
We do not have a tutorial. We used to organize course, but haven't done so the past years. Often groups have some common project or collaboration with us. Still some groups have been able to use it on their own too. |
I assume you are trying to run the model on an HPC. The source code and the benchmark results include a sample HPC job/script and model configuration (modrun.sh and config_emep.nml). |
I submit jobs via
But how can I find the output files? The configuration files also use the defaults.
|
You should get outputs in NetCDF files; with your settings they should have names Pollen_fullrun.nc, Pollen_month.nc and Pollen_day.nc |
yes. but as the settings where are those files. |
in the same directory as where you run the model |
Thanks. Does it mean that it is in the same directory as the executable file emepctm? |
Normally, yes (you could in principle give a path to emepctm, but if you run the model with something like |
Thank you very much. At present, I have found these files(pollen_day.cn pollen_fullrun.nc) and checked that the results in the files are in units of days. Could you please output the forecast in units of hours? |
If you want values for each hour, you could add an "H" in the corresponding lines in the config_emep.nml, for example: |
Thank you so much. Could I get your email address? I may have a lot of questions to ask when using it. I'm planning to read and study the code of the whole project first. |
you can contact me at [email protected] , but in principle everything should be available at https://emep-ctm.readthedocs.io/en/latest/ |
👏 Besides, can the model be set to other regions around the world? And can the horizontal resolution be adjusted? |
Alvaro might prefer to use this github platform for communication (I leave to him to answer when he is back from vacation @avaldebe ). |
I would like to add that our model is primarily a chemical pollutant model, and pollen is only something useful that we have in addition. There might be more useful models if you are only interested in pollen. |
Thanks.:+1: Based on your professional knowledge, what are the known and relatively useful models in the world that can be used to simulate pollen at present? |
I only know of chemical models (I am not a pollen expert). |
Hello everyone! Thank you very much for open-sourcing such an excellent model.
I'm a beginner, but I'm really eager to learn about the emep-ctm model. I've checked the user manual and downloaded all the model V5.0 test data through catalog.py. However, I'm still confused after the successful installation. I wonder if there are any step-by-step tutorials or instructions based on version V5.0 and the data?
Besides, I noticed that this model has tested the output of the pollen model. Are there any more detailed contents available for sharing regarding this part? Thank you again for sharing.
The text was updated successfully, but these errors were encountered: