Open IreneAtmos opened 1 month ago
Thanks for writing @IreneAtmos. I think the reason the nested run crashed is that you may be using a restart file without all o the species in it. Try changing this line in your nested-grid HEMCO_Config.rc
from:
* SPC_ ./Restarts/GEOSChem.Restart.$YYYY$MM$DD_$HH$MNz.nc4 SpeciesRst_?ALL? $YYYY/$MM/$DD/$HH EFYO xyz 1 * - 1 1
to
* SPC_ ./Restarts/GEOSChem.Restart.$YYYY$MM$DD_$HH$MNz.nc4 SpeciesRst_?ALL? $YYYY/$MM/$DD/$HH EY xyz 1 * - 1 1
and see if that gets past the problem.
Long story short, the EFYO
option will halt if there are species in your simulation that are not found in the restart file. EY
will cause the simulation to proceed (and will assign a default background concentration to the missing species). You can also try CYS
if that doesn't work.
For more information, please see:
@yantosca Thank you for your response! I tried changing the settings to EY
or CYS
, but my nested run still stops at the same point. I am currently running it with the benchmark restart file.
Your name
Irene
Your affiliation
Southern University of Science and Technology
What happened? What did you expect to happen?
What happened?
2019global
) and used the output restart files for September as the initial condition for a 2x2.5 simulation for September 2019 (09global
) and 0.25x0.3125 nested simulation (09nested
).09global
.09nested
unexpectedly crashed at the start when using this output restart file. Only when I use the restart file from the GEOS-Chem benchmark directory, the simulation runs smoothly.What did you expect to happen?
2019global
to successfully start the09nested
simulation without any interruptions.2019global
and the benchmark restart file, and to understand why the output restart file from2019global
simulation drives the09global
simulation without interruption but causes the09nested
simulation to crash.09nested
simulation.What are the steps to reproduce the bug?
2019global
:09nested
:09global
:09nested_log.0
.Min and Max of each species in restart file [mol/mol]: Species 1, ACET: Min = 8.681771098E-26 Max = 9.508711152E-09 Sum = 2.981275902E-04 ......
HEMCO WARNING: Data is treated as unitless, but file attribute suggests it is not: cm3(H2O) cm-3(air). File: ./Restarts/GEOSChem.Restart.20190901_0000z.nc4 --> LOCATION: HCOIO_READ (HCOIO_READ_STD_MOD.F90)