-
Notifications
You must be signed in to change notification settings - Fork 5
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
Model executable vs model name #11
Comments
I had the same problem with FOCI and just renamed the exectutable (nemo.exe --> oceanx) after compilation. See setup2models.yaml |
Hi guys...currently, the coupler is hard coded to use the name under @joakimkjellsson: do you have a preference? model: oifs
#... other stuff ...
coupler_name: oifs
executable: master.exe |
Hi Paul |
(1.5 years later...) Did this ever get taken care of? I am making my to-do list for next week. If not, I will add it for Monday. |
Hi Paul I don't think so. Currently we do what @seb-wahl said, i.e. rename the executables. Cheers |
Hi y'all
I started working on focioifs (OpenIFS+NEMO+XIOS+Runoffmapper) and realised that the way ESM-Tools are written we assume that the executable name, i.e. what is generated when compiling, is the same as the model name when OASIS_INIT_COMP is called and what is written under "NBMODEL" in namcouple.
Typically I would write
in namcouple, but the executables are named "nemo.exe", "master.exe" and "rnfmap.exe".
But now I get
in the namcouple file and OASIS can't connect these names with what is sent to OASIS_INIT_COMP from the models.
Is there a way to specify a model name under NBMODEL that is not the same as the executable name?
Cheers
Joakim
The text was updated successfully, but these errors were encountered: