geoschem / HEMCO

The Harmonized Emissions Component (HEMCO), developed by the GEOS-Chem Support Team.
https://hemco.readthedocs.io
Other
16 stars 32 forks source link

Cannot get field PS_NEXTDAY!! FROM 20191231 TO 20200101 #239

Closed DDSJ-WHITE closed 9 months ago

DDSJ-WHITE commented 1 year ago

I am running HEMCO with GEOS-Chem classic version 13 for CH4 simulation. But when I run it up to December 31, 2019 it always fails to get the PS_NEXTDAY field correctly in the MERRA2.20191231.I3.2x25.nc4, I checked that the path to the MERRA2 file is correct and also the HECMO config has the following section on PS_NEXTDAY:

# --- I3 fields ---
* PS       $METDIR/$YYYY/$MM/$MET.$YYYY$MM$DD.I3.$RES.$NC     PS        1980-2021/1-12/1-31/*           EFY xy  1  * -  1 1
* SPHU     $METDIR/$YYYY/$MM/$MET.$YYYY$MM$DD.I3.$RES.$NC     QV        1980-2021/1-12/1-31/*           EFY xyz 1  * -  1 1
* TMPU     $METDIR/$YYYY/$MM/$MET.$YYYY$MM$DD.I3.$RES.$NC     T         1980-2021/1-12/1-31/*           EFY xyz 1  * -  1 1

* PS_NEXTDAY   $METDIR/$YYYY/$MM/$MET.$YYYY$MM$DD.I3.$RES.$NC PS        1980-2021/1-12/1-31/1/+1day      EFY xy  1  * -  1 1
* SPHU_NEXTDAY $METDIR/$YYYY/$MM/$MET.$YYYY$MM$DD.I3.$RES.$NC QV        1980-2021/1-12/1-31/1/+1day     EFY xyz 1  * -  1 1
* TMPU_NEXTDAY $METDIR/$YYYY/$MM/$MET.$YYYY$MM$DD.I3.$RES.$NC T         1980-2021/1-12/1-31/1/+1day     EFY xyz 1  * -  1 1

Here's the error that showing on linux

HEMCO ERROR: Cannot find field with valid time stamp in /data/gcdata/ExtData/G
 EOS_2x2.5/MERRA2/2019/12/MERRA2.20191231.I3.2x25.nc4 - Cannot get field PS_NEXT
 DAY. Please check file name and time (incl. time range flag) in the config. fil
 e

HEMCO ERROR: Error encountered in routine HCOIO_Read!

HEMCO ERROR: Error in HCOIO_DATAREAD called from HEMCO ReadList_Fill: PS_NEXTD
 AY
 --> LOCATION: ReadList_Fill (HCO_ReadList_Mod.F90)

HEMCO ERROR: Error in ReadList_Fill (4) called from HEMCO ReadList_Read
 --> L
 OCATION: ReadList_Read (HCO_ReadList_Mod.F90)
 Error in ReadList_Read called from hco_run

GEOS-Chem ERROR: Error encountered in "HCO_Run"!
 -> at HCOI_GC_Run (in module GeosCore/hco_interface_gc_mod.F90)

THIS ERROR ORIGINATED IN HEMCO!  Please check the HEMCO log file for 
additional error messages!

GEOS-Chem ERROR: Error encountered in "HCOI_GC_Run"!

GEOS-CHEM ERROR: Error encountered in "Emissions_Run", Phase 0

This error can indicate a missing file. Please check the HEMCO log file for 
additional error messages!

STOP at  -> at GEOS-Chem (in GeosCore/main.F90)
yantosca commented 1 year ago

Thanks for writing @DDSJ-WHITE. GEOS-Chem needs to read some met fields (e.g. pressure, temperature) on the first timestep of the last day of the simulation. Make sure you have data for the last day of your simulation on your disk.

stale[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the Stale bot from closing this issue.

yantosca commented 9 months ago

Closing out this issue.

cugxiongjiajun commented 7 months ago

Hello,I had a similar problem.I would like to know where the met fields (e.g. pressure, temperature) data can be downloaded?Thinks!