Skip to content
Started 3 yr 8 mo ago
Took 8 min 10 sec
Success

Build #95 (Jul 31, 2021, 3:25:07 AM)

Changes
  1. Removing l_interp_prescribed_params from setup_clubb_pdf_params. (details / githubweb)
  2. Changes readiopdata_module to use nf90 subroutines (details / githubweb)
  3. Switches nf_real to nf90_real (details / githubweb)
  4. Replaces nf_get_var_<type> family with nf90_get_var (details / githubweb)
  5. Moves more calls to nf90 (details / githubweb)
  6. Replace nf_inq_dimlen with nf90_inquire_dimension (details / githubweb)
  7. Replace nf_inq_dimname with nf90_inquire_dimension (details / githubweb)
  8. Replace nf_get_vara_ subroutines with nf90_get_var (details / githubweb)
  9. Remove `include netcdf.inc` statements (details / githubweb)
  10. Remove redundant code (details / githubweb)
  11. Use nf90_inquire_dimension to manually set count value for nf90_get_var (details / githubweb)
  12. Add workaround for k=1 (details / githubweb)
  13. Switch to using nf90_inquire_variable to find information to allocate var (details / githubweb)
  14. Fix manual specification of values (details / githubweb)
  15. Fix issues with deallocation of variables (details / githubweb)
  16. Rewrite some of get_netcdf_var2d_real (details / githubweb)
  17. Add deallocate statement to get_netcdf_var2d_real after change (details / githubweb)
  18. Remove unused variable 'length' in get_netcdf_var*d_real (details / githubweb)
  19. Add statement to ensure dplevs initializes with zeroed values (details / githubweb)
  20. Revert "Add workaround for k=1" (details / githubweb)
  21. Update comments and variable names as requested (details / githubweb)
  22. Fix comments (details / githubweb)
  23. Set intent of var back to inout, as in the case of dplevs, it may not assign all values (details / githubweb)
  24. Remove some of the old variables from get_netcdf_var2d_real (details / githubweb)

Started by an SCM change

Revision: 58ede38d05190fba819e82b551ca5ea3c3f20f67
Repository: https://github.com/larson-group/sam_clubb.git
  • refs/remotes/origin/master