GEOS-Chem "Science Codebase" repository. Contains GEOS-Chem science routines, run directory generation scripts, and interface code. This repository is used as a submodule within the GCClassic and GCHP wrappers, as well as in other modeling contexts (external ESMs).
Hey, all!
When I changed the start date to 20161001 and ran the command "./gcclassic | tee GC.log", then I got this error.
HEMCO ERROR: Cannot find field with valid time stamp in /home/yang/GCClassic/ExtData/GEOS_4x5/MERRA2/2016/10/MERRA2.20161001.I3.4x5.nc4 - Cannot get field PS_NEXTDAY. Please check file name and time (incl. time range flag) in the config. file
I referenced #1450 & #1499, and updated the restart file date & time with the CDO utilities:
cdo setreftime,2016-10-01,00:00:00 GEOSChem.Restart.20190701_0000z.nc4 tmp.nc4
cdo setdate,2016-10-01 tmp.nc4 GEOSChem.Restart.20161001_0000z.nc4
Ask a question about GEOS-Chem:
Hey, all! When I changed the start date to 20161001 and ran the command "./gcclassic | tee GC.log", then I got this error. HEMCO ERROR: Cannot find field with valid time stamp in /home/yang/GCClassic/ExtData/GEOS_4x5/MERRA2/2016/10/MERRA2.20161001.I3.4x5.nc4 - Cannot get field PS_NEXTDAY. Please check file name and time (incl. time range flag) in the config. file
I referenced #1450 & #1499, and updated the restart file date & time with the CDO utilities: cdo setreftime,2016-10-01,00:00:00 GEOSChem.Restart.20190701_0000z.nc4 tmp.nc4 cdo setdate,2016-10-01 tmp.nc4 GEOSChem.Restart.20161001_0000z.nc4
Moreover, I also made some changes to the highlighted lines, turned the "EFYO" to "CYS". There are some files which may help you understand my question. geoschem_config.txt HEMCO_Config.txt HEMCO_Diagn.txt HEMCO_Config_rc.gmao_metfields.txt HISTORY.txt log.dryrun.txt GC.log Thanks for your help!