Skip to content

Commit

Permalink
Fix typo in units in field_table
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Aug 19, 2024
1 parent 723692e commit 1dc2d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocean/field_table
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ caco3_sediment_src_file = INPUT/ocean_wombatlite.res.nc
caco3_sediment_src_var_name = caco3_sediment
caco3_sediment_src_var_unit = none
caco3_sediment_dest_var_name = caco3_sediment
caco3_sediment_dest_var_unit = mol kg-1
caco3_sediment_dest_var_unit = mol m-2
caco3_sediment_src_var_record = 1
caco3_sediment_src_var_gridspec = NONE
caco3_sediment_valid_min = 0.0
Expand All @@ -168,7 +168,7 @@ det_sediment_src_file = INPUT/ocean_wombatlite.res.nc
det_sediment_src_var_name = det_sediment
det_sediment_src_var_unit = none
det_sediment_dest_var_name = det_sediment
det_sediment_dest_var_unit = mol kg-1
det_sediment_dest_var_unit = mol m-2
det_sediment_src_var_record = 1
det_sediment_src_var_gridspec = NONE
det_sediment_valid_min = 0.0
Expand Down

0 comments on commit 1dc2d9f

Please sign in to comment.