Dear CESM users,
I'm a beginner in CESM_1_2_2-CAM5. I want to run a simulation for specific months like july (2001-017-01).
For a trial run, I have completed the situation for 12 months, now I have all files like i, h0, h1 & h2 . Now, I want to use "i" files (.nc) for as initial condition monthly files for a specific month run.
Lets say I have jun, july months initial condition files like ...
run_jan12months.cam.i.0001-06-01-00000.nc
run_jan12months.cam.i.0001-07-01-00000.nc
I have defined and called in to the run. I made change accordingly in CAM list through user _nl_cam like ...
ncdata = './path/run_jan12months.cam.i.0001-06-01-00000.nc''
( This file for jun)
ncdata = './path/run_jan12months.cam.i.0001-07-01-00000.nc''
( This file for july)
From these files, I have to take june initial condition file for July simulation . Or I should consider July months initial condition file. Please comment on this.
Now, I am coming to take your valuable suggestions from your side. Generally we do change through env_run.xml and user_nl_cam files.
I want your recommendations as following:
If anyone has related materials which tells about how to use and implement initial condition for a specific run. I request to share ( raj.km.saini@gmail.com).
Thank you in advance.
I'm a beginner in CESM_1_2_2-CAM5. I want to run a simulation for specific months like july (2001-017-01).
For a trial run, I have completed the situation for 12 months, now I have all files like i, h0, h1 & h2 . Now, I want to use "i" files (.nc) for as initial condition monthly files for a specific month run.
Lets say I have jun, july months initial condition files like ...
run_jan12months.cam.i.0001-06-01-00000.nc
run_jan12months.cam.i.0001-07-01-00000.nc
I have defined and called in to the run. I made change accordingly in CAM list through user _nl_cam like ...
ncdata = './path/run_jan12months.cam.i.0001-06-01-00000.nc''
( This file for jun)
ncdata = './path/run_jan12months.cam.i.0001-07-01-00000.nc''
( This file for july)
From these files, I have to take june initial condition file for July simulation . Or I should consider July months initial condition file. Please comment on this.
Now, I am coming to take your valuable suggestions from your side. Generally we do change through env_run.xml and user_nl_cam files.
I want your recommendations as following:
- Can anyone suggest where I have to modified in .xml. ?
- What variable need to be change in env_run.xml ?
- Where do I need to changs in case files ?
If anyone has related materials which tells about how to use and implement initial condition for a specific run. I request to share ( raj.km.saini@gmail.com).
Thank you in advance.