forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Adds option to read initial temp and salt from separate files #2
Merged
alperaltuntas
merged 6 commits into
NCAR:dev/gfdl
from
gustavo-marques:temp_salt_z_init_file
Jul 6, 2017
Merged
Adds option to read initial temp and salt from separate files #2
alperaltuntas
merged 6 commits into
NCAR:dev/gfdl
from
gustavo-marques:temp_salt_z_init_file
Jul 6, 2017
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
Frazil formation was being converted to surface layer evaporation under ice sheves and this was double counting the effect of frazil on the system.
Removes frazil's contribution to evaporation
This commit adds the option to read initial temperature and salinity fields from separate z-space input files. Before, both T and S had to be in the same file. The input parameter TEMP_SALT_Z_INIT_FILE is kept, so previous configurations do not to be changed. Two new parameters are introduced (TEMP_Z_INIT_FILE and SALT_Z_INIT_FILE). Answers should not change.
Should this also be merged to dev/ncar? |
Yes, please.
…On Wed, Jul 5, 2017 at 6:26 PM, Alper Altuntas ***@***.***> wrote:
Should this also be merged to dev/ncar?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AK0FgUx4oT_-1F0CgcQVgyJQQvR3XWKfks5sLCmfgaJpZM4OO_Ho>
.
--
Gustavo M. Marques
National Center for Atmospheric Research phone: 303-497-174
<(303)%20497-1737>*0*
Climate & Global Dynamics fax : 303-497-1700
<(303)%20497-1700>
PO Box 3000
Boulder, CO 80307-3000
http://www.cgd.ucar.edu/staff/gmarques
|
Sorry, I did not realize I sent the pool request to NCAR:dev/gfdl. Can you
transfer to dev/ncar? If not, I will delete the request and send a new one.
…On Thu, Jul 6, 2017 at 8:25 AM, Gustavo Marques ***@***.***> wrote:
Yes, please.
On Wed, Jul 5, 2017 at 6:26 PM, Alper Altuntas ***@***.***>
wrote:
> Should this also be merged to dev/ncar?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#2 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AK0FgUx4oT_-1F0CgcQVgyJQQvR3XWKfks5sLCmfgaJpZM4OO_Ho>
> .
>
--
Gustavo M. Marques
National Center for Atmospheric Research phone: 303-497-174
<(303)%20497-1737>*0*
Climate & Global Dynamics fax :
303-497-1700 <(303)%20497-1700>
PO Box 3000
Boulder, CO 80307-3000
http://www.cgd.ucar.edu/staff/gmarques
--
Gustavo M. Marques
National Center for Atmospheric Research phone: 303-497-174
<(303)%20497-1737>*0*
Climate & Global Dynamics fax : 303-497-1700
<(303)%20497-1700>
PO Box 3000
Boulder, CO 80307-3000
http://www.cgd.ucar.edu/staff/gmarques
|
alperaltuntas
added a commit
that referenced
this pull request
Jul 6, 2017
committing pull request #2 to dev/ncar branch
done. |
Thank you!
…On Thu, Jul 6, 2017 at 8:59 AM, Alper Altuntas ***@***.***> wrote:
done.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AK0Fgd0FvUCTtLKonx8JQb98U2p0jLfmks5sLPZTgaJpZM4OO_Ho>
.
--
Gustavo M. Marques
National Center for Atmospheric Research phone: 303-497-174
<(303)%20497-1737>*0*
Climate & Global Dynamics fax : 303-497-1700
<(303)%20497-1700>
PO Box 3000
Boulder, CO 80307-3000
http://www.cgd.ucar.edu/staff/gmarques
|
alperaltuntas
referenced
this pull request
in alperaltuntas/MOM6
May 15, 2018
use ocean instead of global pes in MOM_oda_driver
alperaltuntas
pushed a commit
that referenced
this pull request
Nov 7, 2018
Latest changes from MOM dev/gfdl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TEMP_SALT_Z_INIT_FILE
iskept, so previous configurations do not to be changed. Two new parameters are introduced:
TEMP_Z_INIT_FILE
andSALT_Z_INIT_FILE
.