Closed samanehashraf closed 2 weeks ago
Thanks @samanehashraf. Could you please also attach your geoschem_config.yml
and GEOS-Chem log file to this issue? I'd like to see what the inputs were.
Sure. geoschem_config.yml.txt
Ah OK, I see it now @samanehashraf. Change:
aod_wavelengths_in_nm:
- (440, 550, 675)
to
aod_wavelengths_in_nm:
- 440
- 550
- 675
and it should work.
Ah OK, I see it now @samanehashraf. Change:
aod_wavelengths_in_nm: - (440, 550, 675)
to
aod_wavelengths_in_nm: - 440 - 550 - 675
and it should work.
Thank you very much! Yes, it worked.
Great! I'll close out this issue. Write again if you come up against any other problems.
Great! I'll close out this issue. Write again if you come up against any other problems.
Hi Yantosca, Unfortunately, the job was killed after one hour of running:
/localscratch/spool/slurmd/job36699127/slurm_script: line 21: 3463230 Killed ./gcclassic slurmstepd: error: Detected 1 oom_kill event in StepId=36699127.batch. Some of the step tasks have been OOM Killed
Should I increase the CPU per task?
ulimit -s unlimited export OMP_STACKSIZE=500m
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
./gcclassic
Your name
Samaneh
Your affiliation
Research Associate
What happened? What did you expect to happen?
Hi, I am trying to run GC-RRTMG (v 14.4.3) for a nested simulation (0.5° x 0.625°) of North America, but I encountered this error:
BTW I was able to run the model at 2° x 2.5° resolution without any problems. Thank you.
What are the steps to reproduce the bug?
I checked this: CodeDir/src/GEOS-Chem/Headers/ roundoff_mod.F90 and I couldn't understand what the problem was in line 210:
Please attach any relevant configuration and log files.
No response
What GEOS-Chem version were you using?
14.4.3
What environment were you running GEOS-Chem on?
Local cluster
What compiler and version were you using?
?
Will you be addressing this bug yourself?
Yes
In what configuration were you running GEOS-Chem?
GCClassic
What simulation were you running?
Full chemistry
As what resolution were you running GEOS-Chem?
NA 0.5 * 0.625
What meterology fields did you use?
MERRA-2
Additional information
GC RT