ocnice_prep  1.13.0
All Data Structures Files Functions Variables Pages
restarts_mod.F90 File Reference

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...
 

Detailed Description

Setup the new restart files for ocean and ice.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

This module defines the output variables and metadata for the remapped restart files

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition in file restarts_mod.F90.

Function/Subroutine Documentation

◆ setup_icerestart()

subroutine restarts_mod::setup_icerestart ( character(len=*), intent(in)  fin,
character(len=*), intent(in)  fout 
)

Setup the remapped ice restart file.

Parameters
[in]finthe source restart file name
[in]foutthe remapped restart file name
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 30 of file restarts_mod.F90.

◆ setup_ocnrestart()

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.

Parameters
[in]finthe source restart file name
[in]foutthe remapped restart file name
[in]bathythe remapped bathymetry array
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 107 of file restarts_mod.F90.