Skip to content

Commit

Permalink
detabify ice_in.IN
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Apr 5, 2024
1 parent 3c7661b commit c27cfcc
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions tests/parm/ice_in.IN
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
&setup_nml
days_per_year = 365
use_leap_years = .true.
year_init = @[SYEAR]
month_init = @[SMONTH]
day_init = @[SDAY]
sec_init = @[SECS]
dt = @[DT_CICE]
npt = @[CICE_NPT]
ndtd = 1
runtype = '@[CICE_RUNTYPE]'
runid = '@[CICE_RUNID]'
ice_ic = 'cice_model.res.nc'
restart = .true.
restart_ext = .false.
use_restart_time = @[CICE_USE_RESTART_TIME]
numin = 21
numax = 89
restart_format = '@[CICE_RESTART_FORMAT]'
restart_iotasks = @[CICE_RESTART_IOTASKS]
restart_rearranger = '@[CICE_RESTART_REARR]'
restart_root = @[CICE_RESTART_ROOT]
restart_stride = @[CICE_RESTART_STRIDE]
restart_chunksize = @[CICE_RESTART_CHUNK]
restart_deflate = @[CICE_RESTART_DEFLATE]
restart_dir = '@[CICE_RESTART_DIR]'
restart_file = '@[CICE_RESTART_FILE]'
pointer_file = './ice.restart_file'
dumpfreq = '@[CICE_DUMPFREQ]'
dumpfreq_n = @[CICE_DUMPFREQ_N]
dump_last = .false.
bfbflag = 'off'
diagfreq = @[CICE_DIAGFREQ]
diag_type = 'file'
diag_file = 'ice_diag.d'
print_global = .true.
print_points = .true.
latpnt(1) = 90.
lonpnt(1) = 0.
latpnt(2) = -65.
lonpnt(2) = -45.
history_format = '@[CICE_HISTORY_FORMAT]'
history_iotasks = @[CICE_HISTORY_IOTASKS]
history_rearranger = '@[CICE_HISTORY_REARR]'
history_root = @[CICE_HISTORY_ROOT]
history_stride = @[CICE_HISTORY_STRIDE]
history_chunksize = @[CICE_HISTORY_CHUNK]
history_deflate = @[CICE_HISTORY_DEFLATE]
history_precision = @[CICE_HISTORY_PREC]
histfreq = 'm','d','h','x','x'
histfreq_n = @[CICE_HISTFREQ_N]
hist_avg = @[CICE_HIST_AVG]
history_dir = '@[CICE_HISTORY_DIR]'
history_file = 'iceh'
write_ic = .true.
incond_dir = '@[CICE_INCOND_DIR]'
incond_file = 'iceh_ic'
version_name = 'CICE_6.0.2'
days_per_year = 365
use_leap_years = .true.
year_init = @[SYEAR]
month_init = @[SMONTH]
day_init = @[SDAY]
sec_init = @[SECS]
dt = @[DT_CICE]
npt = @[CICE_NPT]
ndtd = 1
runtype = '@[CICE_RUNTYPE]'
runid = '@[CICE_RUNID]'
ice_ic = 'cice_model.res.nc'
restart = .true.
restart_ext = .false.
use_restart_time = @[CICE_USE_RESTART_TIME]
numin = 21
numax = 89
restart_format = '@[CICE_RESTART_FORMAT]'
restart_iotasks = @[CICE_RESTART_IOTASKS]
restart_rearranger = '@[CICE_RESTART_REARR]'
restart_root = @[CICE_RESTART_ROOT]
restart_stride = @[CICE_RESTART_STRIDE]
restart_chunksize = @[CICE_RESTART_CHUNK]
restart_deflate = @[CICE_RESTART_DEFLATE]
restart_dir = '@[CICE_RESTART_DIR]'
restart_file = '@[CICE_RESTART_FILE]'
pointer_file = './ice.restart_file'
dumpfreq = '@[CICE_DUMPFREQ]'
dumpfreq_n = @[CICE_DUMPFREQ_N]
dump_last = .false.
bfbflag = 'off'
diagfreq = @[CICE_DIAGFREQ]
diag_type = 'file'
diag_file = 'ice_diag.d'
print_global = .true.
print_points = .true.
latpnt(1) = 90.
lonpnt(1) = 0.
latpnt(2) = -65.
lonpnt(2) = -45.
history_format = '@[CICE_HISTORY_FORMAT]'
history_iotasks = @[CICE_HISTORY_IOTASKS]
history_rearranger = '@[CICE_HISTORY_REARR]'
history_root = @[CICE_HISTORY_ROOT]
history_stride = @[CICE_HISTORY_STRIDE]
history_chunksize = @[CICE_HISTORY_CHUNK]
history_deflate = @[CICE_HISTORY_DEFLATE]
history_precision = @[CICE_HISTORY_PREC]
histfreq = 'm','d','h','x','x'
histfreq_n = @[CICE_HISTFREQ_N]
hist_avg = @[CICE_HIST_AVG]
history_dir = '@[CICE_HISTORY_DIR]'
history_file = 'iceh'
write_ic = .true.
incond_dir = '@[CICE_INCOND_DIR]'
incond_file = 'iceh_ic'
version_name = 'CICE_6.0.2'
/

&grid_nml
Expand Down

0 comments on commit c27cfcc

Please sign in to comment.