Closed jpolton closed 3 years ago
SSH adjustment in AMM15: &nambdy_ssh ln_ssh_bdy = .true. , .true. rn_ssh_shift = 0. , 0.05 /
Boundary files/interpolation:
/
!-----------------------------------------------------------------------
&nambdy_dta ! open boundaries - external data
!-----------------------------------------------------------------------
ln_zinterp = .false. ! T if a vertical interpolation is required. Variables gdep[tuv] and e3[tuv] must exist in the file
! ! automatically defined to T if the number of vertical levels in bdy dta /= jpk
ln_full_vel = .true. ! T if [uv]3d are "full" velocities and not only its baroclinic components
! ! in this case, baroclinic and barotropic velocities will be recomputed -> [uv]2d not needed
cn_dir = '/work/n01/n01/nibrun/FORCING/AMM15/BDY/amm15_sjpza_RMAX.1_RIM15/'
!_!___!____!!_!__!_!_!__!_____!
! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
bn_ssh = 'amm15_bt_bdyT' , 24 , 'sossheig', .true. , .false. , 'daily' , '' , '' , '' ,
bn_u2d = 'amm15_bt_bdyU' , 24 , 'vobtcrtx', .true. , .false. , 'daily' , '' , '' , '' ,
bn_v2d = 'amm15_bt_bdyV' , 24 , 'vobtcrty', .true. , .false. , 'daily' , '' , '' , '' ,
bn_sal = 'amm15_bdyT' , 24 , 'vosaline', .true. , .false. , 'daily' , '' , '' , '' ,
bn_tem = 'amm15_bdyT' , 24 , 'votemper', .true. , .false. , 'daily' , '' , '' , '' ,
bn_u3d = 'amm15_bdyU' , 24 , 'vozocrtx', .true. , .false. , 'daily' , '' , '' , '' ,
bn_v3d = 'amm15_bdyV' , 24 , 'vomecrty', .true. , .false. , 'daily' , '' , '' , '' ,
/
!-----------------------------------------------------------------------
&nambdy_dta ! open boundaries - external data ("key_bdy")
!-----------------------------------------------------------------------
ln_zinterp = .true. ! T if a vertical interpolation is required. Variables gdep[tuv] and e3[tuv] must exist in the file
! ! automatically defined to T if the number of vertical levels in bdy dta /= jpk
ln_full_vel = .true. ! T if [uv]3d are "full" velocities and not only its baroclinic components
! ! in this case, baroclinic and barotropic velocities will be recomputed -> [uv]2d not needed
cn_dir = '/work/n01/n01/nibrun/FORCING/AMM15/BDY/amm15_Baltic/'
!_!___!____!!_!__!_!_!__!_____!
! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
bn_ssh = 'amm15baltic_bt_bdyT' , 24 , 'sossheig', .true. , .false. , 'yearly' , '' , '' , '' ,
bn_u2d = 'amm15baltic_bt_bdyU' , 24 , 'vobtcrtx', .true. , .false. , 'yearly' , '' , '' , '' ,
bn_v2d = 'amm15baltic_bt_bdyV' , 24 , 'vobtcrty', .true. , .false. , 'yearly' , '' , '' , '' ,
bn_sal = 'amm15baltic_bdyT' , 24 , 'vosaline', .true. , .false. , 'yearly' , '' , '' , '' ,
bn_tem = 'amm15baltic_bdyT' , 24 , 'votemper', .true. , .false. , 'yearly' , '' , '' , '' ,
bn_u3d = 'amm15baltic_bdyU' , 24 , 'vozocrtx', .true. , .false. , 'yearly' , '' , '' , '' ,
bn_v3d = 'amm15baltic_bdyV' , 24 , 'vomecrty', .true. , .false. , 'yearly' , '' , '' , '' ,
/
AC: