Additional fix for threading and pe-layout NBFB issues in UCI-chem codes - #70
Conversation
. Fixed array shape pdeldry in lin_strat_chem.F90 that would failed debug mode . Fixed codes for surface emission section in mo_gas_phase_chemdr.F90 that cause round-off NBFB when threading or pe-layout changes [NBFB]
|
Hi Wuyin, I was doing the modification of the xsfc in my new code in #62 for NGD_v3atm
|
|
Could face the same problem, @jinboxie . The 1st dimension size for data array in the |
|
Merged to NGD_v3atm. |
Yes Wuyin @wlin7 , there are some thoughts on the bounds issue here. And then get output from loc_arr from read_za_trcdata in components/eam/src/chemistry/utils/tracers.F90. call read_za_trc( fids(i), flds(f)%var_id, flds(f)%input(i)%data, strt3, cnt3, file, & loc_arr is output to the flds(f)%input(i)%data allocated above. |
. Fixed array shape pdeldry in lin_strat_chem.F90 that would failed debug mode
. Fixed codes for surface emission section in mo_gas_phase_chemdr.F90 that
cause round-off NBFB when threading or pe-layout changes
[NBFB]