Hi all,
I would like to interpolate some initial conditions from WACCM (70 vertical levels) to use in a CAM-chem run (32 vertical levels) using the interpic tool. I can see that a 32-level case is non-standard in the script 'create_template.ncl' which is required to run interpic. Sure enough, create_template.ncl fails when I try to run it with the settings I need:
nlat = 192; ; Number of latitudes
nlon = 288; ; Number of longitudes
nlev = 32; ; Number of vertical levels
How would I go about editing create_template.ncl to work for this instance? I see lots of NCL code, but I don't know the language and don't want to break other parts of the script through incompetent spannering.
Both the input file I have and the file I am trying to produce are on the same FV lon/lat grid so I have assumed that I don't need to use the truncation options and that the grid type is 'staggered'. I've attached my model version info and the version of create_template.ncl I'm trying to use. Any advice would be greatly appreciated.
Best,
James
I would like to interpolate some initial conditions from WACCM (70 vertical levels) to use in a CAM-chem run (32 vertical levels) using the interpic tool. I can see that a 32-level case is non-standard in the script 'create_template.ncl' which is required to run interpic. Sure enough, create_template.ncl fails when I try to run it with the settings I need:
nlat = 192; ; Number of latitudes
nlon = 288; ; Number of longitudes
nlev = 32; ; Number of vertical levels
How would I go about editing create_template.ncl to work for this instance? I see lots of NCL code, but I don't know the language and don't want to break other parts of the script through incompetent spannering.
Both the input file I have and the file I am trying to produce are on the same FV lon/lat grid so I have assumed that I don't need to use the truncation options and that the grid type is 'staggered'. I've attached my model version info and the version of create_template.ncl I'm trying to use. Any advice would be greatly appreciated.
Best,
James