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

Problem performing the re-run of CCSM

Hello,

I'm tryin to run CCSM3.0. I could compile the model but not run it. I want to make changes to the source code and re-run it without having to compile the model again. Can anyone tell me what are all the changes I need to make to re-run the model without having to compile it again?Thanks

Karthik
 
karthik23 said:
Hello,

I'm tryin to run CCSM3.0. I could compile the model but not run it. I want to make changes to the source code and re-run it without having to compile the model again. Can anyone tell me what are all the changes I need to make to re-run the model without having to compile it again?Thanks

Karthik

after you compile it once and you are not modifying env_conf.....

do
./configure -cleanmach $MACH
edit env_run ...change SETBLD to false
again do configure -mach $MACH
then submit your run!

Suvarchal
 
Top