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

File not found in svn repo

Dear all, I am trying to run CLM45 (CESM1.2.2) by creating the following case: ./create_newcase -case /Users/dossa013/data/cesm-cases/CLM_CH4 -compset I20TRCRUCLM45BGC -res f09_f09 -mach userdefined The compset was chosen from http://www.cesm.ucar.edu/models/cesm1.2/clm/models/lnd/clm/doc/UsersGuid... the resolution was picked fromhttp://www.cesm.ucar.edu/models/cesm1.2/cesm/doc/modelnl/grid.html. After configuring env variables and Macros file and building the case, I receive hundreds of error messages telling that input files could not be find in the svn repo. Please see a sample below: $ ./CLM_CH4.build------------------------------------------------------------------------- CESM BUILDNML SCRIPT STARTING - To prestage restarts, untar a restart.tar file into /Users/dossa013/data/cesm-cases/CLM_CH4/runUse of qw(...) as parentheses is deprecated at /Users/dossa013/models/cesm1_2_2/models/drv/bld/build-namelist line 784. infile is /Users/dossa013/data/cesm-cases/CLM_CH4/Buildconf/cplconf/cesm_namelistCLM configure done.CLM adding use_case 20thC_transient defaults for var clm_demand with val fpftdynCLM adding use_case 20thC_transient defaults for var clm_start_type with val arb_icCLM adding use_case 20thC_transient defaults for var model_year_align_ndep with val 1850CLM adding use_case 20thC_transient defaults for var model_year_align_popdens with val 1850CLM adding use_case 20thC_transient defaults for var sim_year with val 1850CLM adding use_case 20thC_transient defaults for var sim_year_range with val 1850-2000CLM adding use_case 20thC_transient defaults for var stream_year_first_ndep with val 1850CLM adding use_case 20thC_transient defaults for var stream_year_first_popdens with val 1850CLM adding use_case 20thC_transient defaults for var stream_year_last_ndep with val 2005CLM adding use_case 20thC_transient defaults for var stream_year_last_popdens with val 2010CLM adding use_case 20thC_transient defaults for var use_case_desc with val Simulate transient land-use, aerosol deposition, and Nitrogen deposition changes from 1850 to 2005 CESM BUILDNML SCRIPT HAS FINISHED SUCCESSFULLY-------------------------------------------------------------------------------------------------------------------------------------------------- CESM PRESTAGE SCRIPT STARTING - Case input data directory, DIN_LOC_ROOT, is /Users/dossa013/data/cesm-cases/input - Checking the existence of input datasets in DIN_LOC_ROOTAttempting to download missing data:Input Data List Files Found:/Users/dossa013/data/cesm-cases/CLM_CH4/Buildconf/clm.input_data_list/Users/dossa013/data/cesm-cases/CLM_CH4/Buildconf/cpl.input_data_list/Users/dossa013/data/cesm-cases/CLM_CH4/Buildconf/datm.input_data_list/Users/dossa013/data/cesm-cases/CLM_CH4/Buildconf/rtm.input_data_listsvn: warning: W160013: URL 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm_forcing.datm...' non-existent in revision 14803svn: E200009: Could not list all targets because some targets don't existFile was not found in svn repo: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm_forcing.datm...svn: warning: W160013: URL 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm_forcing.datm...' non-existent in revision 14803svn: E200009: Could not list all targets because some targets don't existFile was not found in svn repo: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm_forcing.datm...svn: warning: W160013: URL 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm_forcing.datm...' non-existent in revision 14803svn: E200009: Could not list all targets because some targets don't existFile was not found in svn repo: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm_forcing.datm...svn: warning: W160013: URL 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm_forcing.datm...' non-existent in revision 14803svn: E200009: Could not list all targets because some targets don't existFile was not found in svn repo: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm_forcing.datm... and so on... After the errors the case buids correctly, but returns a fatal error while running due to those missing files.Shoud I download the data manually, even though the user's guide does not recommend it? Am I trying to run a nonexistent compset vs resolution case?Thanks in advance,Thiago.
 
Just found the answer: it turns out that in order to run that case one needs to download the data manually, from http://www.cesm.ucar.edu/models/cesm1.2/clm/clm_forcingdata_esg.html.
 
Top