Fixes for 'umaskCD and more'#39
Conversation
…ransport files are changed in a way so that velocities are interpolated to b grid for depature point function and kept at E or N grid possible.
…nted out in vp and eap
…ransport files are changed in a way so that velocities are interpolated to b grid for depature point function and kept at E or N grid possible.
…nted out in vp and eap
Added function to fint zeta, eta and replacement pressure at U
eclare108213
left a comment
There was a problem hiding this comment.
just adding a few comments on things I noticed
| nmassdti (:,:,iblk), fcorN_blk (:,:,iblk), & | ||
| nmask (:,:,iblk), & | ||
| nmassdti (:,:,iblk), fcorN_blk (:,:,iblk),& | ||
| nmask (:,:,iblk), nmask (:,:,iblk), & |
There was a problem hiding this comment.
maybe the second mask in this line could be made into an optional variable
There was a problem hiding this comment.
I think that I can eliminate the second mask and differentiate the two mask in the call as it is done for dyn_prep2 on E and N grid
| tmpcalcse = strength/(Deltase + tinyarea) | ||
| endif | ||
| tmpcalcne = capping*(strength/max(Deltane, tinyarea))+ & | ||
| (1-capping)*strength/(Deltane + tinyarea) |
There was a problem hiding this comment.
need to use c1 instead of 1
|
|
||
|
|
||
| real (kind=dbl_kind), intent(in):: & | ||
| zetax2T_00,zetax2T_10,zetax2T_11,zetax2T_01, & |
There was a problem hiding this comment.
At some point, add comments at the end of each line to identify the variables (with units).
| call viscous_coeffs_and_rep_pressure_T2U (zetax2T(i ,j ), zetax2T(i ,j+1), & | ||
| zetax2T(i+1,j+1), zetax2T(i+1,j ), & | ||
| etax2T (i ,j ), etax2T (i ,j+1), & | ||
| etax2T (i+1,j+1), etax2T (i+1,j ), & |
There was a problem hiding this comment.
This is an example how I prefer to align code by each element (parentheses, i's, j's, commas, &'s). The last line of this argument list still needs to be aligned.
|
Closed. This PR was merged into #33. |
Draft fixes for @TillRasmussen 's PR
@TillRasmussen
ENTER INFORMATION HERE