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

sld configuration

cstan@gmu_edu

New Member
Hi all,

Can anyone tell me how to run CCSM3 at T42 resolution with CAM using the dynamics package "sld"? Looks like the default dynamics is eul.

Thanks,
Cristiana
 

rneale

Rich Neale
CAM Project Scientist
Staff member
I am pretty sure CCSM has never been configured with sld as a tested use case

If I were doing it I may try the following steps
After running the configure command for the T42 case you want I would

1. Edit Buildexe/cam.buildexe.csh and replace
$CODEROOT/atm/cam/src/dynamics/eul
with
$CODEROOT/atm/cam/src/dynamics/sld

See if that works first
Rich
 

cstan@gmu_edu

New Member
Thank you Rich. It works and the integration successfully completed after few days.

Cristiana

rneale said:
I am pretty sure CCSM has never been configured with sld as a tested use case

If I were doing it I may try the following steps
After running the configure command for the T42 case you want I would

1. Edit Buildexe/cam.buildexe.csh and replace
$CODEROOT/atm/cam/src/dynamics/eul
with
$CODEROOT/atm/cam/src/dynamics/sld

See if that works first
Rich
 
Top