Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

question of sensitive run

I want to run the CAM2 with different radius of earth(change the radius of the earth). But I don't know which places I should change. When I run CAM2 with different radius of earth(only change the radius of the earth), the CAM2 will be aborted after a few steps because the program named cubydr.f90 will call endrun and give warning that departure point out of bounds. I don't know what I can do to make the CAM2 run continue.
Any suggestion will be preciated.
 

olson

Member
lau said:
I want to run the CAM2 with different radius of earth(change the radius of the earth). But I don't know which places I should change. When I run CAM2 with different radius of earth(only change the radius of the earth), the CAM2 will be aborted after a few steps because the program named cubydr.f90 will call endrun and give warning that departure point out of bounds. I don't know what I can do to make the CAM2 run continue.
Any suggestion will be preciated.

The place to change "rearth" is in models/csm_share/shr_const_mod.F90

What value are you giving rearth? I would like to try to replicate your problem
with the value you are using.
 
olson said:
The place to change "rearth" is in models/csm_share/shr_const_mod.F90

What value are you giving rearth? I would like to try to replicate your problem
with the value you are using.

I have changed the rearth from 6.37122e6 to 3.18561e6 (which is half the radius of the earth). Then the model can't run continuously. I attempted to change the length of time step( make it smaller), then the problem would be resolved. I think the reason perhaps related with the space resolution. When the rearth has been changed, then space resolution would be changed too, so the corresponding length of time step must be adjusted.
 

rneale

Rich Neale
CAM Project Scientist
Staff member
This is almost certainly correct as you will be violating the CFL criteria with a smaller grid spacing and the same time-step
 
Top