Hi everyone! I am running a FWHIST case with slurm batch system. However, i cannot find atm.log or lnd.log files under /output/CASENAME/run, but i can find cesm.log and cpl.log under this dir.
A few days ago, I run a same case in another machine without batch system, and I can find atm.log or lnd.log under /output/CASENAME/run
I don't know what makes log file missing.
In the machine with batch system, i create the case with
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if without --skip-provenance-check it raised error when buiding as follow:
ERROR: Error gathering provenance information from manage_externals.
manage_externals error message:
ERROR:root:SVN returned invalid XML message
manage_externals output:
Processing externals description file : Externals.cfg (/public/home/elzd_2024_000125/CESM)
Processing externals description file : Externals_CAM.cfg (/public/home/elzd_2024_000125/CESM/components/cam)
Processing externals description file : Externals_CISM.cfg (/public/home/elzd_2024_000125/CESM/components/cism)
Processing externals description file : Externals_CLM.cfg (/public/home/elzd_2024_000125/CESM/components/clm)
Processing externals description file : Externals_POP.cfg (/public/home/elzd_2024_000125/CESM/components/pop)
Checking local status of required & optional components: cam, chem_proc,
ERROR: SVN returned invalid XML message
To solve this, either:
(1) Find and fix the problem: From /public/home/elzd_2024_000125/CESM, try to get this command to work:
manage_externals/checkout_externals --status --verbose --no-logging
(2) If you don't need provenance information, rebuild with --skip-provenance-check
(base) [elzd_2024_000125@login04 FWHIST_default]$ cd ..
(base) [elzd_2024_000125@login04 cases]$ cd ..
(base) [elzd_2024_000125@login04 CESM]$ ./manage_externals/checkout_externals --status --verbose --no-logging
Processing externals description file : Externals.cfg (/public/home/elzd_2024_000125/CESM)
Processing externals description file : Externals_CAM.cfg (/public/home/elzd_2024_000125/CESM/components/cam)
Processing externals description file : Externals_CISM.cfg (/public/home/elzd_2024_000125/CESM/components/cism)
Processing externals description file : Externals_CLM.cfg (/public/home/elzd_2024_000125/CESM/components/clm)
Processing externals description file : Externals_POP.cfg (/public/home/elzd_2024_000125/CESM/components/pop)
Checking local status of required & optional components: cam, chem_proc, ERROR:root:SVN returned invalid XML message
ERROR: SVN returned invalid XML message
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
So, i add
In the machine without batch system, I just build with
atm.log file is important for me, but i don't know what makes it missing.
Any suggestion would be appreciated!
A few days ago, I run a same case in another machine without batch system, and I can find atm.log or lnd.log under /output/CASENAME/run
I don't know what makes log file missing.
In the machine with batch system, i create the case with
./create_newcase --case ~/CESM/cases/FWHIST_default --compset FWHIST --res f09_f09_mg17 --user-mods-dir ~/CESM/user_mods_dir/FWHIST_default/
srun ./case.build --skip-provenance-check
./case.submit
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if without --skip-provenance-check it raised error when buiding as follow:
ERROR: Error gathering provenance information from manage_externals.
manage_externals error message:
ERROR:root:SVN returned invalid XML message
manage_externals output:
Processing externals description file : Externals.cfg (/public/home/elzd_2024_000125/CESM)
Processing externals description file : Externals_CAM.cfg (/public/home/elzd_2024_000125/CESM/components/cam)
Processing externals description file : Externals_CISM.cfg (/public/home/elzd_2024_000125/CESM/components/cism)
Processing externals description file : Externals_CLM.cfg (/public/home/elzd_2024_000125/CESM/components/clm)
Processing externals description file : Externals_POP.cfg (/public/home/elzd_2024_000125/CESM/components/pop)
Checking local status of required & optional components: cam, chem_proc,
ERROR: SVN returned invalid XML message
To solve this, either:
(1) Find and fix the problem: From /public/home/elzd_2024_000125/CESM, try to get this command to work:
manage_externals/checkout_externals --status --verbose --no-logging
(2) If you don't need provenance information, rebuild with --skip-provenance-check
(base) [elzd_2024_000125@login04 FWHIST_default]$ cd ..
(base) [elzd_2024_000125@login04 cases]$ cd ..
(base) [elzd_2024_000125@login04 CESM]$ ./manage_externals/checkout_externals --status --verbose --no-logging
Processing externals description file : Externals.cfg (/public/home/elzd_2024_000125/CESM)
Processing externals description file : Externals_CAM.cfg (/public/home/elzd_2024_000125/CESM/components/cam)
Processing externals description file : Externals_CISM.cfg (/public/home/elzd_2024_000125/CESM/components/cism)
Processing externals description file : Externals_CLM.cfg (/public/home/elzd_2024_000125/CESM/components/clm)
Processing externals description file : Externals_POP.cfg (/public/home/elzd_2024_000125/CESM/components/pop)
Checking local status of required & optional components: cam, chem_proc, ERROR:root:SVN returned invalid XML message
ERROR: SVN returned invalid XML message
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
So, i add
--skip-provenance-check
after "./case.build" (manage_externals/checkout_externals --status --verbose --no-logging
did not help)In the machine without batch system, I just build with
[B]./case.build[/B]
. I don't know if the [SIZE=4]--skip-provenance-check[/SIZE]
make the log files missing. I have try to add --skip-provenance-check
,and then i can also find log files in this machine.atm.log file is important for me, but i don't know what makes it missing.
Any suggestion would be appreciated!