Skip to content
Success

Changes

Summary

  1. fix precision error of reals (details)
  2. I've got the magic fix (details)
  3. rename grid_adaptation and remapping modules (details)
  4. add fix for grid generalization (details)
Commit 177ee2016e7e4584f9c7c1d420ab3e1e01396960 by noreply
fix precision error of reals
The file was modified output_netcdf.F90 (diff)
Commit f3e4feee74e7ead32bdc9e6373c1217b7dbb5e3c by bmg2
I've got the magic fix
I know if I can fix it once, I can fix twice
I fix the baddest bugs ...

Changing the pbuf_get_field calls to only go from 1 to ncol in the
column dimension for the variables that are newly being passed
directly into advance_clubb_core_api thanks to our removal of
the _in variables (e.g. wp2_in) in a recent commit. This solves
the problem of trying to shove a (pverp-top_lev+1 x pcols) size
box into the hole for a (pverp-top_lev+1 x ncol) size box.

G-UNIT!!!
The file was modified src/physics/cam/clubb_intr.F90 (diff)
Commit 0ae10ffa778fe9951dfd3de81a1ffcd38b3e5bdd by 0-freundlich-adenin
rename grid_adaptation and remapping modules
The file was addedgrid_adaptation_module.F90
The file was removedremapping.F90
The file was removedgrid_adaptation.F90
The file was addedremapping_module.F90
Commit 3481c17db470604c208604778051bb11dfa7f943 by 0-freundlich-adenin
add fix for grid generalization
The file was modified grid_adaptation_module.F90 (diff)