Hello,
I have used CLM5 for my project. The configuration files are attached.
I did the newcase with the following command:
./create_newcase --case /home/meisam/scratch/cases/may1h --compset I1850Clm50Bgc --res f19_g16 --machine narval --walltime 02:00:00 --run-unsupported
"narval" is the machine that we configured it and it can be seen in config_machine.xml file that is attached here.
the input data for this compset and this resolution is about 300 GB!
After doing the ./case.setup ./case.build and ./case.submit the model finishes simulating it around 40 mins (wallclock time) for STOP_N=3 years.
The problem is when I look into the results (run files, .nc files), it is only showing one month (last month) of simulation results, which in this case is from Dec of 3rd year to Jan of 4th year.
I used ncview to take a look at these results and it doesn't have all the results for 3 years of simulation. I also downloaded these .nc files (clm2.nc, cism.nc, mosart.nc, ...) and they don't have the 3 years, only 1 last month is shown here.
Do you know why?
--------------------------------------------------
my env_run.xml has this info: ("STOP_OPTION" value="nyears") & ("STOP_N" value="3") & ("STOP_DATE" value="-999"). So basically I put 3 years for the run and the STOP_DATE is negative, which means this id is off by the model definition. So do you think I should change that negative value? on the other hand, it says "STOP_DATE"=Alternative date yyyymmdd date option, sets the run length with STOP_OPTION and STOP_N, a negative value implies off". Does this mean I don't need to change the STOP_DATE value, and it would start from year 1 and end the simulation in year 3 ???
-------------------------------------------------
why when I check my env_run.xml file I see this (entry id="RUN_STARTDATE" value="0001-01-01") when basically the compset is saying that it will start from pre-industrial (1850)? should I change the RUN_STARTDATE to "1850-01-01"?
-------------------------------------------------
the compset I used doesn't have any scientifically supported grids and I used (res=f19-g16). Does it matter what res to choose for this compset; as it is not mentioned in the documentation file ??
-------------------------------------------------
Moreover, I saw that in my config_workflow.xml there is nothing for my machine "narval". Is it important to have it in that file? because there are not many machines included in that file.
I have used CLM5 for my project. The configuration files are attached.
I did the newcase with the following command:
./create_newcase --case /home/meisam/scratch/cases/may1h --compset I1850Clm50Bgc --res f19_g16 --machine narval --walltime 02:00:00 --run-unsupported
"narval" is the machine that we configured it and it can be seen in config_machine.xml file that is attached here.
the input data for this compset and this resolution is about 300 GB!
After doing the ./case.setup ./case.build and ./case.submit the model finishes simulating it around 40 mins (wallclock time) for STOP_N=3 years.
The problem is when I look into the results (run files, .nc files), it is only showing one month (last month) of simulation results, which in this case is from Dec of 3rd year to Jan of 4th year.
I used ncview to take a look at these results and it doesn't have all the results for 3 years of simulation. I also downloaded these .nc files (clm2.nc, cism.nc, mosart.nc, ...) and they don't have the 3 years, only 1 last month is shown here.
Do you know why?
--------------------------------------------------
my env_run.xml has this info: ("STOP_OPTION" value="nyears") & ("STOP_N" value="3") & ("STOP_DATE" value="-999"). So basically I put 3 years for the run and the STOP_DATE is negative, which means this id is off by the model definition. So do you think I should change that negative value? on the other hand, it says "STOP_DATE"=Alternative date yyyymmdd date option, sets the run length with STOP_OPTION and STOP_N, a negative value implies off". Does this mean I don't need to change the STOP_DATE value, and it would start from year 1 and end the simulation in year 3 ???
-------------------------------------------------
why when I check my env_run.xml file I see this (entry id="RUN_STARTDATE" value="0001-01-01") when basically the compset is saying that it will start from pre-industrial (1850)? should I change the RUN_STARTDATE to "1850-01-01"?
-------------------------------------------------
the compset I used doesn't have any scientifically supported grids and I used (res=f19-g16). Does it matter what res to choose for this compset; as it is not mentioned in the documentation file ??
-------------------------------------------------
Moreover, I saw that in my config_workflow.xml there is nothing for my machine "narval". Is it important to have it in that file? because there are not many machines included in that file.