Skip to content

Commit

Permalink
Try to break things
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed Aug 24, 2023
1 parent 531da32 commit 583e219
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dynamics/spam/src/hamiltonians/layer_models.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Hamiltonian_TSWE_Hs {
public:
using VS = VariableSet;

Geometry<Straight> primal_geometry;
Geommetry<Straight> primal_geometry;
Geometry<Twisted> dual_geometry;
VariableSet varset;
bool is_initialized;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct vecfun {
struct div_vecfun {
real YAKL_INLINE operator()(real x, real y, real z) const {
return 2 * M_PI *
(cos(2 * M_PI * x) * sin(2 * M_PI * z) -
(cos(2 * M_PI * x) * sin(2 * M_PI * z * z) -
sin(2 * M_PI * x) * sin(2 * M_PI * z));
}
};
Expand Down
2 changes: 1 addition & 1 deletion standalone/mmf_simplified/inputs/ci/input_pama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ out_prefix : test_pama
dt_gcm: 900

# CRM physics time step
dt_crm_phys: 20.
dt_crm_phys: 200.

# Output frequency in seconds
out_freq: 200.
Expand Down
2 changes: 1 addition & 1 deletion standalone/mmf_simplified/inputs/ci/input_pamc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ out_prefix : test_pamc
dt_gcm: 900

# CRM physics time step
dt_crm_phys: 20.
dt_crm_phys: 200.

# Output frequency in seconds
out_freq: 200.

0 comments on commit 583e219

Please sign in to comment.