Skip to content

Commit 27a8655

Browse files
committed
init pot_temp, frazil and age from restarts instead of using zero - see mom-ocean/MOM5#339 and COSIMA/access-om2#235
1 parent 8602da4 commit 27a8655

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ocean/field_table

+9-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ restart_file = ocean_temp_salt.res.nc
1212
ppm_hlimiter = 3
1313
ppm_vlimiter = 3
1414
/
15+
"diag_tracers","ocean_mod","pot_temp"
16+
const_init_tracer = .false.
17+
restart_file = ocean_pot_temp.res.nc
18+
/
19+
"diag_tracers","ocean_mod","frazil"
20+
const_init_tracer = .false.
21+
restart_file = ocean_frazil.res.nc
22+
/
1523
"tracer_packages","ocean_mod","ocean_age_tracer"
1624
names = global
17-
const_init_tracer = .true.
25+
const_init_tracer = .false.
1826
horizontal-advection-scheme = mdppm
1927
vertical-advection-scheme = mdppm
2028
ppm_hlimiter = 3

0 commit comments

Comments
 (0)