I'd like to reproduce a result from a paper in which they used GEOSS5 at 64 vertical levels so they could resolve the MSE maximum around the top of the boundary layer. I tried to do this with the CAM5 running in single column mode on my mac book pro, but I ran into this error when building the namelist:
(GETFIL): attempting to find local file cami_0000-01-01_64x128_L30_c090102.nc
(GETFIL): using
/Users/whannah/CESM/input_data/atm/cam/inic/gaus/cami_0000-01-01_64x128_L30_c09
0102.nc
Opened existing file
/Users/whannah/CESM/input_data/atm/cam/inic/gaus/cami_0000-01-01_64x128_L30_c09
0102.nc 4
(GETFIL): attempting to find local file USGS-gtopo30_64x128_c050520.nc
(GETFIL): using
/Users/whannah/CESM/input_data/atm/cam/topo/USGS-gtopo30_64x128_c050520.nc
Opened existing file
/Users/whannah/CESM/input_data/atm/cam/topo/USGS-gtopo30_64x128_c050520.nc
5
READINITIAL: model parameters for single column run do not match initial datase
t parameters
Model Parameters: plev = 64 plon = 1 plat =
1
Dataset Parameters: dlev = 30 dlon = 128 dlat =
64
ENDRUN:control/readinitial.F90
I don't really understand why the cami_0000-01-01_64x128_L30_c090102.nc file is needed for a single column run. So is there a way to bypass this error? Or am I stuck using at most 30 levels?
Thanks,
Walter
(GETFIL): attempting to find local file cami_0000-01-01_64x128_L30_c090102.nc
(GETFIL): using
/Users/whannah/CESM/input_data/atm/cam/inic/gaus/cami_0000-01-01_64x128_L30_c09
0102.nc
Opened existing file
/Users/whannah/CESM/input_data/atm/cam/inic/gaus/cami_0000-01-01_64x128_L30_c09
0102.nc 4
(GETFIL): attempting to find local file USGS-gtopo30_64x128_c050520.nc
(GETFIL): using
/Users/whannah/CESM/input_data/atm/cam/topo/USGS-gtopo30_64x128_c050520.nc
Opened existing file
/Users/whannah/CESM/input_data/atm/cam/topo/USGS-gtopo30_64x128_c050520.nc
5
READINITIAL: model parameters for single column run do not match initial datase
t parameters
Model Parameters: plev = 64 plon = 1 plat =
1
Dataset Parameters: dlev = 30 dlon = 128 dlat =
64
ENDRUN:control/readinitial.F90
I don't really understand why the cami_0000-01-01_64x128_L30_c090102.nc file is needed for a single column run. So is there a way to bypass this error? Or am I stuck using at most 30 levels?
Thanks,
Walter