-
Notifications
You must be signed in to change notification settings - Fork 175
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
HEMCO ERROR: Field has no time/date variable - cycle flag mustbe set to C
in the HEMCO configuration file:BC_ACTA
#2760
Comments
Thanks for writing @Naaimaben. The boundary conditions are specified in the #==============================================================================
# --- GEOS-Chem boundary condition file ---
#==============================================================================
(((GC_BCs
* BC_ $ROOT/SAMPLE_BCs/GC_14.3.0/fullchem/GEOSChem.BoundaryConditions.$YYYY$MM$DD_$HH$MNz.nc4 SpeciesBC_?ADV? 1900-2100/1-12/1-31/* EFY xyz 1 * - 1 1
)))GC_BCs We provide some sample BC data for testing but you will need to change |
Hi @yantosca, thank your for your response.
|
@Naaimaben Is it possible that you boundary conditions for your simulation are missing? Could you also please upload the log file from your simulation to this issue? |
I did download the boundary condition file from the harvard input data website to /Output folder. |
Thanks for the update @Naaimaben. The boundary conditions on the Harvard data site are only intended for testing and development. They do not contain a full day of data. You need to create your own boundary conditions by running a global simulation to archive the BoundaryConditions collection diagnostic first before running the nested simulation. I would also refer you to our documentation of the nested-grid simulation workflow on our ReadTheDocs site. |
Really sorry for the confusion @yantosca, yes I am indeed running a global simulation and get the error in the log file. |
Thanks for the log file @Naaimaben I see this output: Processing container: BC_AONITA
Parsing source file and replacing tokens
Reading from existing stream: /home/naaima.benkadour/gc_025x03125_geosfp_fullchem/OutputDir/GEOSChem.BoundaryConditions.20190701_0000z.nc4
HEMCO: Entering GET_TIMEIDX (HCOIO_UTIL_MOD.F90) ( 6)
Number of time slices found: 8
Time slice range : 201907010000.00000 201907012100.00000
preferred datetime: 201907010000.
Data is 3-hourly. Entire day will be read.
selected tidx1: 1
corresponding datetime 1: 201907010000.
selected tidx2: 8
corresponding datetime 2: 201907012100.
assigned delta t [h]: 3
local time? F
HEMCO: Leaving GET_TIMEIDX (HCOIO_UTIL_MOD.F90) ( 6)
HEMCO ERROR: Cannot find field BC_AONITA. Please check variable name in the config. file I think this means that there isn't a boundary condition variable in the file for the AONITA species. AONITA was introduced in 14.5.0 with a bunch of new chemistry/emissions updates. This could mean that your boundary conditions file is from a pre-14.5.0 simulation. Regenerating the boundary conditions with the same version of the model you are using should fix this error. |
What happened? What did you expect to happen?
While running ./gcclassic i got the following error:
What are the steps to reproduce the bug?
running ./gcclassic
Please attach any relevant configuration and log files.
No response
What GEOS-Chem version were you using?
14.4.2
What environment were you running GEOS-Chem on?
Other (please explain below)
What compiler and version were you using?
gcc
Will you be addressing this bug yourself?
Yes
In what configuration were you running GEOS-Chem?
GCClassic
What simulation were you running?
Full chemistry
As what resolution were you running GEOS-Chem?
0.25x0.325
What meterology fields did you use?
GEOS-FP
Additional information
No response
The text was updated successfully, but these errors were encountered: