openearth / glofrim

Globally Applicable Framework for Integrated Hydrological-Hydrodynamic Modelling (GLOFRIM)
GNU General Public License v3.0
46 stars 27 forks source link

PCR_in_dir has to be user defined - not good! #72

Closed JannisHoch closed 6 years ago

JannisHoch commented 6 years ago

Currently the input directory of the PCR files is user-defined as os.dirpath(ini-file) + /input30min/.

However, this is in almost all cases not the case.

The inDir of PCR should therefore be read from the PCR ini-file instead.

This should be tested for all models involved - we should interfere as little as possible with model-specific model structure.

DirkEilander commented 6 years ago

this is fixed in the csdms branch I think

JannisHoch commented 6 years ago

true, now that we do not copy files, no need to adapt paths anymore. i closed issue therefore.