Skip to content
Success

Changes

Summary

  1. Eliminate GOTO statement in stats_clubb_utilities (#1233) (details)
  2. Added some missing acc parallel statments around some the loops (details)
  3. Fixed a bug (details)
  4. I have no idea if it's appropriate to include gr in this statment, (details)
Commit 997f0297808643a4ee76621e98fd3c7821948f41 by noreply
Eliminate GOTO statement in stats_clubb_utilities (#1233)

* Eliminate jump in stats_clubb_utilities
CLUBB ticket #975

Hard removed end parameter from read call
GOTO marker `100` removed since `end` parameter is gone and
added output of read error code to help debugging.

Before this change, if the read encountered an EOF error and the jump to marker 100 happened,
CLUBB would continue running (err_code=clubb_no_error) but no output files would be created.
After this change, err_code will be set to clubb_fatal_error and CLUBB prints an error message and returns.
The file was modified stats_clubb_utilities.F90 (diff)
Commit c65a1eab66b642133992df67073c37f734f9276d by bmg2
Added some missing acc parallel statments around some the loops
I added to the code for the grid generalization test.
The file was modified advance_xp2_xpyp_module.F90 (diff)
The file was modified mono_flux_limiter.F90 (diff)
The file was modified advance_wp2_wp3_module.F90 (diff)
The file was modified advance_xm_wpxp_module.F90 (diff)
The file was modified advance_windm_edsclrm_module.F90 (diff)
The file was modified stats_clubb_utilities.F90 (diff)
Commit ba693e0d27c04cfbaf7755307a217f9ea44aa09e by bmg2
I have no idea if it's appropriate to include gr in this statment,
but I'm just basically throwing dung at the wall at this point.
We'll see what sticks.
The file was modified advance_wp2_wp3_module.F90 (diff)