NCAR / omwg_dev

Repo to centralize the OMWG development, including workflows and diagnostics
0 stars 0 forks source link

g.e23_a16g.GJRAv4.TL319_t232_zstar_N65.2024.021 #18

Open gustavo-marques opened 7 months ago

gustavo-marques commented 7 months ago

Purpose: Twin of 2024.0015, but with the near-infra-red light attenuation coefficient set to half of the original value ( kIR = 0. 5 x 2.86 m−1)

One hypothesis for the warm SST bias in the southeast Equatorial Pacific is the strong near-surface SW absorption.

Running for only one year initially and saving terms needed to compute temperature budget.


Case directory:


Sandbox:

MOM6 tag:

dev/ncar_231018

MOM_interface tag: mi_231018


Diagnostics:

--compset 2000_DATM%JRA-1p4-2018_SLND_CICE_MOM6_DROF%JRA-1p4-2018_SGLC_SWAV_SESP --res TL319_t232

The following changes are included in user_nl_mom

INPUTDIR = "INPUT"
STOCH_EOS=True
STANLEY_COEFF=0.5
USE_STANLEY_PGF=True
USE_STANLEY_ML=True
USE_STANLEY_ISO=True
USE_STANLEY_GM=True
USE_NEUTRAL_DIFFUSION = True
NDIFF_TAPERING = True
KHTR_USE_EBT_STRUCT = True
MEKE_KHTR_FAC = 1.0
DO_GEOTHERMAL = True
GEOTHERMAL_SCALE = 1.0
GEOTHERMAL_FILE = "geothermal_davies2013_tx2_3_20231120_cdf5.nc"
GEOTHERMAL_VARNAME = "geothermal_hf"

The following changes are included in SourceMods/src.mom/MOM_opacity.F90

Change this line to

do n=3,nbands ; optics%opacity_band(n,i,j,k) = 0.5 * 2.86*US%Z_to_m ; enddo
fobryan3 commented 7 months ago

Only a very small change in the solar absorption profile. I think the NIR is absorbed so quickly that even the factor of 2 change doesn't shift the profile into levels below 5m. Probably not worth extending this one. May need to rethink which coefficients to perturb. Screenshot 2024-03-25 at 3 34 19 PM