Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions set_resolution_params.csh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,12 @@ if( $AGCM_IM == "c180" ) then
set NX = $OGCM_NY
set NY = $OGCM_NX
endif
# For coupled runs, set DT to 450
set DT = 450
set OCEAN_DT = $DT
# Our other physics times steps must be divisible by DT
set CONV_DT = 450
set CHEM_DT = 900
else
set NX = 20
set NY = `expr $NX \* 6`
Expand Down