Hi all,
I am going to run a test in a local cluster where we have CESM2.
These are the steps that I follow:
create_newcase --compset FWmadSD --res f09_f09_mg17 --case=~/cases/test
cd ~/cases/test/
./case.setup
./case.build
build step goes well and successfully finished the job.
Then:
./case.submit
but the job crashes after few minutes and I have log files including convergence failure and
NetCDF: Invalid dimension ID or name
NetCDF: Variable not found
I am really new in learning CESM2 and appreciate any help.
In scratch directory I have bld and run. If all goes well where should I find outputs? I do not have any archive directory at the moment.
What about required inputs? If there was any missing input data, build aborts, right?
Thanks in advance
I am going to run a test in a local cluster where we have CESM2.
These are the steps that I follow:
create_newcase --compset FWmadSD --res f09_f09_mg17 --case=~/cases/test
cd ~/cases/test/
./case.setup
./case.build
build step goes well and successfully finished the job.
Then:
./case.submit
but the job crashes after few minutes and I have log files including convergence failure and
NetCDF: Invalid dimension ID or name
NetCDF: Variable not found
I am really new in learning CESM2 and appreciate any help.
In scratch directory I have bld and run. If all goes well where should I find outputs? I do not have any archive directory at the moment.
What about required inputs? If there was any missing input data, build aborts, right?
Thanks in advance