Open minghangli-uni opened 7 months ago
The initial conservative temperature and salinity data from the World Ocean Atlas (WOA) was generated using the scripts available at https://github.com/COSIMA/initial_conditions_access-om2/tree/master. I will look further into that.
In a recent meeting, we agreed that it's okay to use the 50-level ocean_temp_salt.res.nc
for now and rely on MOM6 to do the remapping to 75 levels internally.
@minghangli-uni, you mentioned you had issues with the initial_conditions_access-om2
tool. Can you please open an issue in that repo detailing the problem you had.
sure i will do it soon.
This issue overlaps with https://github.com/COSIMA/access-om3/issues/161
For OM2 0.25deg with 50 vertical layers, the input file used to initialize conservative temperatures and salinities (
ocean_temp_salt.res.nc
) is a 3D matrix with dimensions(ZT, GRID_Y_T, GRID_X_T)
of(50, 1080, 1440)
.As discussed in the namelist-discussion, our goal is to utilize 75 vertical layers. Therefore, it is necessary to regenerate
ocean_temp_salt.res.nc
with dimensions of (75, 1080, 1440).I've conducted a model test with 75 layers using the existing
ocean_temp_salt.res.nc
. No warnings or errors were met when using the current MOM6 (OM3). A sanity check with MOM5 (OM2) with 75 layers using the existingocean_temp_salt.res.nc
resulted in failure, as expected. One potential reason for this discrepancy could be attributed to the regridding process in MOM6.