-
Notifications
You must be signed in to change notification settings - Fork 179
cam6_4_167: 1850 MTt4s namelist defaults #1534
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
Changes from 10 commits
923885d
9120359
ce4c5c7
81850d5
748c6ae
f59b54c
938903c
3b22149
f04005f
720344d
fa58f64
4c9ac76
d5c2969
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. seems fine to me.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. seems fine to me. |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have no clue whether this is correct or not. I will let Simone or someone else reviews this
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes that looks fine |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -207,7 +207,6 @@ subroutine extfrc_inti( extfrc_specifier, extfrc_type_in, extfrc_cycle_yr, extfr | |
| 'vertically intergrated external forcing for '//trim(spc_name) ) | ||
| if ( history_aerosol .or. history_chemistry ) then | ||
| call add_default( trim(spc_name)//'_CLXF', 1, ' ' ) | ||
| call add_default( trim(spc_name)//'_CMXF', 1, ' ' ) | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could we leave CMXF, I think, that is used for the diagnostics |
||
| endif | ||
| if ( history_cesm_forcing .and. spc_name == 'NO2' ) then | ||
| call add_default( trim(spc_name)//'_CLXF', 1, ' ' ) | ||
|
|
||
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.
This seems fine to me.