Skip to content

Commit

Permalink
revert 96e17fd: don't init pot_temp, frazil and age from restarts unt…
Browse files Browse the repository at this point in the history
…il they are available - see COSIMA/initial_conditions_access-om2#2
  • Loading branch information
aekiss committed Aug 5, 2022
1 parent 9651511 commit 4ff9f89
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ocean/field_table
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,9 @@ 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 = .false.
const_init_tracer = .true.
horizontal-advection-scheme = mdppm
vertical-advection-scheme = mdppm
ppm_hlimiter = 3
Expand Down

0 comments on commit 4ff9f89

Please sign in to comment.