geoschem / geos-chem

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).
http://geos-chem.org
Other
164 stars 156 forks source link

GEOSChem restart file not found for year of interest #1503

Closed msulprizio closed 1 year ago

msulprizio commented 1 year ago

Discussed in https://github.com/geoschem/geos-chem/discussions/1499

Originally posted by **erinemme** November 11, 2022 Hello, I am trying to run GEOS-Chem and ran into an error regarding my restart file (screenshot also attached): HEMCO ERROR: Cannot find file for current simulation time: ./GEOSChem.Restart.20011101_0000z.nc4 - Cannot get field SCP_ACET. Please check file name and time (incl. time range flag) in the config. file ![gcrestart_error](https://user-images.githubusercontent.com/90405034/201407105-751fdbfa-0557-4532-ac1e-409b371b6432.png) This error was shown in HEMCO.log. It does not seem that there are any GEOS-Chem restart files available for download for year 2001. Additionally, I tried to do a dry run (with 6month spin up) to create the correct restart files, and this didn't seem to work either. It also seems that it is looking for the GEOS-Chem restart file and cannot find it (the month here is different as this was a part of me trying to run the spinup): HEMCO: OPTIONAL FILE NOT FOUND ./HEMCO_restart.200107010000.nc HEMCO: REQUIRED FILE NOT FOUND ./GEOSChem.Restart.20010701_0000z.nc4 This error was shown in the dry run log. I do have a GEOS-Chem restart file within my run directory, but it is for a different year (it was automatically downloaded after creating my run directory). I have looked all over the GEOS-Chem wiki and github and couldn't find anything that has solved this problem yet. Thank you in advance for the help.
yantosca commented 1 year ago

This is a duplicate of #1450. Please see that issue for a solution.

yantosca commented 1 year ago

Also tagging @Jourdan-He and @SaptSinha

erinemme commented 1 year ago

@yantosca thank you so much for pointing out this is a duplicate question. I spent quite a bit of time searching the github for an answer but must have missed this question before. I think it is unclear in the GEOS-Chem readthedocs what to do if your restart file is not within the time frame of 2010-2019. It would be very helpful if this was updated for future use. Thank you again!

yantosca commented 1 year ago

Thank you @erinemme for the suggestion. We'll see if we can make that clearer in the ReadTheDocs for the next version.

yantosca commented 1 year ago

@erinemme: I've pushed an update to our docs/dev branch, which you can view in the ReadTheDocs "latest" version. I hope this is more clear now.

The default ReadTheDocs always points to the "stable" version (i.e. the last Github release, which is 14.0.1). The "latest" version is for any documentation updates on our development branches.

erinemme commented 1 year ago

@yantosca thank you very much! I think it is clearer now.

yantosca commented 1 year ago

Thanks @erinemme! That documentation will ship with GEOS-Chem 14.0.2, our next patch version, but for now it's in "latest". I'll close out this issue now.