Dear Sir/Madam,
I am trying to run ctsm5.3. I am able to successfully create a case with the following command, but I got an error with case.setup.
create_newcase --case $CASE_DIR --compset 2000_DATM%GSWP3v1_CLM50%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV \
--res CLM_USRDAT --user-mods-dir $MYDATA_DIR --machine svante --compiler gnu \
--run-unsupported
#case setup
cd $CASE_DIR
./xmlchange NTASKS=-4
./xmlchange RUN_STARTDATE=1983-01-01
./xmlchange STOP_OPTION=nmonths
./xmlchange STOP_N=348
./xmlchange REST_OPTION=nmonths
./xmlchange REST_N=12
./xmlchange DATM_CLMNCEP_YR_START=1983
./xmlchange DATM_CLMNCEP_YR_END=2011
./xmlchange DATM_CLMNCEP_YR_ALIGN=1983
./xmlchange DOUT_S=false
./xmlchange JOB_WALLCLOCK_TIME=2-12:00:00
# set up the forcing data
cp -f $WD/datastreams_HisMRCM/* ./
./case.setup
....
Case created
ERROR: No variable DATM_CLMNCEP_YR_START found in case
ERROR: No variable DATM_CLMNCEP_YR_END found in case
ERROR: No variable DATM_CLMNCEP_YR_ALIGN found in case
ERROR: module command /usr/share/lmod/lmod/libexec/lmod python load gcc/11.3.0 openmpi/4.1.5 netcdf/4_shared_libs hdf5/1.14.1_parallel lapack/3.11.0 esmf/8.4.2 openblas/0.38.28 python/3.9.1 netcdf/4_shared_libs failed with message:
/bin/sh: /usr/share/lmod/lmod/libexec/lmod: No such file or directory
Problem with case setup
I am not sure if the real issue comes from DATM_CLMNCEP_YR_* variables or from module command. Those variables are used in cesm2.1.3 which I can run successfully.
Any information is appreciated.
Xiang
I am trying to run ctsm5.3. I am able to successfully create a case with the following command, but I got an error with case.setup.
create_newcase --case $CASE_DIR --compset 2000_DATM%GSWP3v1_CLM50%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV \
--res CLM_USRDAT --user-mods-dir $MYDATA_DIR --machine svante --compiler gnu \
--run-unsupported
#case setup
cd $CASE_DIR
./xmlchange NTASKS=-4
./xmlchange RUN_STARTDATE=1983-01-01
./xmlchange STOP_OPTION=nmonths
./xmlchange STOP_N=348
./xmlchange REST_OPTION=nmonths
./xmlchange REST_N=12
./xmlchange DATM_CLMNCEP_YR_START=1983
./xmlchange DATM_CLMNCEP_YR_END=2011
./xmlchange DATM_CLMNCEP_YR_ALIGN=1983
./xmlchange DOUT_S=false
./xmlchange JOB_WALLCLOCK_TIME=2-12:00:00
# set up the forcing data
cp -f $WD/datastreams_HisMRCM/* ./
./case.setup
....
Case created
ERROR: No variable DATM_CLMNCEP_YR_START found in case
ERROR: No variable DATM_CLMNCEP_YR_END found in case
ERROR: No variable DATM_CLMNCEP_YR_ALIGN found in case
ERROR: module command /usr/share/lmod/lmod/libexec/lmod python load gcc/11.3.0 openmpi/4.1.5 netcdf/4_shared_libs hdf5/1.14.1_parallel lapack/3.11.0 esmf/8.4.2 openblas/0.38.28 python/3.9.1 netcdf/4_shared_libs failed with message:
/bin/sh: /usr/share/lmod/lmod/libexec/lmod: No such file or directory
Problem with case setup
I am not sure if the real issue comes from DATM_CLMNCEP_YR_* variables or from module command. Those variables are used in cesm2.1.3 which I can run successfully.
Any information is appreciated.
Xiang