Skip to content

Commit c21cbbb

Browse files
committed
Physics DT must also be divisible by DT
1 parent 2f0f065 commit c21cbbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

set_resolution_params.csh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,12 @@ if( $AGCM_IM == "c180" ) then
134134
set NX = $OGCM_NY
135135
set NY = $OGCM_NX
136136
endif
137+
# For coupled runs, set DT to 450
137138
set DT = 450
138139
set OCEAN_DT = $DT
140+
# Our other physics times steps must be divisible by DT
141+
set CONV_DT = 450
142+
set CHEM_DT = 900
139143
else
140144
set NX = 20
141145
set NY = `expr $NX \* 6`

0 commit comments

Comments
 (0)