Skip to content
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

make emissivity a namelist variable #211

Closed
jonbob opened this issue Jul 30, 2018 · 4 comments
Closed

make emissivity a namelist variable #211

jonbob opened this issue Jul 30, 2018 · 4 comments
Assignees

Comments

@jonbob
Copy link

jonbob commented Jul 30, 2018

It would be very helpful for E3SM if the ice emissivity could be set via a namelist instead of being a parameter. The correct value of this seems to be a research subject and it would help to be able to test different values a bit more easily.

@apcraig
Copy link
Contributor

apcraig commented Aug 14, 2018

emissivity is a setable parameter in icepack. it is set by this call,

call icepack_init_parameters(emissivity_in=value)

icepack itself has no namelist. E3SM should have it's own driver, namelist, and ability to set this parameter in icepack.

We could add emissivity to the icepack driver namelist and/or to the CICE namelist, but that probably would not have an impact on E3SM. @eclare108213, please let me know if that would be helpful and then which namelist we should use.

@eclare108213
Copy link
Contributor

I agree, E3SM can set this up as a namelist parameter regardless of what we do with it.
It would be nice to offer it as a namelist parameter for both Icepack and CICE drivers. I'd probably put it in forcing_nml. Open to other suggestions for that.

@apcraig
Copy link
Contributor

apcraig commented Aug 17, 2018

see #213 for icepack. same coming soon for CICE.

@apcraig
Copy link
Contributor

apcraig commented Aug 18, 2018

CICE PR 176.

@apcraig apcraig closed this as completed Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants