-
Notifications
You must be signed in to change notification settings - Fork 132
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
Use JRA55 for tx1 grid #435
Conversation
I have a couple questions and comments.
thanks. |
Previously the atm_data_type was set to 'clim'. I think the tx1 test should capture this? I agree with removing the other set_nml options. |
Yes, the set_nml.jra55 and set_nml.fra55_2008 can be removed.
Rick
…On 4/14/2020 3:12 PM, David A. Bailey wrote:
Previously the atm_data_type was set to 'clim'.
I think the tx1 test should capture this?
I agree with removing the other set_nml options.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#435 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG63LB2VICIKEELTURC6UCDRMS7T5ANCNFSM4MH723LQ>.
--
logo
*Richard A. Allard *
*Head, Nearshore and Coupled Models Systems Section*
*Oceanography Division NRL Code 7322*
*Stennis Space Center, MS 39529*
*T: 228.688.4894*
[email protected] <mailto:[email protected]>
****
******
|
The way I read the changes is that the tx1 grid has changed defaults from clim to JRA55 forcing. If you want to support clim by default and JRA55 as an option, then you want to reset the set_nml.tx1 changes and create a new file, set_nml.jra55_tx1 that would turn off clim and turn on JRA55. Then -g tx1 would create a clim forced case and -g tx1 -s jra55_tx1 would create a case with jra55 forcing. That would also be consistent with the jra55 forcing for gx3 and gx1. By default, it's not jra55 but the -s jra55_${grid} turns it on. |
The default for gx1 is COREII and the default for gx3 is NCAR_bulk. So, when we set up the tx1 originally, we didn't have forcing, hence the 'clim' option was used. I feel like we should set the default to JRA55 for tx1. The tx1 is not used for science. |
I don't have an opinion about whether the default should be clim or jra55 or whether we should support just one or the other. I just wanted to be sure we had a clear plan. |
My inclination would be to do the tx1 scripts (i.e. -s) analogously to how gx3 and gx1 are done. Keeping clim as the default is okay -- do we have any other tests that use clim? On the other hand, variable forcing is a better test of the triple grid, which is a really good argument for making JRA55 the default for tx1. |
Looks like no for atm_data_type = 'clim'. We do test atm_data_type = 'default'. Looks like there is not actually an atm_data_type = 'clim' option. This is for ocn_data_type and bgc_data_type only. So, we would need to change 'clim' to 'default' if anything. I would prefer to use JRA55 myself. Dave |
Thanks @dabail10. So 'clim' in set_nml.tx1 is a bug? It's probably defaulting to 'default'... I tend to agree, JRA55 would be a better choice for this test. |
That is correct. 'clim' is a bug. |
@rallard77 and @daveh150 have you had a chance to test this out? |
I did a short test last week. It seemed to run ok. I would like to share
the history fie with you to make sure it looks reasonable. Can I put the
file on my ftp?
Rick
…On 4/29/2020 12:01 PM, David A. Bailey wrote:
@rallard77 <https://github.com/rallard77> and @daveh150
<https://github.com/daveh150> have you had a chance to test this out?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#435 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG63LB5GQXL5X3Q324HJOF3RPBMNZANCNFSM4MH723LQ>.
--
logo
*Richard A. Allard *
*Head, Nearshore and Coupled Models Systems Section*
*Oceanography Division NRL Code 7322*
*Stennis Space Center, MS 39529*
*T: 228.688.4894*
[email protected] <mailto:[email protected]>
****
******
|
That sounds good. I would like one of you or @daveh150 to approve the code changes for this. |
Dave,
I made code modifications to ice_forcing.F90 to recognize jra55_tx1 as
another atmospheric forcing type. I ran the base_suite and added a test
case for tx1 with JRA55 for 2005.
The history file for gordon_cray_restart_tx1_40x4_dsectrobin_medium and
a similar run using JRA55 can be found at:
ftp:ftp7320.nrlssc.nvy.mil/pub/allard
orig_iceh_ic.1997-01-06-00000.nc (part of test suite with "clim" forcing)
iceh_ic.2005-01-06-00000.nc (my results after 6 days using jra55 for 2005).
Let me know if these results look reasonable.
I have not yet run anything longer (90 days, full year).
Rick
…On 4/29/2020 12:39 PM, David A. Bailey wrote:
That sounds good. I would like one of you or @daveh150
<https://github.com/daveh150> to approve the code changes for this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#435 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG63LB3AK646RPXRYWSXG63RPBQ35ANCNFSM4MH723LQ>.
--
logo
*Richard A. Allard *
*Head, Nearshore and Coupled Models Systems Section*
*Oceanography Division NRL Code 7322*
*Stennis Space Center, MS 39529*
*T: 228.688.4894*
[email protected] <mailto:[email protected]>
****
******
|
That's what this PR is about. It's the code changes needed to read the JRA55 tx1 forcing. Can you make sure this is consistent with the code you have? |
I'm a little confused about where this PR stands. I believe this PR contains all of the code needed to read and test the JRA-55 tx1 data, but it sounds like @rallard77 needed to change the code in order to test the PR. Is that true? Or are you just saying that you tested the code in this branch (which has the changes)? Regardless, we need to make sure that the code with the PR modifications was tested and then @rallard77 or @daveh150, if you would, please approve the PR, if your output looks like it is running correctly. Thank you! |
Elizabeth,
I reviewed Dave's code changes and everything looked good from my end.
Rick
…On 5/11/2020 5:29 PM, Elizabeth Hunke wrote:
I'm a little confused about where this PR stands. I believe this PR
contains all of the code needed to read and test the JRA-55 tx1 data,
but it sounds like @rallard77 <https://github.com/rallard77> needed to
change the code in order to test the PR. Is that true? Or are you just
saying that you tested the code in this branch (which has the
changes)? Regardless, we need to make sure that the code with the PR
modifications was tested and then @rallard77
<https://github.com/rallard77> or @daveh150
<https://github.com/daveh150>, if you would, please approve the PR, if
your output looks like it is running correctly. Thank you!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#435 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG63LB2RNLFI6VIVRJ5WLTDRRB33JANCNFSM4MH723LQ>.
--
logo
*Richard A. Allard *
*Head, Nearshore and Coupled Models Systems Section*
*Oceanography Division NRL Code 7322*
*Stennis Space Center, MS 39529*
*T: 228.688.4894*
[email protected] <mailto:[email protected]>
****
******
|
For detailed information about submitting Pull Requests (PRs) to the CICE-Consortium,
please refer to: https://github.com/CICE-Consortium/About-Us/wiki/Resource-Index#information-for-developers
PR checklist
Change the default forcing for the tx1 grid to JRA55. This should finally address issue one-degree tripole support #186
dabail10 (D. Bailey)
I have run a one-year simulation using this forcing on izumi. Needs to be run on other machines.
This will change answers for the tx1 tests.
You will need to set up the tx1 JRA55 forcing manually for testing. Once it is fine, then we can put it in Zenodo. The path and files are as follows:
ICE_MACHINE_INPUTDATA/CICE_data/forcing/tx1/JRA55/8XDAILY/
JRA55_03hr_forcing_tx1_2005.nc
JRA55_03hr_forcing_tx1_2006.nc
JRA55_03hr_forcing_tx1_2007.nc
JRA55_03hr_forcing_tx1_2008.nc
JRA55_03hr_forcing_tx1_2009.nc
This is triggered now by -s tx1.