Thanks for the reply, Dave! I'll look more closely into the setup for the pacemaker simulations.There were experiments done (Pacemaker ensemble) where the SST in the tropical pacific was nudged to observations. Have a look at this work as it might provide some insight here.
If I want to define a simple lat/lon box in docn_comp_mod, I see that the existing calculation loops over a single index of n. Is there a simple mapping between n and lat/lon?Basically, I would recommend doing the q-flux masking based on a lat / lon box. That is, I would add code to docn_comp_mod.F90 to have an "if" block that checks that lat and lon.
Hi, Wkrantz,Hi Dave, thanks for your help so far. Like some others I have a question about achieving a stable equilibrium ocean temperature in a SOM setup. I am runing an 1850_CAM60_CLM50%SP_CICE_DOCN%SOM_MOSART_SGLC_SWAV compset with CESM2.1.3, and using the
pop_frc.b.e21.B1850.f09_g17.CMIP6-piControl.001_branch2.012120.nc forcing file from the inputdata directory.
After 30 years of simulation I'm still getting a steady warming (about 0.05 degrees C per year in global average SST). I'm wondering:
a) If I just need a longer spinup time to reach a steady state
b) If there is a mismatch between my configuration and the configuration that the forcing file is derived from
c) If it would be appropriate to apply a global offset to the forcing file to attempt to compensate for the energy imbalance
Any advice you have would be very helpful, thanks!
Thanks! That does work!You can get the SST from the CICE component. Put the following in user_nl_cice:
histfreq = 'm','d','x','x','x'
histfreq = 1,1,1,1,1
f_sst = 'mdxxx'
This will give you monthly and daily SST.