-
Notifications
You must be signed in to change notification settings - Fork 568
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
Extend parameter set for coupled modelling #206
Comments
Some changes in the code are required to allow the coupling of some extra wave variables to atmosphere and ocean models, just by adding them to the list of fields available for coupling. Furthermore, a new series of variables required for coupling need to be calculated in the source terms, such as the wind stress transferred to the ocean. All the fields that are in the 'send' coupling list need to be written in the wave restart file, if the source terms are not calculated before the first time step of the model. This is required in order for the coupling fields sent to other models to contain appropriate values at the first time step, when coupling always takes place, in order to preserve the continuity of a 'cycling' run. |
@ukmo-juan-castillo will be the main developer for these changes @JessicaMeixner-NOAA these changes will include some work very similar to your WRST changes, so hopefully OK to check in with you for some advice/review as we go along? |
of course @ukmo-ansaulter I have a feeling we might need more variables for restart reproducibility in the ESMF coupling as well for variables not calculated until after the first time step. |
This has already been tackled in issue #232, and now it is possible to include a list of variables in the restart file via a namelist variable. At the moment only variables that can be exchanged via OASIS coupling can be written to the restart, but modifying the code to add new fields is straightforward. |
Enhancement to extend output parameter set and restart file storage options required for coupled atmosphere-wave-ocean modelling. The extensions are based on Met Office testing with UM-WWIII-NEMO models coupled via OASIS
The text was updated successfully, but these errors were encountered: