-
Notifications
You must be signed in to change notification settings - Fork 6
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
Initialising with specified SSH #22
Comments
I ran 3 months from cold using this, it's available at |
Awesome, thanks @angus-g ! @MatthisAuger did you want to check the SSH and anomalous u at the boundary in this new run compared to the other one? |
U across the boundary. New run seems to weaken the zonal current at the boundary? Edit - Changed the zonal mean plot to compare with the 01degree global model At one longitude (70E): U_ref_new_lon70E.1.mp4Zonal mean: U_ref_new_access_zonalmean.1.mp4 |
As mentioned in #17, it might be good to be able to start the model including the snapshot SSH from the forcing, rather than starting with a flat surface. From what I can tell, there might be a method for altering the surface after this.
To initialise temp/salt, we use
INIT_LAYERS_FROM_Z_FILE
, which then reads these fields and their vertical grid, and remaps onto the model grid. This essentially gives us the initial thickness configuration for the model, which is the reference vertical profile, i.e. the Z* configuration without any stretching.There's another option which we currently set to false:
DEPRESS_INITIAL_SURFACE
. With this set to true, two new options become available:SURFACE_HEIGHT_IC_FILE
andSURFACE_HEIGHT_IC_VAR
. I think that providing this should be enough to do what we need.The text was updated successfully, but these errors were encountered: