-
Notifications
You must be signed in to change notification settings - Fork 11
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
Modification to allow for both standalone and nextsim #254
Open
lilleannette
wants to merge
24
commits into
develop
Choose a base branch
from
issue_hycom_standalone
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…ter/NERSC-HYCOM-CICE into issue_hycom_standalone
A note this may in version 2.3 conflict. From blkdat.F90 |
Yes, that is not compatible with how we do that in version 2.2, but when we include NeXtSIM in v2.3, we can just assign it a new number and update the compilation routine accordingly, but good to be aware of.
Annette
Annette Samuelsen
forskningsleder | Research Leader
***@***.*** | +47 932 38 202
Stiftelsen Nansen Senter for Miljø og Fjernmåling
Nansen Environmental and Remote Sensing Center
Jahnebakken 3 | N-5007 Bergen | Norway
***@***.*** | nersc.no<https://nersc.no> | +47 55 20 58 00
[cid:logo_de1c6baf-5da6-4f53-b1e5-34827df1144c.jpg]
Konfidensialitet. Informasjonen i denne e-posten er utelukkende ment for bruk av adressaten(e),
og kan inneholde konfidensiell informasjon som ikke kan deles uten avsenders skriftlige samtykke.
Notice of confidentiality. The information contained in this e-mail is intended solely for the use of
the addressee(s) and may contain confidential or legally privileged information.
From: TRasmussen ***@***.***>
Date: Thursday, 12 September 2024 at 13:29
To: nansencenter/NERSC-HYCOM-CICE ***@***.***>
Cc: Annette Samuelsen ***@***.***>, Author ***@***.***>
Subject: Re: [nansencenter/NERSC-HYCOM-CICE] Modification to allow for both standalone and nextsim (PR #254)
A note this may in version 2.3 conflict. From blkdat.F90
! --- 'iceflg' = sea ice model flag (0=none,1=energy loan,1>coupled/esmf)
! --- 2=2-way,3=no IO stress, 4=3+no ocean currents
—
Reply to this email directly, view it on GitHub<#254 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFQZHB67SQNU56G2CG5GMM3ZWF3JDAVCNFSM6AAAAABL2QTSNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBWGAZTMMBQGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
I made modification to allow us to run HYCOM entirely without an ice model, so with iceflg=0: no sea ice model and iceflg=3: with nextsim. @HR-polar could you check that the changes are still compatible with the nextsim coupling and, if yes, approve the pull request?