-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in Test Case #445
Comments
I believe your setting file has some lines NOT starting |
Hi @nmizukami. Thankyou for replying. I rechecked my test case setting file. I am also attaching the test case setting, the output, and the public variable list here. |
Sorry, but the link to google drive does not look correct (when i hover the link). Can you directly post your setting file here? maybe format it to the code (highlight the posted text and click on |
Sure here are the files. 3:Pblic_var.f90 |
The issue has been resolved. Thankyou @nmizukami |
That been said, the error is generated while reading control file (not from network netcdf). are you able to post your control file somewhere so I can retrieve it and look with my text editor. |
controlfile.txt |
thanks, just noticed that you are using
we are trying to explore docker container so a user don't have to deal with libraries, but not quite yet. |
Thank you. I tried the testCase V2.0 but it did not require the cesm-coupling branch. I wanted to use the cesm-coupling branch because I wanted to work on lakes. Also, I use a high-performance computing system and I don't have system admin. |
While running my test case 1, I am facing the following error that is coming in the output log file.
---- read control file ---
---- read control file ---
<ancil_dir> --> ./ancillary_data/
<input_dir> --> ./input/
<output_dir> --> ./output/
<case_name> --> case1
---- read control file ---
<ancil_dir> --> ./ancillary_data/
<sim_start> --> 1950-1-1 12:00:00
<sim_end> --> 1950-12-31 12:00:00
<restart_write> --> monthly
--> single
--> daily
<ancil_dir> --> ./ancillary_data/
<input_dir> --> ./input/
<output_dir> --> ./output/
<case_name> --> case1
FATAL ERROR: init_model/read_control/unexpected text in control file provided:
(note strings in control file must match the variable names i
n public_var.f90)
<input_dir> --> ./input/
<output_dir> --> ./output/
<case_name> --> case1
<sim_start> --> 1950-1-1 12:00:00
<sim_end> --> 1950-12-31 12:00:00
<restart_write> --> monthly
--> single
--> daily
<sim_start> --> 1950-1-1 12:00:00
<sim_end> --> 1950-12-31 12:00:00
<restart_write> --> monthly
--> single
--> daily
FATAL ERROR: init_model/read_control/unexpected text in control file provided:
---- read control file ---
<ancil_dir> --> ./ancillary_data/
FATAL ERROR: init_model/read_control/unexpected text in control file provided:
(note strings in control file must match the variable names i
n public_var.f90)
<input_dir> --> ./input/
(note strings in control file must match the variable names i
n public_var.f90)
<output_dir> --> ./output/
<case_name> --> case1
<sim_start> --> 1950-1-1 12:00:00
<sim_end> --> 1950-12-31 12:00:00
<restart_write> --> monthly
--> single
--> daily
FATAL ERROR: init_model/read_control/unexpected text in control file provided:
(note strings in control file must match the variable names i
n public_var.f90)
I am not able to understand why this is coming up.
The text was updated successfully, but these errors were encountered: