File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 input_data_list_yaml , MOM_input_files
2222 )
2323
24- # all mom input file names in svn inputdata repository
24+ # all mom input file names in gdex inputdata repository
2525 r = sr .RemoteClient (
26- "https://svn-ccsm-inputdata.cgd .ucar.edu/trunk /inputdata/ocn/mom/"
26+ "https://osdf-data.gdex .ucar.edu/ncar/gdex/d651077/cesmdata /inputdata/ocn/mom/"
2727 )
2828 repo_files = {f ["name" ] for relpath , f in r .list_recursive () if f ["kind" ] == "file" }
2929
30- # File names missing in the svn repository
30+ # File names missing in the repository
3131 missing_files = (
3232 set (
3333 filename
3939 if missing_files :
4040 raise ValueError (
4141 "Below file names are listed in input_data_list.yaml but are missing "
42- "in the svn inputdata repository. If these files are not needed, "
42+ "in the inputdata repository. If these files are not needed, "
4343 "please remove them from input_data_list.yaml. If they are needed, "
44- "please import them to the svn repository.\n \n "
44+ "please import them to the gdex repository.\n \n "
4545 + "\n " .join (missing_files )
4646 )
4747 else :
48- print ("All files in input_data_list.yaml are present in the svn repository." )
48+ print ("All files in input_data_list.yaml are present in the gdex repository." )
You can’t perform that action at this time.
0 commit comments