These three restarts are available at
ftp://ftp.cgd.ucar.edu/pub/strandwg/restarts
g.e21.GOMIPECOIAF_JRA.TL319_g17.CMIP6-omip2.001.rest.0307-01-01-00000.tar
g.e21.GOMIPECOIAF_JRA.TL319_g17.CMIP6-omip2.001.rest.0317-01-01-00000.tar
g.e21.GOMIPECOIAF_JRA.TL319_g17.CMIP6-omip2.001.rest.0327-01-01-00000.tar
Please retrieve them as soon as possible as our ftp space is very small and aggressively scrubbed.
When I tried to run compset GOMIPECOIAF_JRA-1p4-2018 (the res is TL319_g17) for a period of one month using the restart file from 307 that I received, the following error occurred in ./case.submit Did.
svn export failed with output: and errput svn: E170000: URL '
https://svn-ccsm-inputdata.cgd.ucar...cn_omip_w_nhx_emis_gx1v6_1637-2019_c190522.nc' is not existed.
I got an error that '
https://svn-ccsm-inputdata.cgd.ucar...cn_omip_w_nhx_emis_gx1v6_1637-2019_c190522.nc' does not exist, so I looked at the directory. When I looked, I was able to confirm the existence of '
https://svn-ccsm-inputdata.cgd.ucar...cn_omip_w_nhx_emis_gx1v6_1637-2019_c200324.nc'.
Therefore, I made the following changes to lines 1451 to 1457 of 'namelist_defaults_pop.xml'.
(Change before)
<ndep_data_type ocn_transient="JRA_OMIP">shr_stream</ndep_data_type>
<ndep_shr_stream_year_first ocn_transient="JRA_OMIP">1652</ndep_shr_stream_year_first> <!-- 1958-(6-1)*(2018-1958+1)-1 -->
<ndep_shr_stream_year_last ocn_transient="JRA_OMIP">2019</ndep_shr_stream_year_last>
<ndep_shr_stream_year_align ocn_transient="JRA_OMIP">0</ndep_shr_stream_year_align>
<ndep_shr_stream_file ocn_grid="gx3v7" ocn_transient="JRA_OMIP">ocn/pop/gx3v7/forcing/ndep_ocn_omip_w_nhx_emis_gx3v7_1637-2019_c190522.nc</ndep_shr_stream_file>
<ndep_shr_stream_file ocn_grid="gx1v6" ocn_transient="JRA_OMIP">ocn/pop/gx1v6/forcing/ndep_ocn_omip_w_nhx_emis_gx1v6_1637-2019_c190522.nc</ndep_shr_stream_file>
<ndep_shr_stream_file ocn_grid="gx1v7" ocn_transient="JRA_OMIP">ocn/pop/gx1v6/forcing/ndep_ocn_omip_w_nhx_emis_gx1v6_1637-2019_c190522.nc</ndep_shr_stream_file>
(After change)
<ndep_data_type ocn_transient="JRA_OMIP">shr_stream</ndep_data_type>
<ndep_shr_stream_year_first ocn_transient="JRA_OMIP">1652</ndep_shr_stream_year_first> <!-- 1958-(6-1)*(2018-1958+1)-1 -->
<ndep_shr_stream_year_last ocn_transient="JRA_OMIP">2019</ndep_shr_stream_year_last>
<ndep_shr_stream_year_align ocn_transient="JRA_OMIP">0</ndep_shr_stream_year_align>
<ndep_shr_stream_file ocn_grid="gx3v7" ocn_transient="JRA_OMIP">ocn/pop/gx3v7/forcing/ndep_ocn_omip_w_nhx_emis_gx1v6_1637-2019_c200324.nc</ndep_shr_stream_file>
<ndep_shr_stream_file ocn_grid="gx1v6" ocn_transient="JRA_OMIP">ocn/pop/gx1v6/forcing/ndep_ocn_omip_w_nhx_emis_gx1v6_1637-2019_c200324.nc</ndep_shr_stream_file>
<ndep_shr_stream_file ocn_grid="gx1v7" ocn_transient="JRA_OMIP">ocn/pop/gx1v6/forcing/ndep_ocn_omip_w_nhx_emis_gx1v6_1637-2019_c200324.nc</ndep_shr_stream_file>
The execution was successful as a result of the changes
However, when comparing the monthly average of sea ice density with the results submitted to cmip6 (January average of 307th year of 'siconc_SImon_CESM2_omip2_r1i1p1f1_gn_030601-036612.nc'), the maximum difference was 1.1%.
I think this difference is due to the changes mentioned above.
In order to accurately compare the executed results with the cmip6 results, do I have to use the file before the changes?
Also, if so, is there a way for me to get that file?