-
Notifications
You must be signed in to change notification settings - Fork 185
Description
Your name
PrincDeep
Your affiliation
IIT
What happened? What did you expect to happen?
Dear team,
I want to run a CO2 simulation over India at a resolution of 0.125 × 0.15625 using GEOS-FP meteorological data for the period 2019 to 2021. For this purpose, boundary condition files are needed from a global model run, either at 2×2.5 or 4×5 resolution. Since I am working with a fine resolution, I chose the 2×2.5 global run.
However, when using GEOS-FP, I encountered an error: "Infinity in DO_CLOUD_CONVECTION". To better understand the cause of this issue, I reran the simulation using MERRA-2 meteorological data instead. With MERRA-2, the model ran successfully without any errors, and output files were generated.

What are the steps to reproduce the bug?
This type of error indicates that variables such as T0, T1, T2, T3, or T4 are zero. I recompiled and reran the model with print statements added, but I was unable to identify any solution or reach a conclusion.
IF ( .not. IT_IS_FINITE( Q(K) ) ) THEN
WRITE( 6, 200 )
200 FORMAT( 'Infinity in DO_CLOUD_CONVECTION!' )
WRITE( 6, 255 ) K, IC, Q(K), TRIM(SpcInfo%Name)
WRITE(*,*) T0,T1,T2,T3,T4,DELQ,SDT,TSUM
RC = GC_FAILURE
RETURN
ENDIF
Please attach any relevant configuration and log files.
I have attached all the necessary files. The model runs successfully with MERRA-2, but it encounters an error when using GEOS-FP. Could you please assist me with identifying the issue and guide me on the next steps?
GC_GEOSFP.log.txt
geoschem_config.yml.txt
HEMCO_Config.rc.txt
HISTORY.rc.txt
GC_MERRA2.log.txt
What GEOS-Chem version were you using?
14.6.2
What environment were you running GEOS-Chem on?
Local cluster
What compiler and version were you using?
gcc (GCC) 6.5.0 ,ifort (IFORT) 19.1.3.304 20200925
Will you be addressing this bug yourself?
Yes, but I will need some help
In what configuration were you running GEOS-Chem?
GCClassic
What simulation were you running?
CO2
As what resolution were you running GEOS-Chem?
2 x 2.5
What meterology fields did you use?
GEOS-FP
Additional information
I think the error might be related to the GEOS-FP meteorological files, because when I switch to MERRA2, the model runs without any issues. It could possibly be due to the "upward moist convective precipitation flux" (CMFMC), though I'm not entirely sure.
As we already know, there were some known issues starting in June 2020, which led to a change in the meteorological scheme from RAS to GF convection. To the best of my knowledge, those issues were fully resolved.
However, in my case, the model error is appearing for 2020/05/13, which is before the known issue time.