You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running afdust_adj from the SMOKE training package for the 12LISTOS domain which was windowed from the 12US1 domain, the mult.x program from SMOKE package provided along with Emission Modeling Platform (smoke5.0/scripts/afdust_adj) requires XPORTFRAC file to have grid parameters of the 12LISTOS; XPORTFRAC file for 12US1 domain could not be used directly (In other word, XPORTFRAC for 12US1 domain must be windowed to the 12LISTOS domain)
Process compatible issue when running executables from the provided afdust_adj package on local machine Please verify that both the operating system and the processor support Intel(R) X87, CMOV, MMX, FXSAVE, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, MOVBE, POPCNT, F16C, AVX, FMA, BMI, LZCNT and AVX2 instructions.
The text was updated successfully, but these errors were encountered:
Makefile and compilation script created for compiling afdust_adj on local system
Currently having issue with "ERROR: Running precip adjustments" when running afdust_adj/apply_precip_adj_wrf.x This issue occurred in both the SMOKE 12LISTOS training package and NEI2020 platform.
Currently the component program apply_precip_adj_wrf in afdust_adj does not support using meteorology (METCRO2D file) of a different grid (e.g., 12US1) for the target domain (e.g. 12LISTOS). IOAPI m3wndw tool should be used to subset meteorology of 12US1 to 12LISTOS domain, for example, before running afdust_adj
There is also inconsistent in filename of METCRO2D: $SMOKE/scripts/emf/afdust_adj_emf.csh which looks for METCRO2D_YYMMDD, whereas $ASSIGNS_FILE may use METCRO2D_YYYYMMDD or a different filename pattern. $SMOKE/scripts/emf/afdust_adj_emf.csh should be modified to use same METCRO2D from $ASSIGNS_FILE
Update 10/11/2024: An alternative fix for the above issue is to use ${MET_CRO_2D} directly instead of setenv setenv METCRO2D ${MET_CRO_2D} in $SMOKE/scripts/emf/afdust_adj_emf.csh. However, doing so requires modification to $SMOKE/scripts/afdust_adj/apply_precip_adj_wrf.f which in its current form requires METCRO2D as environmental variable name.
While running
afdust_adj
from the SMOKE training package for the 12LISTOS domain which was windowed from the 12US1 domain, themult.x
program from SMOKE package provided along with Emission Modeling Platform (smoke5.0/scripts/afdust_adj) requiresXPORTFRAC
file to have grid parameters of the 12LISTOS; XPORTFRAC file for 12US1 domain could not be used directly (In other word, XPORTFRAC for 12US1 domain must be windowed to the 12LISTOS domain)Process compatible issue when running executables from the provided
afdust_adj
package on local machinePlease verify that both the operating system and the processor support Intel(R) X87, CMOV, MMX, FXSAVE, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, MOVBE, POPCNT, F16C, AVX, FMA, BMI, LZCNT and AVX2 instructions.
The text was updated successfully, but these errors were encountered: