I don’t think, I’ve seen a setup yet for NEMO which is using orthongal conformal horizontal grid (see attached figure).
Does NEMO support if I created a conformal grid and its domain_cfg file manually.
I’ve seen the option for vector invariant form for momentum equations which gives me the idea that NEMO can support this type of grid.
I have another question related to the solution of curvilinear grids.I’ve created a curvilinear grid with variable resolution, and run the model with closed boundaries for 30 days with only atmospheric forcing.
I’ve attached a figure showing my domain;
Top left shows dx in the model, top right shows dy. Bottom left shows lon lat values every 10 points. The bottom right is the sst after 30 days, and the field clearly follows the high resolution grid in the domain. I will run a year to make sure this is not a equilibrium issue, but neverthless it is weird that the flow follows the dx (see sst lon 25.5 jet is stretching to west).
Actually I found my mistake somehow I’ve messed the dx,dys up. Now everything looks ok.
I don’t think I should need to rotate the winds, the model should do it automatically, I guess geo2ocn routine is for that. Although I need to be careful with velocities at the open boundaries.
NEMO will automatically rotate your winds if you provide a “rotation pairing” name in your namelist, so fldread can identify which input data must be rotated.
You have such an example in namsbc_blk for the variables sn_wndi and sn_wndj.