-
Notifications
You must be signed in to change notification settings - Fork 383
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
Add new ne30 grids with active MALI #3069
Conversation
Now, the mapping files, land surface data, land topography, and glacier mask files are all compatible. I was able to sucessfully run 10 years w/ MALI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhkennedy , thanks for getting this PR in - this will be a big step forward in the SMB work to have the dual ice sheet grids available out of the box.
My review by inspection includes some questions about the mapping file definitions. Otherwise everything looks as I would expect. @jonbob might notice details I have not.
@jhkennedy - does this PR need the newer version of MALI (in PR 3032) before it can be merged? |
@jonbob -- I'm 99% sure these are entirely separate. That is, the features in this PR can operate independent of the changes being merged in as part of 3032. |
@jonbob yep, @stephenprice got it -- they are (or at least should be) independent. |
@jhkennedy - do you know if LND <=> GLC mapping requires the "mono" and "intbilin" methods? I have to admit I'm not clear on this, and @matthewhoffman is out of town |
I don't know the answer without looking into the code. :-(
…On Thu, Jul 25, 2019, 11:25 AM Jon Wolfe ***@***.***> wrote:
@jhkennedy <https://github.com/jhkennedy> - do you know if LND <=> GLC
mapping requires the "mono" and "intbilin" methods? I have to admit I'm not
clear on this, and @matthewhoffman <https://github.com/matthewhoffman> is
out of town
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3069?email_source=notifications&email_token=AA75AER7IE2DLCNL5XNXHYTQBHAW3A5CNFSM4IDCLILKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2Z2L4Y#issuecomment-515089907>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA75AEV3NCKODHEY5SRAJBTQBHAW3ANCNFSM4IDCLILA>
.
|
FYI: both maps are monotone. intbilin is more accurate but not conservative. mono is less accurate but conservative. |
Thanks @mt5555 - I think it makes sense for the mappings to be consistent, so we'll discuss and fix this PR. But we may ask your advice on which maps to use. |
@bishtgautam - can you please look at this comment above? I think the landice people are using an older file because it contains glc elevation class information that the newer one does not? If so, is there anyway to update the newer file to make it usable for their purposes? Thanks for your help! |
I will regenerate the land surface for ne30np4 for 2000 to include glacier elevation class and get back to you. |
@jhkennedy, The new land surface dataset that is available on blues/anvil at the following path: |
Great, thanks @bishtgautam! I'll kick off a couple of runs today. |
Thanks @bishtgautam! |
@jhkennedy , check out the comment I added at the bottom of this thread: https://acme-climate.atlassian.net/wiki/spaces/PROBSLR/pages/1003323510/Figures+for+SciDAC+PI+meeting+July+16--18+2019?focusedCommentId=1004503418#comment-1004503418 |
@matthewhoffman I'll try it with the other mappings as well. For sure, I'd like to get that sorted here as well. |
@matthewhoffman I think we've sorted the grid imprinting issues, see my reply here. I think everything here is ready to go at this point |
@jhkennedy , that looks great! I'll coordinate with @jonbob to do a final review and testing to get this merged. |
Add new ne30 grids with active MALI This PR adds two new grids, ne30_oECv3_aisgis and ne30_oECv3wLI_aisgis, for configurations with an active (but not dynamic) MALI component using a combined Antarctic and Greenland ice sheet model. Without the active MALI component, ELM cannot compute the required variables needed analyze the (snow) surface mass balance. This will allow SMB analysis for the low-res watercycle and cryosphere campaigns, which is critically important for: * new snow model physics being developed * updating the ELM-->MALI downscaling * prepping/validation for v3 runs with dynamic ice sheet model runs. [BFB]
merged to next |
Add new ne30 grids with active MALI This PR adds two new grids, ne30_oECv3_aisgis and ne30_oECv3wLI_aisgis, for configurations with an active (but not dynamic) MALI component using a combined Antarctic and Greenland ice sheet model. Without the active MALI component, ELM cannot compute the required variables needed analyze the (snow) surface mass balance. This will allow SMB analysis for the low-res watercycle and cryosphere campaigns, which is critically important for: * new snow model physics being developed * updating the ELM-->MALI downscaling * prepping/validation for v3 runs with dynamic ice sheet model runs. [BFB]
merged to master and NML DIFF blessed |
Add new ne30 grids with active MALI This PR adds two new grids, ne30_oECv3_aisgis and ne30_oECv3wLI_aisgis, for configurations with an active (but not dynamic) MALI component using a combined Antarctic and Greenland ice sheet model. Without the active MALI component, ELM cannot compute the required variables needed analyze the (snow) surface mass balance. This will allow SMB analysis for the low-res watercycle and cryosphere campaigns, which is critically important for: * new snow model physics being developed * updating the ELM-->MALI downscaling * prepping/validation for v3 runs with dynamic ice sheet model runs. [BFB]
Add new ne30 grids with active MALI This PR adds two new grids, ne30_oECv3_aisgis and ne30_oECv3wLI_aisgis, for configurations with an active (but not dynamic) MALI component using a combined Antarctic and Greenland ice sheet model. Without the active MALI component, ELM cannot compute the required variables needed analyze the (snow) surface mass balance. This will allow SMB analysis for the low-res watercycle and cryosphere campaigns, which is critically important for: * new snow model physics being developed * updating the ELM-->MALI downscaling * prepping/validation for v3 runs with dynamic ice sheet model runs. [BFB]
…s-change EAMxx: refactor machine_specs.py file
Adds two new ne30 grids with an active (but not dynamic) MALI component, with a new combined Antarctic and Greenland ice sheet model. Importantly, without an active MALI component, ELM cannot compute the required variables needed analyze the (snow) surface mass balance. This will allow SMB analysis for the low res watercycle and cryosphere campaigns, which is critically important for:
The grids are:
ne30_oECv3_aisgis
andne30_oECv3wLI_aisgis
[BFB]