-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: NOAA-GFDL/mocsy
base: master
head repository: ACCESS-NRI/mocsy
compare: gtracers
- 12 commits
- 44 files changed
- 7 contributors
Commits on Jul 20, 2017
-
Renamed files from .f90 to .F90
- Applied to src/ and examples/ directories - Updated Makefile - Removed '-s' from cp command (Mac OS-Friendly) - Changed .f90 to .F90 inside files
Configuration menu - View commit details
-
Copy full SHA for 4228a61 - Browse repository at this point
Copy the full SHA 4228a61View commit details -
Appended "mocsy" to each filename and module
- Allows modules to be more self-contained and identifiable when embedding Mocsy within other models
Configuration menu - View commit details
-
Copy full SHA for 9d14614 - Browse repository at this point
Copy the full SHA 9d14614View commit details
Commits on Jul 21, 2017
-
Added "use only" statements for modules
- Also made each module private by default and explicitly made calls to make each subroutine and function public (improves readability).Configuration menu - View commit details
-
Copy full SHA for d53cbf8 - Browse repository at this point
Copy the full SHA d53cbf8View commit details
Commits on Oct 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2c12cab - Browse repository at this point
Copy the full SHA 2c12cabView commit details -
Merge pull request #1 from NOAA-GFDL/user/jpk/verbosity
Added verbosity option for vars subroutine
1Configuration menu - View commit details
-
Copy full SHA for 9df7dec - Browse repository at this point
Copy the full SHA 9df7decView commit details
Commits on Dec 5, 2017
-
Fixes verbosity check in mocsy_vars.F90
changes `IF (verbosity == .true.) THEN` to `IF (verbosity .eqv. .true.) THEN`
Configuration menu - View commit details
-
Copy full SHA for 385222c - Browse repository at this point
Copy the full SHA 385222cView commit details
Commits on Jul 2, 2025
-
* cmake * add pkg config file and make it so that we use MOCSY not mocsy * mocsy in lowercase to presever current dependency in pkgconfi * cleanp * add default flags * use actual strings * actions? * actiosn! * I am a silly goose * how about this? * ci? * add a run * correct spacing * git workspace * newer cmake * delete conda env * address reiew comments: delete macro and replace CI * remove unecessary call in cmakelists * deleted the macro but not the file, I am amazing --------- Co-authored-by: Jorge Galvez Vallejo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e4bc05 - Browse repository at this point
Copy the full SHA 1e4bc05View commit details
Commits on Jul 9, 2025
-
Changing target from MOCSY to mocsy and ammending where needed (#2)
* Changing target from MOCSY to mocsy and ammending so that the linkable is mocsy::mocsy * address review comments * Apply suggestions from code review change configVersion to config-version Co-authored-by: Dougie Squire <[email protected]> --------- Co-authored-by: Dougie Squire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 156b3c8 - Browse repository at this point
Copy the full SHA 156b3c8View commit details
Commits on Jul 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bfbf7f8 - Browse repository at this point
Copy the full SHA bfbf7f8View commit details
Commits on Aug 5, 2025
-
Co-authored-by: Tommy Gatti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e663173 - Browse repository at this point
Copy the full SHA e663173View commit details
Commits on Aug 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9313ddf - Browse repository at this point
Copy the full SHA 9313ddfView commit details -
CMakeLists.txt: Remove CUSTOM_COMPILE_FLAGS option (#6)
* Fix indending and tidy without functional change * Remove unused cmake/MOCSYConfig.cmake.in file * Update CMake project version
Configuration menu - View commit details
-
Copy full SHA for b136e1a - Browse repository at this point
Copy the full SHA b136e1aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...gtracers