This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ghost
assigned douglasjacobsen
Apr 23, 2013
Also adding a .gitignore file to ignore the entire CVMix project.
We should add something so that when we do a |
Now src/core_ocean/Makefile checks to see if cvmix exists before doing a `svn checkout`. If it does exist, the checkout is skipped. When make cd's into cvmix, a `svn update` is done as well. When cleaning, if cvmix exists `make clean` is called from inside cvmix.
ghost
assigned mark-petersen
Apr 29, 2013
Todd, download this file: |
akturner
added a commit
that referenced
this pull request
Oct 29, 2015
Added C to N ratios for coupling.
toddringler
pushed a commit
that referenced
this pull request
Dec 1, 2015
Fixes warning message of type Image PC Routine Line Source ocean_model 0000000001DDDBE6 Unknown Unknown Unknown ocean_model 00000000012963EA ocn_lagrangian_pa 1426 mpas_ocn_lagrangian_particle_tracking.F ocean_model 000000000127CDEC ocn_lagrangian_pa 187 mpas_ocn_lagrangian_particle_tracking.F ocean_model 00000000010A371A ocn_analysis_driv 948 mpas_ocn_analysis_driver.F ocean_model 000000000109C72A ocn_analysis_driv 405 mpas_ocn_analysis_driver.F ocean_model 0000000000C21EA7 ocn_forward_mode_ 325 mpas_ocn_forward_mode.F ocean_model 00000000010A982A ocn_core_mp_ocn_c 79 mpas_ocn_core.F ocean_model 00000000004051B9 mpas_subdriver_mp 307 mpas_subdriver.F ocean_model 00000000004012F8 MAIN__ 14 mpas.F ocean_model 000000000040128E Unknown Unknown Unknown ocean_model 0000000001EABDB1 Unknown Unknown Unknown ocean_model 0000000000401175 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to MPAS_TRIANGLE_SIGNED_AREA, an array temporary was created for argument #1
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
request to clean up white space in src/core_ocean/Makefile
I sent this by email, but am trying it here too:
in reviewing toddringler-ocean/CVMix
make clean CORE=ocean
produces an error:
make[2]: Entering directory
/usr/projects/climate/mpeterse/mpas_git/MPAS/src/core_ocean' (test -d cvmix && (cd cvmix; make clean) ) make[2]: *** [clean] Error 1 make[2]: Leaving directory
/usr/projects/climate/mpeterse/mpas_git/MPAS/src/core_ocean'make[1]: *** [clean] Error 2
make[1]: Leaving directory `/usr/projects/climate/mpeterse/mpas_git/MPAS/src'
make: *** [clean] Error 2
perhaps test is working a different way in c-shell?
My global KE is also off by a factor of two between toddringler-ocean/CVMix and the develop branch. Not sure why yet. Maybe I did something funny checking out Todd's branch.
Mark