I am trying to do a coupler history spin-up simulation.
When I use coupler history files from Globus, everything works fine.
However, when I switched to the BHIST coupler history files that my advisor uploaded for me from /glade/campaign/collections/cmip/CMIP6/cpl_hist/b.e21.BHIST.f09_g17.CMIP6-historical.011/
I got an error in the simulation:
ERROR: (shr_ncread_varDimNum) ERROR inq varid: doma_lat
I found the differences between the two datasets:
In the downloaded b.e21.BSSP585cmip6.f09_g17.CMIP6-SSP5-8.5.102 case from Globus, I have a variable doma_lat in every January file.
ncdump -h b.e21.BSSP585cmip6.f09_g17.CMIP6-SSP5-8.5.102.cpl.ha2x1h.2015-01.nc | grep doma_lat
double doma_lat(doma_ny, doma_nx) ;
doma_lat:_FillValue = 0. ;
doma_lat:units = "degrees north" ;
doma_lat:long_name = "latitude" ;
doma_lat:standard_name = "latitude" ;
doma_lat:internal_dname = "doma" ;
However, in the b.e21.BSSP585cmip6.f09_g17.CMIP6-SSP5-8.5.102 case, variable doma_lat does not exist in the 2005-01 file:
ncdump -h b.e21.BHIST.f09_g17.CMIP6-historical.011.cpl.ha2x1h.2005-01.nc | grep doma_lat
returns nothing.
The variable does show up in the 2006-01 file:
ncdump -h b.e21.BHIST.f09_g17.CMIP6-historical.011.cpl.ha2x1h.2006-01.nc | grep doma_lat
double doma_lat(doma_ny, doma_nx) ;
doma_lat:_FillValue = 0. ;
doma_lat:units = "degrees north" ;
doma_lat:long_name = "latitude" ;
doma_lat:standard_name = "latitude" ;
doma_lat:internal_dname = "doma" ;
After I checked every year between 2005 and 2014, I found the doma_lat variables only exist in the January 2006 and January 2012 files. This variable should be expected in every January file since it appeared in every January file from Globus.
Where can I find coupler history files that have consistent variables for b.e21.BSSP585cmip6.f09_g17.CMIP6-SSP5-8.5 case?
Thanks!
When I use coupler history files from Globus, everything works fine.
However, when I switched to the BHIST coupler history files that my advisor uploaded for me from /glade/campaign/collections/cmip/CMIP6/cpl_hist/b.e21.BHIST.f09_g17.CMIP6-historical.011/
I got an error in the simulation:
ERROR: (shr_ncread_varDimNum) ERROR inq varid: doma_lat
I found the differences between the two datasets:
In the downloaded b.e21.BSSP585cmip6.f09_g17.CMIP6-SSP5-8.5.102 case from Globus, I have a variable doma_lat in every January file.
ncdump -h b.e21.BSSP585cmip6.f09_g17.CMIP6-SSP5-8.5.102.cpl.ha2x1h.2015-01.nc | grep doma_lat
double doma_lat(doma_ny, doma_nx) ;
doma_lat:_FillValue = 0. ;
doma_lat:units = "degrees north" ;
doma_lat:long_name = "latitude" ;
doma_lat:standard_name = "latitude" ;
doma_lat:internal_dname = "doma" ;
However, in the b.e21.BSSP585cmip6.f09_g17.CMIP6-SSP5-8.5.102 case, variable doma_lat does not exist in the 2005-01 file:
ncdump -h b.e21.BHIST.f09_g17.CMIP6-historical.011.cpl.ha2x1h.2005-01.nc | grep doma_lat
returns nothing.
The variable does show up in the 2006-01 file:
ncdump -h b.e21.BHIST.f09_g17.CMIP6-historical.011.cpl.ha2x1h.2006-01.nc | grep doma_lat
double doma_lat(doma_ny, doma_nx) ;
doma_lat:_FillValue = 0. ;
doma_lat:units = "degrees north" ;
doma_lat:long_name = "latitude" ;
doma_lat:standard_name = "latitude" ;
doma_lat:internal_dname = "doma" ;
After I checked every year between 2005 and 2014, I found the doma_lat variables only exist in the January 2006 and January 2012 files. This variable should be expected in every January file since it appeared in every January file from Globus.
Where can I find coupler history files that have consistent variables for b.e21.BSSP585cmip6.f09_g17.CMIP6-SSP5-8.5 case?
Thanks!