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

cesm1.2.2 installation

yinjiyuan

Jiyuan Yin
Member
Hi, everyone! Due to some special computing requirements, I need to use the old version cesm1.2.2. But I can't download the installation package.
I filled out a registration request on the CESM official website, but the website keeps reporting errors. As shown below:
1728350362708.png

May I ask why this is? Thank you.
 

sacks

Bill Sacks
CSEG and Liaisons
Staff member
I have forwarded this to the help desk that maintains this to see if they can solve this issue.
 
Vote Upvote 0 Downvote
Solution

joneill

Joseph O'Neill
Administrator
Staff member
Jiyuan,

While our web engineer (Ryan) is out on PTO this week, I believe that I've resolved this on our system/webserver. Would you mind trying to register again and letting us know if that did the trick?

Joseph O'Neill
 
Last edited:
Vote Upvote 0 Downvote

yinjiyuan

Jiyuan Yin
Member
Jiyuan,

While our web engineer (Ryan) is out on PTO this week, I believe that I've resolved this on our system/webserver. Would you mind trying to register again and letting us know if that did the trick?

Joseph O'Neill
I'm sorry for only seeing your reply now. I just tried to register again and it showed successful. Thank you very much for your help!
 
Vote Upvote 0 Downvote

maruf2812

Montasir Maruf
Member
I also need to use cesm 1.2.2 on derecho but the older download instruction does not work. Could you please provide me the latest download instruction? Thanks!
 
Vote Upvote 0 Downvote

maruf2812

Montasir Maruf
Member
Thank you @yinjiyuan for you reply. While downloading, I encountered the following error (screenshot attached). I was wondering if this error is nomral. Did you also encounter this type of error?

Thanks! Capture.PNG
 
Vote Upvote 0 Downvote

maruf2812

Montasir Maruf
Member
@yinjiyuan these are the errors I got. Did the following repository work for you?

svn: warning: W205011: Error handling externals definition for 'cesm1_2_2/models/utils/mct':
svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/quantheory/MCT/tags/compiler_fixes_n04_MCT_2.8.3'
svn: warning: W205011: Error handling externals definition for 'cesm1_2_2/models/utils/pio':
svn: warning: W170013: Unable to connect to a repository at URL 'http://parallelio.googlecode.com/svn/trunk_tags/pio1_8_12/pio'
 
Vote Upvote 0 Downvote

sacks

Bill Sacks
CSEG and Liaisons
Staff member
I'm seeing the following issues when I try:

I think these may cause real problems (at least the first two):

svn: warning: W205011: Error handling externals definition for 'cesm1_2_2/models/utils/mct':
svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/quantheory/MCT/tags/compiler_fixes_n04_MCT_2.8.3'

svn: warning: W205011: Error handling externals definition for 'cesm1_2_2/models/utils/pio':
svn: warning: W170013: Unable to connect to a repository at URL 'http://parallelio.googlecode.com/svn/trunk_tags/pio1_8_12/pio'

svn: warning: W170013: Unable to connect to a repository at URL 'http://parallelio.googlecode.com/svn/genf90/trunk_tags/genf90_140121'

I think this can be ignored:

svn: warning: W205011: Error handling externals definition for 'cesm1_2_2/scripts/ccsm_utils/CMake':
svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/quantheory/CMake_Fortran_utils/tags/CMake_Fortran_utils_140314'

I think this can be ignored unless you're running a case with CISM:

svn: warning: W170013: Unable to connect to a repository at URL 'https://svn-cism-model.cgd.ucar.edu/glimmer-cism2/branches/seacism_cesm1_2_0_rel'

I think this can be ignored unless you're running a case with the SE dycore (e.g., ne30 resolution):

svn: warning: W170013: Unable to connect to a repository at URL 'https://svn-homme-model.cgd.ucar.edu/release_tags/cesm1_2_x_homme1_3_26a/src/share'



I will ask around to see if anyone has successfully obtained CESM1.2 recently, but since this is no longer a supported model version, it may not be possible for us to get all of the needed components available again.
 
Vote Upvote 0 Downvote

jedwards

CSEG and Liaisons
Staff member
Affected Releases CESM1.0.z
Affected Releases CESM1.1.z
Affected Releases CESM1.2.z Googlecode repositories are now off line and the pio and genf90 components of older cesm versions can no longer resolve. We are very sorry for the inconvenience. Here are the changes that you needsubstitute the version numbers in your version for the ones below:In the tools/cprnc/SVN_EXTERNAL_DIRECTORIES change:-genf90 http://parallelio.googlecode.com/svn/genf90/trunk_tags/genf90_140121
+genf90 https://github.com/PARALLELIO/genf90/tags/genf90_140121 In the top level SVN_EXTERNAL_DIRECTORIES change:-models/utils/pio http://parallelio.googlecode.com/svn/trunk_tags/pio1_8_12/pio
+models/utils/pio https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio After each of the above changes run$ svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .$ svn update
 
Vote Upvote 0 Downvote

sacks

Bill Sacks
CSEG and Liaisons
Staff member
Thanks for that post @jedwards !

And that reminds me of the issue with the MCT external - that the svn GitHub bridge no longer works. A simple fix for that one is:

Code:
cd models/utils
git clone -b compiler_fixes_n04_MCT_2.8.3 https://github.com/quantheory/MCT.git
 
Vote Upvote 0 Downvote

maruf2812

Montasir Maruf
Member
Affected Releases CESM1.0.z
Affected Releases CESM1.1.z
Affected Releases CESM1.2.z Googlecode repositories are now off line and the pio and genf90 components of older cesm versions can no longer resolve. We are very sorry for the inconvenience. Here are the changes that you needsubstitute the version numbers in your version for the ones below:In the tools/cprnc/SVN_EXTERNAL_DIRECTORIES change:-genf90 http://parallelio.googlecode.com/svn/genf90/trunk_tags/genf90_140121
+genf90 https://github.com/PARALLELIO/genf90/tags/genf90_140121 In the top level SVN_EXTERNAL_DIRECTORIES change:-models/utils/pio http://parallelio.googlecode.com/svn/trunk_tags/pio1_8_12/pio
+models/utils/pio https://github.com/NCAR/ParallelIO.git/tags/pio1_8_12/pio After each of the above changes run$ svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .$ svn update
Thank you @jedwards for your continuous support! I have added the following line:
-genf90 http://parallelio.googlecode.com/svn/genf90/trunk_tags/genf90_140121

+genf90 https://github.com/PARALLELIO/genf90/tags/genf90_140121
in my SVN_EXTERNAL_DIRECTORIES and then use this command: run$ svn propset svn:externals -F SVN_EXTERNAL_DIRECTORIES .$ svn update

Looks like there is some error and not working. Is this the right way to pull pio codes?
 
Vote Upvote 0 Downvote
Top