odoherty@ucsd_edu
New Member
Hi Everyone,
I am attempting to start a hybrid run, and am struggling to get the model properly configured. The goal is to run CESM for a season, forcing each time with different SST conditions. Here are the steps I took:
1. I ran the model (CESM1_1_2, compset: F_2000_CAM5, resolution: f19_f19) for 10 months. I called this case “sst_branch_control.”
2. Next, I generated a new case using the same commands to generate the initial run but called it “sst_ndjfm_control.”
3. I changed the following in env_rum:
RUN_TYPE = “hybrid”
RUN_REFCASE = “SST_branch_control”
RUN_REFDATE = “0001-11-01”
4. After seeing up cesm, configuring env_run and namelists to be the same (except continue_run="false" for the first submission of the new hybrid run), and I copied all the start up files in sst_branch_control/run to the new case: sst_ndjfm_control/run
5. When building got the following errors:
File status unknown: sst_branch_control.cam.i.0001-11-01-00000.nc
File status unknown: sst_branch_control.clm2.r.0001-11-01-00000.nc
File status unknown: sst_branch_control.rtm.r.0001-11-01-00000.nc
Oddly, sst_branch_control.clm2.r.0001-11-01-00000.nc existed. But the other two were indeed missing.
6. When running, and ultimately failing, the cesm.log contained the following:
24: ENDRUN:GETFIL: FAILED to get sst_branch_control.cam.i.0001-11-01-00000.nc
Clearly sst_branch_control.cam.i.0001-11-01-00000.nc is missing.
So my questions are:
1. What could I configure in the initial run in order to have it produce sst_branch_control.cam.i.0001-11-01-00000.nc?
2. Is “sst_branch_control.rtm.r.0001-11-01-00000.nc” missing going to produce a similar error? If so how to I configure my initial run to produce this file.
Thanks in advance to your help. It is appreciated.
Regards,
Owen
I am attempting to start a hybrid run, and am struggling to get the model properly configured. The goal is to run CESM for a season, forcing each time with different SST conditions. Here are the steps I took:
1. I ran the model (CESM1_1_2, compset: F_2000_CAM5, resolution: f19_f19) for 10 months. I called this case “sst_branch_control.”
2. Next, I generated a new case using the same commands to generate the initial run but called it “sst_ndjfm_control.”
3. I changed the following in env_rum:
RUN_TYPE = “hybrid”
RUN_REFCASE = “SST_branch_control”
RUN_REFDATE = “0001-11-01”
4. After seeing up cesm, configuring env_run and namelists to be the same (except continue_run="false" for the first submission of the new hybrid run), and I copied all the start up files in sst_branch_control/run to the new case: sst_ndjfm_control/run
5. When building got the following errors:
File status unknown: sst_branch_control.cam.i.0001-11-01-00000.nc
File status unknown: sst_branch_control.clm2.r.0001-11-01-00000.nc
File status unknown: sst_branch_control.rtm.r.0001-11-01-00000.nc
Oddly, sst_branch_control.clm2.r.0001-11-01-00000.nc existed. But the other two were indeed missing.
6. When running, and ultimately failing, the cesm.log contained the following:
24: ENDRUN:GETFIL: FAILED to get sst_branch_control.cam.i.0001-11-01-00000.nc
Clearly sst_branch_control.cam.i.0001-11-01-00000.nc is missing.
So my questions are:
1. What could I configure in the initial run in order to have it produce sst_branch_control.cam.i.0001-11-01-00000.nc?
2. Is “sst_branch_control.rtm.r.0001-11-01-00000.nc” missing going to produce a similar error? If so how to I configure my initial run to produce this file.
Thanks in advance to your help. It is appreciated.
Regards,
Owen