Skip to content
Merged
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 models/tiegcm/work/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
/

&assim_model_nml
write_binary_restart_files = .true.
write_binary_restart_files = .false.
netCDF_large_file_support = .true.
/

Expand Down Expand Up @@ -220,7 +220,7 @@
ens_size = 1
single_restart_file_in = .true.
single_restart_file_out = .true.
write_binary_restart_files = .true.
write_binary_restart_files = .false.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one was unnecessary.

overwrite_data_time = .false.
new_data_days = -1
new_data_secs = -1
Expand Down Expand Up @@ -315,7 +315,7 @@
verbose = .true.
x_ind = 36288
loc_of_interest = 240.0, 12.49, 200000.0
quantity_of_interest = 'QTY_ELECTRON_DENSITY'
quantity_of_interest = 'KIND_ELECTRON_DENSITY'
interp_test_dlon = 0.1
interp_test_dlat = 0.1
interp_test_dvert = 50000.0
Expand Down