Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spaces before commas #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bowl1/data_table
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# gridname, fieldname_code, fieldname_file, filename, ongrid, factor
# If user wants to override fieldname_code with a const set fieldname_file = ""
# and factor = const
"OCN", "u_flux", "taux" , "INPUT/tau.nc",.true.,1.0
"OCN", "v_flux", "tauy" , "INPUT/tau.nc",.true.,1.0
"OCN", "lprec", "lprec", "INPUT/water_flux.nc",.true.,1.0
"OCN", "u_flux", "taux", "INPUT/tau.nc",.true.,1.0
"OCN", "v_flux", "tauy", "INPUT/tau.nc",.true.,1.0
"OCN", "lprec", "lprec","INPUT/water_flux.nc",.true.,1.0
"OCN", "sw_flux","","",.false.,0.0
"OCN", "lw_flux","","",.false.,0.0
"OCN", "fprec","","",.true.,0.0
Expand Down
10 changes: 5 additions & 5 deletions bowl1/diag_table
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"MOM4 box"
1980 1 1 0 0 0
"ocean_prog" , 10,"days",1,"days","Time"
"ocean_prog", 10,"days",1,"days","Time"
"ocean_trans", 10,"days",1,"days","Time"
"ocean_surf" , 10,"days",1,"days","Time"
"ocean_surf", 10,"days",1,"days","Time"
"ocean_layer", 10,"days",1,"days","Time"
"ocean_param", 10,"days",1,"days","Time"
"ocean_neutral", 10,"days",1,"days","Time"
Expand Down Expand Up @@ -46,9 +46,9 @@
"ocean_model","ty_trans","ty_trans", "ocean_trans","all",.true.,"none",2
"ocean_model","tx_trans_gm","tx_trans_gm", "ocean_trans","all",.true.,"none",2
"ocean_model","ty_trans_gm","ty_trans_gm", "ocean_trans","all",.true.,"none",2
"ocean_model","ty_trans_theta","ty_trans_theta" ,"ocean_trans","all",.true.,"none",2
"ocean_model","ty_trans_rho","ty_trans_rho" ,"ocean_trans","all",.true.,"none",2
#"ocean_model","ty_trans_nrho","ty_trans_nrho" ,"ocean_trans","all",.true.,"none",2
"ocean_model","ty_trans_theta","ty_trans_theta","ocean_trans","all",.true.,"none",2
"ocean_model","ty_trans_rho","ty_trans_rho", "ocean_trans","all",.true.,"none",2
#"ocean_model","ty_trans_nrho","ty_trans_nrho", "ocean_trans","all",.true.,"none",2
#=================================================================================================
# diagnosing tracer transport
"ocean_model","temp_adv_flux_x_int_z","temp_adv_flux_x_int_z", "ocean_trans","all",.true.,"none",2
Expand Down