Skip to content

Commit

Permalink
Merge pull request #7 from pjpegion/EMC-stochastic-candidate-20211028
Browse files Browse the repository at this point in the history
Update MOM_stochastics.F90
  • Loading branch information
jiandewang authored Nov 8, 2021
2 parents e6bc901 + 52e0691 commit 5299604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parameterizations/stochastic/MOM_stochastics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ module MOM_stochastics
logical :: do_sppt !< If true, stochastically perturb the diabatic
logical :: pert_epbl !< If true, then randomly perturb the KE dissipation and genration terms
integer :: id_sppt_wts = -1 !< Diagnostic id for SPPT
integer :: id_epbl1_wts=-1,id_epbl2_wts=-1 !< Diagnostic id for epbl
integer :: id_epbl1_wts=-1 !< Diagnostic id for epbl generation perturbation
integer :: id_epbl2_wts=-1 !< Diagnostic id for epbl dissipation perturbation
! stochastic patterns
real, allocatable :: sppt_wts(:,:) !< Random pattern for ocean SPPT
!! tendencies with a number between 0 and 2
Expand Down

0 comments on commit 5299604

Please sign in to comment.