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

Password for download?

How do I download the software? It asked me for a password. Where do I get that?  I downloaded the zip from Github and ran ./manage_externals/checkout_externals. It then asked me for a password. It isn't my local one since that complained:$ cd Downloads/cesm-master
$ ls
ChangeLog        Copyright        LICENSE.txt        cime_config        manage_externals
ChangeLog_template    Externals.cfg        README.rst        doc
$ ./manage_externals/checkout_externals
Processing externals description file : Externals.cfg
Checking status of externals: clm, mosart, ww3, cime, cice, pop, cism, rtm, cam,
Checking out externals: clm, mosart, ww3, Error validating server certificate for 'https://svn-ccsm-models.cgd.ucar.edu:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: *.cgd.ucar.edu
 - Valid: from Dec 28 00:00:00 2016 GMT until Dec 28 23:59:59 2019 GMT
 - Issuer: InCommon RSA Server CA, InCommon, Internet2, Ann Arbor, MI, US
 - Fingerprint: 39:F1:46:85:A2:2A:86:E5:D4:B8:8B:0B:C0:F8:28:D6:71:74:1D:22
(R)eject, accept (t)emporarily or accept (p)ermanently? p
cime, cice, pop, Authentication realm: ccsm:models
Password for 'dkr': *************************************

ERROR:root:Command '[u'svn', u'checkout', u'--quiet', u'https://svn-ccsm-models.cgd.ucar.edu/pop2/trunk_tags/cesm_pop_2_1_20180830', u'/Users/dkr/Downloads/cesm-master/components/pop']' returned non-zero exit status 1
ERROR:root:Failed with output:
    svn: E170013: Unable to connect to a repository at URL 'https://svn-ccsm-models.cgd.ucar.edu/pop2/trunk_tags/cesm_pop_2_1_20180830'
    svn: E215004: No more credentials or we tried too many times.
    Authentication failed

ERROR: In directory
    /Users/dkrober2/Downloads/cesm-master
Process did not run successfully; returned status 1:
    svn checkout --quiet https://svn-ccsm-models.cgd.ucar.edu/pop2/trunk_tags/cesm_pop_2_1_20180830 /Users/dkr/Downloads/cesm-master/components/pop
See above for output from failed command.

ERROR:root:Failed with output:
    svn: E170013: Unable to connect to a repository at URL 'https://svn-ccsm-models.cgd.ucar.edu/pop2/trunk_tags/cesm_pop_2_1_20180830'
    svn: E215004: No more credentials or we tried too many times.
    Authentication failed

ERROR: In directory
    /Users/dkrober2/Downloads/cesm-master
Process did not run successfully; returned status 1:
    svn checkout --quiet https://svn-ccsm-models.cgd.ucar.edu/pop2/trunk_tags/cesm_pop_2_1_20180830 /Users/dkr/Downloads/cesm-master/components/pop
See above for output from failed command.


ERROR: Failed with output:
    svn: E170013: Unable to connect to a repository at URL 'https://svn-ccsm-models.cgd.ucar.edu/pop2/trunk_tags/cesm_pop_2_1_20180830'
    svn: E215004: No more credentials or we tried too many times.
    Authentication failed

ERROR: In directory
    /Users/dkr/Downloads/cesm-master
Process did not run successfully; returned status 1:
    svn checkout --quiet https://svn-ccsm-models.cgd.ucar.edu/pop2/trunk_tags/cesm_pop_2_1_20180830 /Users/dkr/Downloads/cesm-master/components/pop
See above for output from failed command.$
 
Thanks Mark for the clue I needed.  Once I ran "git checkout release-cesm2.0.1"  before ./manage_externals/checkout_externals  it downloaded just fine without prompting for a password.
 
Top