How to relax T and S back to ECCO: Did something replace ECCORestoring? #546
-
|
I am trying to run a simple global simulation off of this example. I was trying to use Could you please provide guidance on the recommended way to relax temperature and salinity back to ECCO in the current version? In the past I have used |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hello @Igloege. Indeed, there has been some refactoring going on recently to allow restoring with datasets other than ECCO. The new restoring type is julia> using ClimaOcean
julia> ? DatasetRestoring |
Beta Was this translation helpful? Give feedback.
-
|
Hi @simone-silvestri, thanks, happy to hear the functions are becoming generalized! Can I assume the same will be happening with One project on my backlog is to run simulations with various wind products: CCMP, ERA5, JRA3Q, .... My plan is to modify |
Beta Was this translation helpful? Give feedback.
Hello @Igloege. Indeed, there has been some refactoring going on recently to allow restoring with datasets other than ECCO. The new restoring type is
DatasetRestoring. You can see how it works hereor by entering julia and running