Тёмный

WRF/Chem: Run MOZBC 

Подписаться
Просмотров 379
% 7

Access to auxiliary code to run MOZBC: github.com/anikfal/atmospheric_science

Опубликовано:

 

5 дек 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@rezairanmanesh1593
@rezairanmanesh1593 7 месяцев назад
🌺❤
@blackboy9620
@blackboy9620 6 месяцев назад
Hello, I encountered an issue while using the WRF model to map NH3 pollution. I ran the command "./real.exe" with the parameter "chem_opt=10" to incorporate NH3 into my WRF input file. However, despite successfully running "real.exe" without any errors, I noticed that there are no pollutants present in the WRF input file. Could you please provide guidance or assistance on how to resolve this issue and ensure that the pollutants, specifically NH3, are correctly incorporated into the WRF output? Thank you.
@amirhosseinnikfal968
@amirhosseinnikfal968 6 месяцев назад
This situation is not totally clear to me. However, try to run real.exe with chem_opt=301, and after making the emissions data (before running wrf.exe), change it to 10.
@blackboy9620
@blackboy9620 6 месяцев назад
Event when running `real.exe` with chemistry option 301 enabled. It appears that pollutants aren't being correctly integrated into the `wrfinput` file. And after running `wrf.exe`, the resulting `wrfoutput` file only contains meteorological and geological variables, lacking the expected pollutants. And I am not available to figure out the issue.
@user-lw3dp6zd7d
@user-lw3dp6zd7d 6 месяцев назад
To run the ./real.exe with chem_opt=301, we need to compile the wrf_chem with KPP library. otherwise ./real.exe will not work with chem_opt=301
@amirhosseinnikfal968
@amirhosseinnikfal968 6 месяцев назад
No need to KPP for this task. None of these videos are based on KPP.
@rage4455
@rage4455 3 месяца назад
Do I need the waccm file to be of the same start time as specified in wrf input file? i tried running with waccm of feb 2022 but in my namelist start time is from Dec 2021 and i ran into an error mozbc couldnt read the variables of my wrfinput file. After successfully running of mozbc_input.sh the variable spc_map was empty in mozbc.inp even the wrfinput_vars.txt shows no species it only showsType: float
@amirhosseinnikfal968
@amirhosseinnikfal968 3 месяца назад
WACCM file must encompass the time period in the namelist. Otherwise, there will me missing values.
@rage4455
@rage4455 3 месяца назад
@@amirhosseinnikfal968 It is there. Should i ask on Github ?
@rage4455
@rage4455 3 месяца назад
@@amirhosseinnikfal968 i am running for a whole year, this time period cannot be encompassed in waccm file as , a max of 31 day file can be downloaded. What can I do to solve this?
@amirhosseinnikfal968
@amirhosseinnikfal968 3 месяца назад
@@rage4455 You can merge all files to one file representing the whole year. You can use NCO commands. Something like below (all files are appended to file3.nc) ncks -A file1.nc file2.nc file3.nc PS: Please preferably make issues on GitHub if you have technical questions.
@rage4455
@rage4455 3 месяца назад
Okey thank you .
@user-lw3dp6zd7d
@user-lw3dp6zd7d 6 месяцев назад
What will be the sequence of wrf chem run if I use convert.exe? WPS -> ./real.exe -> ./wrf.exe -> ./convert_emiss.exe -> wrf.exe ??
@amirhosseinnikfal968
@amirhosseinnikfal968 6 месяцев назад
Run convert_emiss.exe after real.exe to meke the emissions files. Of course, you only need to run wrf.exe once.
@user-lw3dp6zd7d
@user-lw3dp6zd7d 6 месяцев назад
okay, thank you for your guidance@@amirhosseinnikfal968