Hey,
I am currently using CESM1 for a spun-up ocean simulation, where the initialization files are based on data from 0983 (from the input cams_inti). However, these files are set to 26 vertical levels in CAM, whereas CAM5 uses 30 levels. As a result, I encountered the error:
hycoef_read: ERROR: file lev does not match model. lev (file, model): 26 30.
To resolve this, I used the following command to reduce the vertical levels in the model from 30 to 26:
/xmlchange --append CAM_CONFIG_OPTS nlev=26
This change removed the error. My question is, would this approach be appropriate? By reducing the number of levels in CAM5, will the model be consistent with the initialization file?
Thank you in advance for your assistance.
I am currently using CESM1 for a spun-up ocean simulation, where the initialization files are based on data from 0983 (from the input cams_inti). However, these files are set to 26 vertical levels in CAM, whereas CAM5 uses 30 levels. As a result, I encountered the error:
hycoef_read: ERROR: file lev does not match model. lev (file, model): 26 30.
To resolve this, I used the following command to reduce the vertical levels in the model from 30 to 26:
/xmlchange --append CAM_CONFIG_OPTS nlev=26
This change removed the error. My question is, would this approach be appropriate? By reducing the number of levels in CAM5, will the model be consistent with the initialization file?
Thank you in advance for your assistance.