Test results (all 96 cpu if not specified):
1. mp_physics=2, wetscav_onoff=0, cldchem_onoff=1, works
2. mp_physics=10, wetscav_onoff=0, cldchem_onoff=1, works
3. mp_physics=2, wetscav_onoff=1, cldchem_onoff=1, not allowed, it's a namelist conflict: mp_physics=2 does not co-exist with wetscav_onoff=1
4. mp_physics=10, wetscav_onoff=1, cldchem_onoff=0, seems to work, but i have free(): invalid pointer in the end
5. mp_physics=10, wetscav_onoff=1, cldchem_onoff=1, that's the previous failed case;
5.1) tested it again with 96 cpu and still failed with this message:
d01 2017-06-10_00:00:00 Input data is acceptable to use: wrfbdy_d01
forrtl: severe (174): SIGSEGV, segmentation fault occurred
5.2) tested it again with 128 cpu and hanged with this message:
d01 2017-06-10_00:00:00 Input data is acceptable to use: wrfbdy_d01
corrupted size vs. prev_size
it practically failed because it will not proceed.
5.3) then I turned off wetscav_off only for the first domain, other domain: mp_physics=10, wetscav_onoff=1, cldchem_onoff=1, received a different error message then it hanged:
d02 2017-06-10_00:00:00 Input data is acceptable to use: wrfinput_d03
corrupted size vs. prev_size
6. mp_physics=2, wetscav_onoff=0, cldchem_onoff=0, surprisingly it hanged there:
d01 2017-06-10_00:00:00 Input data is acceptable to use: wrfchemi_d01_2017-06-10_00:00:00
corrupted double-linked list
this equals failure to me because usually it will not proceed
It seems like to be a little bit random and hard to explain to me.
7. I removed boundary condition to test if it works okay with initial condition
mp_physics=10, wetscav_onoff=1, cldchem_onoff=1, 96 cpu:
works
_____________________________________________________________________________________________________________________________________________________________________________________________
My final goal would still be able to run mp_physics=10, wetscav_onoff=1, cldchem_onoff=1, 96 cpu, with both bc and ic on. Appreciate it if someone could help investigate this further and give some suggestions.
Thanks!