Skip to content

Commit

Permalink
change update_dt to update dtcrm
Browse files Browse the repository at this point in the history
  • Loading branch information
whannah1 committed Apr 12, 2024
1 parent 86b9eae commit b8a7ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dynamics/spam/Dycore.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ class Dycore {
void update_dt(pam::PamCoupler &coupler) {
if (params.tstype != "si") {
params.dt_crm_phys = coupler.get_option<real>("crm_dt");
params.dtcrm = params.dt_crm_phys / params.crm_per_phys;
}
}

Expand Down

0 comments on commit b8a7ccb

Please sign in to comment.