noaa-ocs-modeling / CoupledModelDriver

coupled model configuration generation
https://CoupledModelDriver.readthedocs.io
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Allow for custom NWM cache dir #164

Open SorooshMani-NOAA opened 6 months ago

SorooshMani-NOAA commented 6 months ago

Right now it only allows True or False to be specified for cache argument of NWM config. This limits user to using home directory. On an HPC, a user might want to try and set a path on scratch to be the location where the NWM data is cached.

See: https://github.com/noaa-ocs-modeling/CoupledModelDriver/blob/7d2d85feab0428c5488b7dd9642115234c100796/coupledmodeldriver/configure/forcings/base.py#L833

SorooshMani-NOAA commented 6 months ago

As noted in https://github.com/schism-dev/pyschism/issues/123, adding custom path still doesn't solve the issue of need for internet access