Configuring CCLM for Middle East – in #10: INT2LM

in #10: INT2LM

Hi Simon,

That’s very nice that you fell into that trap because since yesterday I am discussing the problem again with DWD (I did it already several times).
The problem is that you want to (over)write restart files which already exist in your restart directory.
This fails since the status of such a file in the corresponding open-statement (in io_utilities.f90) is NEW .

To my opinion this is unlucky, but COSMO don’t want to change it from NEW to, for example, UNKNOWN .

So, what can you do?
1. delete the already existing restart files in your restart directory

or, if you want to keep these restart files

2. create a new restart directory and write into this new dir.

Hans-Juergen

  @hans-jürgenpanitz in #1caf817

Hi Simon,

That’s very nice that you fell into that trap because since yesterday I am discussing the problem again with DWD (I did it already several times).
The problem is that you want to (over)write restart files which already exist in your restart directory.
This fails since the status of such a file in the corresponding open-statement (in io_utilities.f90) is NEW .

To my opinion this is unlucky, but COSMO don’t want to change it from NEW to, for example, UNKNOWN .

So, what can you do?
1. delete the already existing restart files in your restart directory

or, if you want to keep these restart files

2. create a new restart directory and write into this new dir.

Hans-Juergen

Hi Simon,

That’s very nice that you fell into that trap because since yesterday I am discussing the problem again with DWD (I did it already several times).
The problem is that you want to (over)write restart files which already exist in your restart directory.
This fails since the status of such a file in the corresponding open-statement (in io_utilities.f90) is NEW .

To my opinion this is unlucky, but COSMO don’t want to change it from NEW to, for example, UNKNOWN .

So, what can you do?
1. delete the already existing restart files in your restart directory

or, if you want to keep these restart files

2. create a new restart directory and write into this new dir.

Hans-Juergen