Hi,
In the context of running the Plumber 2 flux towers using CLM5, I am trying to spin up the towers in BGC mode using AD (300 years) and post-ad (100 years). To conduct this, I am using the ./run_towers script:
# Run the script to set up the tower sites
export tower=AT-Neu
./run_tower --plumber-sites $tower --output-root ~/scratch/pl2_tower/v1/$tower/ --overwrite --run-type ad --setup-only
Then, I modify the length of the simulation:
./xmlchange STOP_OPTION="nyears”
./xmlchange STOP_N=300
# Currently,
./xmlquery CLM_ACCELERATED_SPINUP # returned on
./xmlquery CLM_FORCE_COLDSTART # returned on
Finally, I set up, built, and submitted the case.
However, the simulation fails after a few minutes.
The CaseStatus file mentions:
•-------------------------------------------------------------------------
•- Prestage required restarts into /glade/u/home/iaguirre/scratch/pl2_tower/v1/AT-Neu/AT-Neu.ad/run
•- Case input data directory (DIN_LOC_ROOT) is /glade/campaign/cesm/cesmdata/inputdata
•- Checking for required input datasets in DIN_LOC_ROOT
•-------------------------------------------------------------------------
•run command is /glade/u/home/iaguirre/scratch/pl2_tower/v1/AT-Neu/AT-Neu/bld/cesm.exe >> cesm.log.$LID 2>&1
•ERROR: RUN FAIL: Command ' /glade/u/home/iaguirre/scratch/pl2_tower/v1/AT-Neu/AT-Neu/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
•See log file for details: /glade/u/home/iaguirre/scratch/pl2_tower/v1/AT-Neu/AT-Neu.ad/run/cesm.log.9642201.desched1.250526-171145
The log file, CaseStatus, and lnd log file are attached.
Therefore, I would like to know how to configure my simulations correctly to spin up the Plumber 2 flux towers using BGC mode.
As a reference, I was able to spin up the NEON towers using the same procedure (reaching equilibrium with around 200-300 years)
Thank you very much for the help,
Warm regards,
What version of the code are you using?
ctsm5.3.046
Describe every step you took leading up to the problem:
I have repeated manually with the traditional way of setting up CLM and got the same result:
cd /glade/work/iaguirre/CTSM/cime/scripts
export site="AT-Neu"
# then create a new case.
./create_newcase --case ~/scratch/pl2/v3/${site}_test2 \
--res CLM_USRDAT \
--compset I1PtClm60Bgc \
--output-root ~/scratch/pl2/v3/${site} \
--run-unsupported \
--user-mods-dir /glade/work/iaguirre/CTSM/cime_config/usermods_dirs/clm/PLUMBER2/${site} \
--handle-preexisting-dirs r
cd ~/scratch/pl2/v3/${site}_test2
In the context of running the Plumber 2 flux towers using CLM5, I am trying to spin up the towers in BGC mode using AD (300 years) and post-ad (100 years). To conduct this, I am using the ./run_towers script:
# Run the script to set up the tower sites
export tower=AT-Neu
./run_tower --plumber-sites $tower --output-root ~/scratch/pl2_tower/v1/$tower/ --overwrite --run-type ad --setup-only
Then, I modify the length of the simulation:
./xmlchange STOP_OPTION="nyears”
./xmlchange STOP_N=300
# Currently,
./xmlquery CLM_ACCELERATED_SPINUP # returned on
./xmlquery CLM_FORCE_COLDSTART # returned on
Finally, I set up, built, and submitted the case.
However, the simulation fails after a few minutes.
The CaseStatus file mentions:
•-------------------------------------------------------------------------
•- Prestage required restarts into /glade/u/home/iaguirre/scratch/pl2_tower/v1/AT-Neu/AT-Neu.ad/run
•- Case input data directory (DIN_LOC_ROOT) is /glade/campaign/cesm/cesmdata/inputdata
•- Checking for required input datasets in DIN_LOC_ROOT
•-------------------------------------------------------------------------
•run command is /glade/u/home/iaguirre/scratch/pl2_tower/v1/AT-Neu/AT-Neu/bld/cesm.exe >> cesm.log.$LID 2>&1
•ERROR: RUN FAIL: Command ' /glade/u/home/iaguirre/scratch/pl2_tower/v1/AT-Neu/AT-Neu/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
•See log file for details: /glade/u/home/iaguirre/scratch/pl2_tower/v1/AT-Neu/AT-Neu.ad/run/cesm.log.9642201.desched1.250526-171145
The log file, CaseStatus, and lnd log file are attached.
Therefore, I would like to know how to configure my simulations correctly to spin up the Plumber 2 flux towers using BGC mode.
As a reference, I was able to spin up the NEON towers using the same procedure (reaching equilibrium with around 200-300 years)
Thank you very much for the help,
Warm regards,
What version of the code are you using?
ctsm5.3.046
Describe every step you took leading up to the problem:
I have repeated manually with the traditional way of setting up CLM and got the same result:
cd /glade/work/iaguirre/CTSM/cime/scripts
export site="AT-Neu"
# then create a new case.
./create_newcase --case ~/scratch/pl2/v3/${site}_test2 \
--res CLM_USRDAT \
--compset I1PtClm60Bgc \
--output-root ~/scratch/pl2/v3/${site} \
--run-unsupported \
--user-mods-dir /glade/work/iaguirre/CTSM/cime_config/usermods_dirs/clm/PLUMBER2/${site} \
--handle-preexisting-dirs r
cd ~/scratch/pl2/v3/${site}_test2