ocnice_prep
1.13.0
|
Setup the new restart files for ocean and ice. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | restarts_mod::setup_icerestart (fin, fout) |
Setup the remapped ice restart file. More... | |
subroutine | restarts_mod::setup_ocnrestart (fin, fout, bathy) |
Setup the remapped ocean restart file. More... | |
Setup the new restart files for ocean and ice.
This module defines the output variables and metadata for the remapped restart files
Definition in file restarts_mod.F90.
subroutine restarts_mod::setup_icerestart | ( | character(len=*), intent(in) | fin, |
character(len=*), intent(in) | fout | ||
) |
Setup the remapped ice restart file.
[in] | fin | the source restart file name |
[in] | fout | the remapped restart file name |
Definition at line 30 of file restarts_mod.F90.
subroutine restarts_mod::setup_ocnrestart | ( | character(len=*), intent(in) | fin, |
character(len=*), intent(in) | fout, | ||
real(kind=8), dimension(:), intent(in) | bathy | ||
) |
Setup the remapped ocean restart file.
[in] | fin | the source restart file name |
[in] | fout | the remapped restart file name |
[in] | bathy | the remapped bathymetry array |
Definition at line 107 of file restarts_mod.F90.