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
 
Back
Top