From user:
We are trying to modify CESM/WACCM to simulate various types of planets. So far, we have successfully changed the rotation rate, the gravitational acceleration, and the Earth's radius, by making the following changes in user_nl_cam:
These changes do not seem to propagate through to other parts of the model, including the ocean where these changes would likely have a large impact. I have looked at the namelist options online (CESM2 Driver Namelist Definitions and CESM2 POP2 Namelist Definitions), but these variables only seem to exist for the atmosphere. Do you know how we could get these changes to work in all parts of the model?
We are trying to modify CESM/WACCM to simulate various types of planets. So far, we have successfully changed the rotation rate, the gravitational acceleration, and the Earth's radius, by making the following changes in user_nl_cam:
Code:
&physconst_nl
omega = 0.000006502178685
sday = 966320
gravit = 13.9665
rearth = 6816970
These changes do not seem to propagate through to other parts of the model, including the ocean where these changes would likely have a large impact. I have looked at the namelist options online (CESM2 Driver Namelist Definitions and CESM2 POP2 Namelist Definitions), but these variables only seem to exist for the atmosphere. Do you know how we could get these changes to work in all parts of the model?