Skip to content

Conversation

@koldunovn
Copy link
Member

No description provided.

@JanStreffing
Copy link
Collaborator

Should we merge this as is, or wait till the next major release and change the default settings for standalone FESOM?

@koldunovn
Copy link
Member Author

I will clean it a bit - there are a couple of variables that we can delete. Then we can merge. The plan is also to do some tests with new namelist in a separate issue, but it is irrelevant for this merge. Change to WIP.

@koldunov koldunov mentioned this pull request Mar 7, 2025
@koldunovn
Copy link
Member Author

@JanStreffing I cleaned up a bit. In order to be able to use Frank's new settings, though, we have to solve the problem with h0. Now it is hardcoded, and setting in namelist do not have an effect:

lid_Clo=ice%thermo%h0
if (geo_coord_nod2D(2, i)>0) then !TODO 2 separate pars for each hemisphere
lid_clo=0.5_WP
else
lid_clo=0.5_WP
endif
geolon = geo_coord_nod2D(1, i)
geolat = geo_coord_nod2D(2, i)

I am for having two separate h0 values. We can add h0_n and h0_s. @dsidoren @qiangclimate @patrickscholz - any thoughts?

@qiangclimate
Copy link
Contributor

it was practically used, to have different h0 values for NH and SH, if needed.

@koldunovn
Copy link
Member Author

it was practically used, to have different h0 values for NH and SH, if needed.

Sure, but:

  • one needs to recompile to change the values
  • It's confusing, as setting the value in the namelist does not have an effect.

@JanStreffing
Copy link
Collaborator

JanStreffing commented Mar 8, 2025

I'd say we should

  1. Expose both hemisphere variables to the namelist
  2. Ensure that they are by default the same for both.

I'm not too knowledge with the standalone model, but with coupled model I found years ago that lead closing parameter tuning, especially hemispherical was getting me the better sea ice concentration and thickness, but worse T2M. I ended up tuning all three to better values with hemispherical albedo changes, parameterizing the different melt pond states. The SO albedo is higher than Arctic at the height of summer. See: https://github.com/AWI-ESM/project_management/issues/14

In a second step, I then took the hemispherical albedo out again. Instead, I increased snow on ice albedo, while decreasing bare ice melting albedo. The effect was the same, but it's more physical.

@koldunovn
Copy link
Member Author

I did the split of h0, and add namelist for ERA5.

@JanStreffing
Copy link
Collaborator

ready for merge?

@koldunovn
Copy link
Member Author

Yes we can merge it.

@JanStreffing JanStreffing merged commit 27777e7 into main Mar 21, 2025
7 checks passed
@JanStreffing JanStreffing deleted the frank_ice branch March 21, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants