Hi,
I am Gyuseok.
I have a question regarding the remapping of vector variables such as tx_sur and ty_sur.
I currently remap these variables using CDO as follows:
cdo genycon,r1440x720 -selvar,tx_sur -setgrid,dart_griddes_elems.nc tx_sur.fesom.1950.nc weights.tx_sur.r1440x720.nc
cdo -L remap,r1440x720,weights.tx_sur.r1440x720.nc -setgrid,dart_griddes_elems.nc tx_sur.fesom.1950.nc tx_sur.fesom.1950.r1440x720.nc
Is any additional vector rotation required after this remapping?
For example, in the POP model, the model-grid velocity components are rotated to geographic eastward and northward components using a transformation such as:
true_zonal_velocity = cos(ANGLE) * UVEL - sin(ANGLE) * VVEL
true_meridional_velocity = sin(ANGLE) * UVEL + cos(ANGLE) * VVEL
Is a similar rotation necessary for FESOM vector variables (e.g., tx_sur and ty_sur) before or after remapping?
Thank you for your help.
Hi,
I am Gyuseok.
I have a question regarding the remapping of vector variables such as tx_sur and ty_sur.
I currently remap these variables using CDO as follows:
cdo genycon,r1440x720 -selvar,tx_sur -setgrid,dart_griddes_elems.nc tx_sur.fesom.1950.nc weights.tx_sur.r1440x720.nc
cdo -L remap,r1440x720,weights.tx_sur.r1440x720.nc -setgrid,dart_griddes_elems.nc tx_sur.fesom.1950.nc tx_sur.fesom.1950.r1440x720.nc
Is any additional vector rotation required after this remapping?
For example, in the POP model, the model-grid velocity components are rotated to geographic eastward and northward components using a transformation such as:
true_zonal_velocity = cos(ANGLE) * UVEL - sin(ANGLE) * VVEL
true_meridional_velocity = sin(ANGLE) * UVEL + cos(ANGLE) * VVEL
Is a similar rotation necessary for FESOM vector variables (e.g., tx_sur and ty_sur) before or after remapping?
Thank you for your help.