Skip to content
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

[QUESTION] HEMCO standalone: Error encountered in routine HCOIO_Read_Std #100

Closed
jinlx opened this issue Jul 30, 2021 · 9 comments
Closed
Assignees
Labels
category: Bug Something isn't working stale No recent activity on this issue topic: HEMCO Standalone Model Pertaining to the HEMCO standalone

Comments

@jinlx
Copy link

jinlx commented Jul 30, 2021

Hi there, I am trying to use hmco sa to output biomass burning emissions from 20180701-201801001. After setting up everything, HEMCO sa v13 runs smoothly with ifort compiler in the first few days but it stops due to error encountered in routine HCOIO_Read_Std. The error information is provided below. I am not sure how to solve the but. Ift would be great if you could provide some insights on it.

Cheers,
Lixu

HEMCO WARNING: Data is treated as unitless, but file attribute suggests it is not: m s-1. File: /mnt/beegfs/atmoschem/geos-chem/ExtData/GEOS_4x5/GEOS_FP/2018
/07/GEOSFP.20180709.A1.4x5.nc
--> LOCATION: HCOIO_READ_STD (hcoio_read_std_mod.F90)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
HEMCO ERROR: Error encountered in routine HCOIO_Read_Std!
ERROR LOCATION: HCOIO_READ_STD (hcoio_read_std_mod.F90)
ERROR LOCATION: HCOIO_DataRead (hcoio_dataread_mod.F90)
ERROR LOCATION: ReadList_Fill (hco_readlist_mod.F90)
ERROR LOCATION: ReadList_Read (hco_readlist_mod.F90)
ERROR LOCATION: HCO_RUN (hco_driver_mod.F90)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
HEMCO ERROR: Error in HCOIO_DATAREAD called from HEMCO ReadList_Fill: CLOUD
ERROR LOCATION: ReadList_Fill (HCO_ReadList_Mod.F90)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
HEMCO ERROR: Error in ReadList_Fill (4) called from HEMCO ReadList_Read
ERROR LOCATION: ReadList_Read (HCO_ReadList_Mod.F90)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
HEMCO ERROR: Error encountered in routine "Hco_Run", phase 1!
ERROR LOCATION:  -> at HCOI_SA_Run (in module HEMCO/Standalone/hcoi_standalone_mod.F90)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
HEMCO ERROR: Error encountered in routine "HCOI_Sa_Run"!
ERROR LOCATION:  -> at HCOI_StandAlone_Run (in module HEMCO/Interfaces/hcoi_standalone_mod.F90)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@jinlx jinlx changed the title [QUESTION] HEMCO standalone [QUESTION] HEMCO standalone: Error encountered in routine HCOIO_Read_Std Jul 30, 2021
@yantosca
Copy link
Contributor

Thanks @jinlx. Would you be able to attach the full log file, as well as the HEMCO_sa_*.rc files to this issue? We can take a look.

@jinlx
Copy link
Author

jinlx commented Jul 30, 2021

Here you are! The config and diagn files are provided as well. Thanks for taking a look at this issue! I appreciate it!

Config and Diagn from GC classic
HEMCO_Diagn.rc.txt
HEMCO_Config.rc.txt

HEMCO files from hmco sa
HEMCO_sa_Time.rc.txt
HEMCO_sa_Config.rc.txt
HEMCO_sa_Grid.025x03125.rc.txt
HEMCO_sa_Spec.rc.txt

HEMCO SA log output
HEMCO.log

@msulprizio msulprizio transferred this issue from geoschem/geos-chem Jul 30, 2021
@msulprizio
Copy link
Contributor

I transferred this issue to the HEMCO repository since it pertains to the HEMCO standalone simulation

@lizziel
Copy link
Contributor

lizziel commented Aug 3, 2021

Hi @jinlx, try a run with Verbose and Warnings both set to 3 in HEMCO_Config.rc. This may give more information about the source of the error.

@lizziel lizziel self-assigned this Aug 3, 2021
@yantosca
Copy link
Contributor

yantosca commented Aug 4, 2021

HI @jinlx, if you are using the HEMCO standalone with some extensions turned then you might have to enable met field reading. But I think it should already be set up to do that. The "CLOUD" field is one of the met fields. I think that is needed for MEGAN.

@jinlx
Copy link
Author

jinlx commented Aug 5, 2021

Thanks everyone for your inputs!

  • Hi @lizziel , here is the new log file with seeting verbose and warnings to 3. It seems that it still ends up in 6th day for unknown reason.
    HEMCO.log
  • Hi @yantosca , yes, I think the met was turned on. The first 5 days are running smoothly but not sure why it can't continue on 6th day. I think the last resort is to run 5 days in each job script.

@yantosca
Copy link
Contributor

yantosca commented Aug 5, 2021

@jinlx: I wonder if you are hitting a memory limit on your system. Are you using a job scheduler like SLURM, PBS, or SGE? If so, then make sure to request enough memory for the job.

@yantosca yantosca added category: Bug Something isn't working topic: HEMCO Standalone Model Pertaining to the HEMCO standalone labels Aug 5, 2021
@stale
Copy link

stale bot commented Sep 4, 2021

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.

@stale stale bot added the stale No recent activity on this issue label Sep 4, 2021
@jinlx
Copy link
Author

jinlx commented Sep 4, 2021

Thanks Bob! You are right. I think it is related to the server itself rather than hmco sa. I end up separating into several jobs. I will close the issue right now.

@jinlx jinlx closed this as completed Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Something isn't working stale No recent activity on this issue topic: HEMCO Standalone Model Pertaining to the HEMCO standalone
Projects
None yet
Development

No branches or pull requests

4 participants