WRF-GC / wrf-gc-release

WRF-GC Coupled Meteorology-Chemistry Model Release Repository
http://wrf.geos-chem.org
29 stars 5 forks source link

Segmentation fault in wrfgc_convert_state_mod.F90 - wetlscnvfrc_n0 #7

Open qiujx20 opened 1 month ago

qiujx20 commented 1 month ago

Hello,  I am encountering a segmentation fault when running WRF-GC3.0, which appears to indicate an error in line 2468 of the wrfgc_vert_state_mod.f90 program. Could you please provide a solution to this issue?  Thank you very much for your assistance.

a4b3c693113a4c6424d6ce78343509a 2489line

jimmielin commented 1 month ago

Hello @qiujx20, could you provide the &chem section of your namelist.input file?

qiujx20 commented 1 month ago

Okay, this is &chem , followed by the namelist. input image namelist.input.txt

jimmielin commented 1 month ago

Could you try uncommenting these lines in HISTORY.rc in the run directory?

             #'WetLossConv',
             #'WetLossLS',
qiujx20 commented 1 month ago

Thank you very much for your assistance. After modifying History.rc, the previous error has been resolved.

However, a new error has arisen, and I would appreciate your help in resolving it.

07e30dff8f272d7788fa2a5085a3ebb

qiujx20 commented 1 month ago

I tried changing the e_vert value in the namelist.input file from 46 to 40, but I still encountered the same error related to ucx_mod.F90 B`K$VWQQ}L0N{Z5F$MF4USL

This issue seems to be related to ucx_mod. Could it be possible that the setting on line 1236 in the F90 program is causing this problem? image