Skip to content

Commit

Permalink
Merge pull request #95 from xylar/do_not_expand_earth_sphere
Browse files Browse the repository at this point in the history
Do not modify the radius of the Earth

We want to stay with the Earth radius from CIME used throughout compass, not the one in MPAS-Ocean.
  • Loading branch information
xylar committed May 4, 2021
2 parents 1eec79d + c379f9c commit 1186b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/ocean/tests/global_ocean/init/namelist.init
Expand Up @@ -3,7 +3,7 @@ config_vert_levels = -1
config_ocean_run_mode = 'init'
config_write_cull_cell_mask = .false.
config_eos_type = 'jm'
config_expand_sphere = .true.
config_expand_sphere = .false.
config_realistic_coriolis_parameter = .true.
config_alter_ICs_for_pcs = .true.
config_pc_alteration_type = 'partial_cell'
Expand Down

0 comments on commit 1186b9b

Please sign in to comment.