Skip to content

Commit

Permalink
Adding bathymetry_flag to restarts and history
Browse files Browse the repository at this point in the history
Restarts were unable to run with shallow water roughness due
to the bathymetry flag not existing in the restart files. Adding
to the output files simply for book keeping.
  • Loading branch information
hawbecker committed Jan 6, 2022
1 parent 37c24a4 commit 1c4fb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Registry/Registry.EM_COMMON
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ state real vmaxw ij dyn_em 1 Y i1 "VMAXW"
state real vtrop ij dyn_em 1 Y i1 "VTROP" "V-component of the tropopause wind" "m s-1"
state real erod ij. misc 1 - i012rd "EROD" "fraction of erodible surface in each grid cell (0-1)" "none"
state real bathymetry ij dyn_em 1 - i1 "bathymetry" "Bathymetry and topography" "m"
state integer BATHYMETRY_FLAG - misc 1 - i "BATHYMETRY_FLAG" "Flag for bathymetry in the global attributes for metgrid data"
state integer BATHYMETRY_FLAG - misc 1 - i0rh "BATHYMETRY_FLAG" "Flag for bathymetry in the global attributes for metgrid data"

#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
#
Expand Down

0 comments on commit 1c4fb70

Please sign in to comment.