Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial CICE6 port to CESM+NUOPC #1

Merged
merged 4 commits into from
Oct 29, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
update cice driver directories
  • Loading branch information
apcraig committed Oct 28, 2019
commit 659aac8915d203c0917e537ed6cd92c920aa4e1f
2 changes: 1 addition & 1 deletion configuration/scripts/cice.settings
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setenv ICE_OBJDIR ${ICE_RUNDIR}/compile
setenv ICE_RSTDIR ${ICE_RUNDIR}/restart
setenv ICE_HSTDIR ${ICE_RUNDIR}/history
setenv ICE_LOGDIR ${ICE_CASEDIR}/logs
setenv ICE_DRVOPT cice
setenv ICE_DRVOPT standalone/cice
setenv ICE_IOTYPE netcdf # set to none if netcdf library is unavailable
setenv ICE_CLEANBUILD true
setenv ICE_QUIETMODE false
Expand Down