Skip to content
Success

Changes

Summary

  1. Adding some new, but still simple, parsing capabilities to input_netcdf.F90 so that the tuner will not crash if netcdf dates are in a slightly different format.  Now, instead of assuming the format of the string, the code will search for the positions of the two hyphens and the two colons and get the date and time based on that. (details)
  2. Adding some spaces to make the code a little nicer. (details)
  3. Adding comments and renaming variables per Vince's comments.  Some minor cleaning. (details)
  4. Adding intent labels for subroutines throughout clubb. (details)
  5. Removing unnecessary constant from use statement (details)
Commit 369b0fe36f1976abca3b610d83667976b8d29e2d by 59519056+bstephens82
Adding some new, but still simple, parsing capabilities to input_netcdf.F90 so that the tuner will not crash if netcdf dates are in a slightly different format.  Now, instead of assuming the format of the string, the code will search for the positions of the two hyphens and the two colons and get the date and time based on that.

See #939.
The file was modified src/input_netcdf.F90 (diff)
Commit a5038964a04545a5bbbfaac75b47cab8df300976 by 59519056+bstephens82
Adding some spaces to make the code a little nicer.
The file was modified src/input_netcdf.F90 (diff)
Commit 1120328123410505cc739035550da5129b6d0177 by 59519056+bstephens82
Adding comments and renaming variables per Vince's comments.  Some minor cleaning.

See #939 and #943.
The file was modified src/input_netcdf.F90 (diff)
Commit 5e293e158a4e51e45b8caf7941bb7cb83645c593 by rhodesk
Adding intent labels for subroutines throughout clubb.
All calls to subroutines now have intent comments next to them
all the way up through stats_sfc_module.
Results are BFB identical.
For ticket #942.
The file was modified src/CLUBB_core/stats_lh_sfc_module.F90 (diff)
The file was modified src/CLUBB_core/output_grads.F90 (diff)
The file was modified src/CLUBB_core/output_netcdf.F90 (diff)
The file was modified src/CLUBB_core/stats_rad_zt_module.F90 (diff)
The file was modified src/CLUBB_core/stats_rad_zm_module.F90 (diff)
The file was modified src/CLUBB_core/stats_lh_zt_module.F90 (diff)
The file was modified src/CLUBB_core/stats_clubb_utilities.F90 (diff)
The file was modified src/CLUBB_core/stats_type_utilities.F90 (diff)
Commit 885de7cfc91b540f1ff784ceb80e124b3f20e6a2 by noreply
Removing unnecessary constant from use statement
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)