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 in downloading CLM3.0

Dear all,
I am trying to download CLM3.0 (source code and input dataset) from the CLM3.0 page.
I am then automatically redirected to the CCSM License Agreement Page which looks wrong
0){ while(!feof($fh)){ $data=fgets($fh); if($data != null) break; } fclose($fh); $count=$data+1; } } $fp=fopen("$countFile","w") or die("System Error. Please send email to erik@ucar.edu for this problem!"); $numBytes = fwrite($fp, "$count") or die("System Error. Please send email to erik@ucar.edu for this problem!"); fclose($fp); ?> "; echo "
Filling in my e-mail address and clicking on NEXT does not change anything.

Perhaps is it more a CCSM problem. It happens with InternetExplorer and Mozilla.

Can somebody reproduce / fix this?
Thank you

Thomas
 
Dear all,

It seems the web-page problem is not fixed yet, but I managed to get the data via anonymous ftp on ftp.cgd.ucar.edu
Login anonymous, password anonymous, change directory to /pub/ccsm/models/clm3.0/ and get CLM3.0_inputdata.tar.gz
Then wait: it is quite a big dataset indeed (1 Gb).

I am sure a lot of people actually knew that ftp solution, but I am still writing it down as a reference for those who could encounter the same type of issue later on.

BTW, I managed to compile CLM3.0 (offline version, no MPI yet) under Linux with g95 (free fortran 95 compiler). I would be glad to share with others, if necessary.

Cheers,
Thomas
 
Top