viewtopic.php?t=5998
According to wilkin's tips, I realized that I would get better results if I used the Rad mode and also changed the visc value. But the problems persist. For example, I used Rad for the free surface, but after about 11 days of running the model, the results were not obtained correctly, and the same was true for the u and ubar values. If I use the boundary as follows (in case we only have tide) we will have relatively better results(shown below the boundary conditions).
Code: Select all
LBC(isFsur) == Clo Cla Cla Clo ! free-surface
LBC(isUbar) == Clo Fla Fla Clo ! 2D U-momentum
LBC(isVbar) == Clo Fla Fla Clo ! 2D V-momentum
LBC(isUvel) == Clo Fla Fla Clo ! 3D U-momentum
LBC(isVvel) == Clo Fla Fla Clo ! 3D V-momentum
LBC(isMtke) == Clo Gra Gra Clo ! mixing TKE
LBC(isTvar) == Clo Clo Clo Clo \ ! temperature
Clo Clo Clo Clo ! salinity
According to the above description, if I use Rad, the boundary file will no longer be read by the model. Does this mean I do not need a border file? (however, I have only velocity data from TMD in my boundary.nc file)
Thank you for taking the time to read this issue.