Hi @sofarrell, thank you for your input!
did you check all the parameters in the OM2 set up v ESM1.5 set up, particularly mixing parameters.
No I did not, would you happen to know any in particular I should check out?
The OM2 had an updated set up with more resolution near the surface whilst we had more resolution in the thermocline in the ESM1.5 set up.
I have now updated the vertical grid to follow ESM 1.5 and that did not help the differences in thermocline.
In relation to the time stepping the ice-ocean time of 1 hour would be the optimum to use
Yes, I have tried to change this in the &accessom2.nml as the earlier post, but Iâm not sure if the structure of accessom2 vs esm means multiple things are being changed at once. The namcouple line has this:
# OCEAN --->>> ICE
# ----------------
##########
# Field 29 : Sea surface temperature (Celsius in MOM4, Kelvin in MOM5)
##########
t_surf sst_i -1 -1 0 o2i.nc IGNORED
NA NA
##########
so the coupling timestep is defined in OM2 somewhere else and thus not present in the namcouple file, and Iâm not sure how OM2 ice_ocean_timestep propagates throughout the model.
I guess the same interpolation as used by OM2 for JRA-55 (3hour forcing) is being applied to your 3 hourly saved ESM forcing when you are using it in on the OM2 fields
Yes that is correct.
There is a lag in the ESM model in how it sees the updated atmospheric forcing but that would pass on to your forced runs as well.
This is what I want to correct. In ESM I notice the namcouple atmâ> ice line looks like this:
# ATMOSPHERE --->>> ICE
# -----------------------
# -- 01:
heatflux thflx_i 5 10800 4 a2i.nc EXPORTED
um1t cice LAG=+1800 SEQ=+1
P 0 P 0
#
LOCTRANS CHECKIN SCRIPR CHECKOUT
INSTANT
INT=0
CONSERV LR SCALAR LATLON 10 FRACNNEI FIRST
INT=0
# -- 02:
while in OM2 it looks like this:
# ATMOSPHERE --->>> ICE
# -----------------------
##########
# Field 01 : swflx down
##########
swfld_ai swfld_i -1 -1 1 NA EXPORTED
NA NA
P 0 P 0
#
MAPPING
../INPUT/rmp_jra55_cice_1st_conserve.nc dst
#########
I would naively add lags to the line in OM2 namcouple with NAs but it doesnât work so am not sure how to go from here. I found OASIS documentation that lines up with the ESM config but Iâm not sure what the OM2 namcouple parameters mean (why it doesnât need grids/has NAs) or where their docs are. (@dkhutch and @aekiss you might know?)


