Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NOAA-GFDL/mocsy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ACCESS-NRI/mocsy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gtracers
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 44 files changed
  • 7 contributors

Commits on Jul 20, 2017

  1. 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
    jkrasting committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    4228a61 View commit details
    Browse the repository at this point in the history
  2. Appended "mocsy" to each filename and module

     - Allows modules to be more self-contained and
       identifiable when embedding Mocsy within
       other models
    jkrasting committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    9d14614 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. 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).
    jkrasting committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    d53cbf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    2c12cab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from NOAA-GFDL/user/jpk/verbosity

    Added verbosity option for vars subroutine
    jkrasting authored Oct 11, 2017
    1 Configuration menu
    Copy the full SHA
    9df7dec View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Fixes verbosity check in mocsy_vars.F90

    changes `IF (verbosity == .true.) THEN` to `IF (verbosity .eqv. .true.) THEN`
    byrdman1982 authored and jkrasting committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    385222c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. cmake for mocsy (#1)

    * 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]>
    JorgeG94 and Jorge Galvez Vallejo authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    1e4bc05 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. 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]>
    JorgeG94 and dougiesquire authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    156b3c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Configuration menu
    Copy the full SHA
    bfbf7f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Add build CI (#5)

    Co-authored-by: Tommy Gatti <[email protected]>
    dougiesquire and CodeGat authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    e663173 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    9313ddf View commit details
    Browse the repository at this point in the history
  2. 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
    dougiesquire authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    b136e1a View commit details
    Browse the repository at this point in the history
Loading