Skip to content

Commit

Permalink
init pot_temp, frazil and age from restarts instead of using zero - see
Browse files Browse the repository at this point in the history
  • Loading branch information
aekiss committed Nov 15, 2021
1 parent 5c5ce18 commit 96e17fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ocean/field_table
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@ restart_file = ocean_temp_salt.res.nc
ppm_hlimiter = 3
ppm_vlimiter = 3
/
"diag_tracers","ocean_mod","pot_temp"
const_init_tracer = .false.
restart_file = ocean_pot_temp.res.nc
/
"diag_tracers","ocean_mod","frazil"
const_init_tracer = .false.
restart_file = ocean_frazil.res.nc
/
"tracer_packages","ocean_mod","ocean_age_tracer"
names = global
const_init_tracer = .true.
const_init_tracer = .false.
horizontal-advection-scheme = mdppm
vertical-advection-scheme = mdppm
ppm_hlimiter = 3
Expand Down

0 comments on commit 96e17fd

Please sign in to comment.