Hello:
I am having trouble understanding the date specifications used to control the code, and I wonder if you can help.
My desired use-case:
I would like to run the model to spin up for, say, 30 days, with infrequent output specified in the diag_table. Then, I would like to restart for a short period, say, 3 days, and turn on hourly output with diag_table.
I am having trouble getting the model to restart correctly. The model seems to add my run duration, 3 days, to the date inside ocean_solo.res, and it computes an invalid date (February 31) and it won't start. The error message is:
FATAL from PE 0: diag_time_inc: Invalid_date. Date=0001-02-31 00:10:00
I wonder if someone could post or point me to an example of diag_input, input.nml, and MOM_input which is known to work correctly for a use case like this.
Things I am unsure about: Do I need to advance the init_date in input.nml? Do I need to change the date specification on line 2 of diag_table? Do I need to advance the TIDE_REF_DATE to compute tides correctly in the restarted run?
-Ed
I am having trouble understanding the date specifications used to control the code, and I wonder if you can help.
My desired use-case:
I would like to run the model to spin up for, say, 30 days, with infrequent output specified in the diag_table. Then, I would like to restart for a short period, say, 3 days, and turn on hourly output with diag_table.
I am having trouble getting the model to restart correctly. The model seems to add my run duration, 3 days, to the date inside ocean_solo.res, and it computes an invalid date (February 31) and it won't start. The error message is:
FATAL from PE 0: diag_time_inc: Invalid_date. Date=0001-02-31 00:10:00
I wonder if someone could post or point me to an example of diag_input, input.nml, and MOM_input which is known to work correctly for a use case like this.
Things I am unsure about: Do I need to advance the init_date in input.nml? Do I need to change the date specification on line 2 of diag_table? Do I need to advance the TIDE_REF_DATE to compute tides correctly in the restarted run?
-Ed