cpld_gridgen
1.7.0
|
Public Member Functions | |
subroutine, public | add_topoedits (fsrc, fdst) |
Read the existing topoedits file, append required topoedits and write a new topoedits file. More... | |
subroutine, public | apply_topoedits (fsrc) |
Read the topoedits file and adjust the bathymetry. More... | |
Definition at line 9 of file topoedits.F90.
subroutine, public topoedits::add_topoedits | ( | character(len=*), intent(in) | fsrc, |
character(len=*), intent(in) | fdst | ||
) |
Read the existing topoedits file, append required topoedits and write a new topoedits file.
Use the new topoedits to adjust the land mask used in subsequent steps to match the land mask which will be created at run time
[in] | fsrc | the existing topoedits file name |
[out] | fdst | the modified topoedits file name |
Definition at line 32 of file topoedits.F90.
Referenced by gen_fixgrid().
subroutine, public topoedits::apply_topoedits | ( | character(len=*), intent(in) | fsrc | ) |
Read the topoedits file and adjust the bathymetry.
Apply limits to bathymetry.
[in] | fsrc | the topoedits file name |
Definition at line 165 of file topoedits.F90.
Referenced by gen_fixgrid().