-
Notifications
You must be signed in to change notification settings - Fork 9
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
Merge of NorESM into cesm2.2 release branch #6
base: release-cesm2.2-Nor
Are you sure you want to change the base?
Changes from all commits
286d446
5c2f3b9
f47729c
a2e1d52
6532da5
3db90e9
ce22e37
f4b1137
fe2499b
0811e66
1c0323e
36a0a98
4c91a6b
401dc0d
3c8b398
dbce81e
fa7f7d0
abf4089
edc21e5
ad270f6
0f81543
facc769
cb1e556
cf28815
b8f2014
60cffa5
1fb4497
7240b0f
e5bafca
cd99dba
6da18d7
77288b0
9d7e12c
7633f94
4aff67f
577a963
99569d0
154885d
cafd430
c67b372
ea576ce
f0ddd25
c0aa855
e131763
1853183
f39c805
ae8403b
a0dcfed
4c8b6ac
cff9e66
2a18d40
6c2a8c8
eec641c
3b5e8a0
21ee605
8e991c6
4c5ac59
c436361
c81272a
472bbb5
76700f3
f3bdd62
a9dc9bf
695d06d
9fcf7f1
d2de345
9f1ab86
4d5b612
0e54878
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,11 @@ | |
<entry_id version="3.0"> | ||
|
||
<description> | ||
<desc ice="CICE[%PRES][%CMIP6][%CICE4]">Sea ICE (cice) model version 5</desc> | ||
<desc ice="CICE[%PRES][%CMIP6][%NORESM-CMIP6][%CICE4]">Sea ICE (cice) model version 5</desc> | ||
<desc option="PRES" > :prescribed cice</desc> | ||
<desc option="CMIP6"> :with modifications appropriate for CMIP6 experiments</desc> | ||
<desc option="CICE4"> :running with cice4 physics</desc> | ||
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. Keep line |
||
<desc option="NORESM-CMIP6"> :with NORESM modifications appropriate for CMIP6 experiments</desc> | ||
</description> | ||
|
||
<entry id="COMP_ICE"> | ||
|
@@ -35,7 +36,7 @@ | |
<entry id="CICE_CONFIG_OPTS"> | ||
<type>char</type> | ||
<default_value></default_value> | ||
<values match="last"> | ||
<values> | ||
<value compset="_CICE[_%]"> -phys cice5 </value> | ||
<value compset="_CICE%[^_]*CICE4"> -phys cice4 </value> | ||
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. Keep line |
||
</values> | ||
|
@@ -51,18 +52,18 @@ | |
This is an advanced flag and should only be used by expert users. | ||
</desc> | ||
</entry> | ||
|
||
<entry id="CICE_NAMELIST_OPTS"> | ||
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. This block should be kept if running cam4 based experiments is an option in NorESM? |
||
<type>char</type> | ||
<default_value></default_value> | ||
<values> | ||
<value compset="_CAM4">cam4=.true.</value> | ||
</values> | ||
<group>run_component_cice</group> | ||
<file>env_run.xml</file> | ||
<desc>CICE specific namelist settings for -namelist option</desc> | ||
<default_value></default_value> | ||
<values> | ||
<value compset="_CAM4">cam4=.true.</value> | ||
</values> | ||
<group>run_component_cice</group> | ||
<file>env_run.xml</file> | ||
<desc>CICE specific namelist settings for -namelist option</desc> | ||
</entry> | ||
|
||
<entry id="CICE_AUTO_DECOMP"> | ||
<type>logical</type> | ||
<valid_values>true,false</valid_values> | ||
|
@@ -158,6 +159,8 @@ | |
<values match="last"> | ||
<value | ||
compset="_CICE[^_]*%CMIP6">$SRCROOT/components/cice/cime_config/usermods_dirs/cmip6</value> | ||
<value | ||
compset="_CICE[^_]*%NORESM-CMIP6">$SRCROOT/components/cice/cime_config/usermods_dirs/noresm-cmip6</value> | ||
</values> | ||
<group>run_component_cice</group> | ||
<file>env_case.xml</file> | ||
|
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.
Keep this line to keep CICE4 option
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.
Change the line 8 to: