-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Fix remaining memory leaks in HEMCO #255
base: main
Are you sure you want to change the base?
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5dc6768 - Browse repository at this point
Copy the full SHA 5dc6768View commit details
Commits on May 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c0f602c - Browse repository at this point
Copy the full SHA c0f602cView commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 462a696 - Browse repository at this point
Copy the full SHA 462a696View commit details
Commits on Aug 15, 2022
-
resolved 2 conflicts in hcox_tomas_jeagle_mod.F90
Tianchen He committedAug 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 1921792 - Browse repository at this point
Copy the full SHA 1921792View commit details
Commits on Sep 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0ce984c - Browse repository at this point
Copy the full SHA 0ce984cView commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 401a61e - Browse repository at this point
Copy the full SHA 401a61eView commit details
Commits on Nov 11, 2022
-
Remove extra variables HCOX_TOMAS_Jeagle_Run preventing code from com…
…piling The MSG variable was defined twice in HCOX_TOMAS_Jeagle_Run. The second occurrence has been removed, along with an unused ERR variable. Signed-off-by: Melissa Sulprizio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a30947 - Browse repository at this point
Copy the full SHA 8a30947View commit details
Commits on Nov 14, 2022
-
Remove trailing whitespaces from hcox_tomas_jeagle_mod.F90
There were an excessive amount of trailing whitespaces in hcox_tomas_jeagle_mod.F90 that affected readability of the file. These have now been removed. Signed-off-by: Melissa Sulprizio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 315d15e - Browse repository at this point
Copy the full SHA 315d15eView commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 104890c - Browse repository at this point
Copy the full SHA 104890cView commit details
Commits on Apr 5, 2023
-
Merge PR #164 (branch 'feature/TOMAS') into dev/3.7.0
Resolved conflicts in: CHANGELOG.md src/Extensions/hcox_tomas_jeagle_mod.F90 Signed-off-by: Melissa Sulprizio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5926a2 - Browse repository at this point
Copy the full SHA c5926a2View commit details
Commits on Oct 23, 2023
-
Update IsModelLevel check for CESM and WRF-GC due to regression in HE…
…MCO 3.7.x in vertical regridding updates. Signed-off-by: Haipeng Lin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8f5d8b - Browse repository at this point
Copy the full SHA a8f5d8bView commit details
Commits on Oct 25, 2023
-
Merge branch 'main' (version 3.7.1) into dev/tomas
Signed-off-by: Melissa Sulprizio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6843c86 - Browse repository at this point
Copy the full SHA 6843c86View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92d2632 - Browse repository at this point
Copy the full SHA 92d2632View commit details -
Rename TOMAS species to include a padding zero for bins 1-9
TOMAS species SF6 has conflicts with sulfur hexafluoride (SF6) used in the TransportTracers simulation. To avoid conflicts, we rename all of the TOMAS species for bins 1-9 to use 01-09. This is done for all TOMAS species (NK*, SF*, SS*, ECOB*, ECIL*, OCOB*, OCIL*, AW*, and DUST*). Signed-off-by: Melissa Sulprizio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c04d3b - Browse repository at this point
Copy the full SHA 9c04d3bView commit details
Commits on Dec 6, 2023
-
Merge pull request #251 from branch 'dev/tomas' into dev/3.8.0
Signed-off-by: Melissa Sulprizio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33583d2 - Browse repository at this point
Copy the full SHA 33583d2View commit details
Commits on Dec 18, 2023
-
Merge pull request #244 from branch 'hplin/update_hemco_regress_mdlle…
…v_cesm' of github.com:jimmielin/HEMCO-1 into dev/3.8.0 Signed-off-by: Melissa Sulprizio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0dc3db - Browse repository at this point
Copy the full SHA f0dc3dbView commit details
Commits on Jan 5, 2024
-
Return null ptrs from cleanup routines in hco_arr_mod, hco_tidx_mod
src/Core/hco_arr_mod.F90 - Set Arr and ArrVec to null before exiting cleanup routines src/Core/hco_tidx_mod.F90 - Set individual fields of AlltIDx to NULL after deallocating - Update comments Signed-off-by: Bob Yantosca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca9b187 - Browse repository at this point
Copy the full SHA ca9b187View commit details